Color spaces of #13124f
RGB | 19 | 18 | 79 |
---|---|---|---|
HSL | 0.67 | 0.63 | 0.19 |
HSV | 241° | 77° | 31° |
CMYK | 0.76 | 0.77 | 0.00 0.69 |
XYZ | 1.8961 | 1.1356 | 7.5164 |
Yxy | 1.1356 | 0.1798 | 0.1077 |
Hunter Lab | 10.6565 | 13.1117 | -34.3600 |
CIE-Lab | 10.0735 | 23.2197 | -37.0896 |
#13124f color RGB value is (19,18,79).
#13124f hex color red value is 19, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #13124f hue: 0.67 , saturation: 0.63 and the lightness value of 13124f is 0.19.
The process color (four color CMYK) of #13124f color hex is 0.76, 0.77, 0.00, 0.69. Web safe color of #13124f is #000066. Color #13124f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00010010 | 01001111 |
Octal | 23 | 22 | 117 |
Decimal | 19 | 18 | 79 |
Hex | 13 | 12 | 4F |
Shades of #13124f
Tints of #13124f
RGB Percentages of Color #13124f
CMYK Percentages of Color #13124f
Complementary Color
#13124f | #4e4f12 |
#13124f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13124f Color Preview on White Background
Lorem ipsum dolor sit amet.
#13124f Color CSS Codes
.mybgcolor {background-color:#13124f; } .myforecolor {color:#13124f; } .mybordercolor {border:3px solid #13124f; }
#13124f Text Font Color
<p style="color:#13124f">Text here</p>
This sample text font color is #13124f
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.
#13124f Background Color
<div style="background-color:#13124f">
Div content here</div>
This div background color is #13124f
#13124f Border Color
<div style="border:3px solid #13124f">
Div here</div>
This div border color is #13124f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,18,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13124f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13124f; -webkit-box-shadow: 1px 1px 3px 2px #13124f; box-shadow: 1px 1px 3px 2px #13124f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,18,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13124f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13124f; -webkit-box-shadow: 1px 1px 3px 2px #13124f; box-shadow: 1px 1px 3px 2px #13124f;">
Div content here</div>
This div box has shadow with color #13124f
Comments
No comments written yet.
Please login to write comment.