Color spaces of #1349eb
RGB | 19 | 73 | 235 |
---|---|---|---|
HSL | 0.63 | 0.85 | 0.50 |
HSV | 225° | 92° | 92° |
CMYK | 0.92 | 0.69 | 0.00 0.08 |
XYZ | 17.6465 | 10.9017 | 79.7714 |
Yxy | 10.9017 | 0.1629 | 0.1006 |
Hunter Lab | 33.0177 | 37.6193 | -120.1333 |
CIE-Lab | 39.4144 | 46.3845 | -84.7565 |
#1349eb color RGB value is (19,73,235).
#1349eb hex color red value is 19, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1349eb hue: 0.63 , saturation: 0.85 and the lightness value of 1349eb is 0.50.
The process color (four color CMYK) of #1349eb color hex is 0.92, 0.69, 0.00, 0.08. Web safe color of #1349eb is #0033ff. Color #1349eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01001001 | 11101011 |
Octal | 23 | 111 | 353 |
Decimal | 19 | 73 | 235 |
Hex | 13 | 49 | EB |
Shades of #1349eb
Tints of #1349eb
RGB Percentages of Color #1349eb
CMYK Percentages of Color #1349eb
Complementary Color
#1349eb | #ebb513 |
#1349eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1349eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1349eb Color CSS Codes
.mybgcolor {background-color:#1349eb; } .myforecolor {color:#1349eb; } .mybordercolor {border:3px solid #1349eb; }
#1349eb Text Font Color
<p style="color:#1349eb">Text here</p>
This sample text font color is #1349eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#1349eb Background Color
<div style="background-color:#1349eb">
Div content here</div>
This div background color is #1349eb
#1349eb Border Color
<div style="border:3px solid #1349eb">
Div here</div>
This div border color is #1349eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,73,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1349eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1349eb; -webkit-box-shadow: 1px 1px 3px 2px #1349eb; box-shadow: 1px 1px 3px 2px #1349eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,73,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1349eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1349eb; -webkit-box-shadow: 1px 1px 3px 2px #1349eb; box-shadow: 1px 1px 3px 2px #1349eb;">
Div content here</div>
This div box has shadow with color #1349eb
Comments
No comments written yet.
Please login to write comment.