Color spaces of #15113f
RGB | 21 | 17 | 63 |
---|---|---|---|
HSL | 0.68 | 0.58 | 0.16 |
HSV | 245° | 73° | 25° |
CMYK | 0.67 | 0.73 | 0.00 0.75 |
XYZ | 1.4069 | 0.9192 | 4.8059 |
Yxy | 0.9192 | 0.1973 | 0.1289 |
Hunter Lab | 9.5875 | 9.4156 | -23.0089 |
CIE-Lab | 8.2994 | 18.0275 | -28.7854 |
#15113f color RGB value is (21,17,63).
#15113f hex color red value is 21, green value is 17 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #15113f hue: 0.68 , saturation: 0.58 and the lightness value of 15113f is 0.16.
The process color (four color CMYK) of #15113f color hex is 0.67, 0.73, 0.00, 0.75. Web safe color of #15113f is #000033. Color #15113f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010101 | 00010001 | 00111111 |
Octal | 25 | 21 | 77 |
Decimal | 21 | 17 | 63 |
Hex | 15 | 11 | 3F |
Shades of #15113f
Tints of #15113f
RGB Percentages of Color #15113f
CMYK Percentages of Color #15113f
Complementary Color
#15113f | #3b3f11 |
#15113f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#15113f Color Preview on White Background
Lorem ipsum dolor sit amet.
#15113f Color CSS Codes
.mybgcolor {background-color:#15113f; } .myforecolor {color:#15113f; } .mybordercolor {border:3px solid #15113f; }
#15113f Text Font Color
<p style="color:#15113f">Text here</p>
This sample text font color is #15113f
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.
#15113f Background Color
<div style="background-color:#15113f">
Div content here</div>
This div background color is #15113f
#15113f Border Color
<div style="border:3px solid #15113f">
Div here</div>
This div border color is #15113f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(21,17,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #15113f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #15113f; -webkit-box-shadow: 1px 1px 3px 2px #15113f; box-shadow: 1px 1px 3px 2px #15113f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(21,17,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #15113f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #15113f; -webkit-box-shadow: 1px 1px 3px 2px #15113f; box-shadow: 1px 1px 3px 2px #15113f;">
Div content here</div>
This div box has shadow with color #15113f
Comments
No comments written yet.
Please login to write comment.