Color spaces of #13243a
RGB | 19 | 36 | 58 |
---|---|---|---|
HSL | 0.59 | 0.51 | 0.15 |
HSV | 214° | 67° | 23° |
CMYK | 0.67 | 0.38 | 0.00 0.77 |
XYZ | 1.6632 | 1.7057 | 4.2446 |
Yxy | 1.7057 | 0.2185 | 0.2240 |
Hunter Lab | 13.0602 | -0.1238 | -10.1272 |
CIE-Lab | 13.8602 | 1.1016 | -16.3314 |
#13243a color RGB value is (19,36,58).
#13243a hex color red value is 19, green value is 36 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #13243a hue: 0.59 , saturation: 0.51 and the lightness value of 13243a is 0.15.
The process color (four color CMYK) of #13243a color hex is 0.67, 0.38, 0.00, 0.77. Web safe color of #13243a is #003333. Color #13243a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 00100100 | 00111010 |
Octal | 23 | 44 | 72 |
Decimal | 19 | 36 | 58 |
Hex | 13 | 24 | 3A |
Shades of #13243a
Tints of #13243a
RGB Percentages of Color #13243a
CMYK Percentages of Color #13243a
Complementary Color
#13243a | #3a2913 |
#13243a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13243a Color Preview on White Background
Lorem ipsum dolor sit amet.
#13243a Color CSS Codes
.mybgcolor {background-color:#13243a; } .myforecolor {color:#13243a; } .mybordercolor {border:3px solid #13243a; }
#13243a Text Font Color
<p style="color:#13243a">Text here</p>
This sample text font color is #13243a
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.
#13243a Background Color
<div style="background-color:#13243a">
Div content here</div>
This div background color is #13243a
#13243a Border Color
<div style="border:3px solid #13243a">
Div here</div>
This div border color is #13243a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,36,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13243a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13243a; -webkit-box-shadow: 1px 1px 3px 2px #13243a; box-shadow: 1px 1px 3px 2px #13243a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,36,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13243a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13243a; -webkit-box-shadow: 1px 1px 3px 2px #13243a; box-shadow: 1px 1px 3px 2px #13243a;">
Div content here</div>
This div box has shadow with color #13243a
Comments
No comments written yet.
Please login to write comment.