Color spaces of #11286f
RGB | 17 | 40 | 111 |
---|---|---|---|
HSL | 0.63 | 0.73 | 0.25 |
HSV | 225° | 85° | 44° |
CMYK | 0.85 | 0.64 | 0.00 0.56 |
XYZ | 3.8592 | 2.7845 | 15.3730 |
Yxy | 2.7845 | 0.1753 | 0.1265 |
Hunter Lab | 16.6868 | 12.0802 | -42.9411 |
CIE-Lab | 19.1593 | 20.3039 | -43.5234 |
#11286f color RGB value is (17,40,111).
#11286f hex color red value is 17, green value is 40 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11286f hue: 0.63 , saturation: 0.73 and the lightness value of 11286f is 0.25.
The process color (four color CMYK) of #11286f color hex is 0.85, 0.64, 0.00, 0.56. Web safe color of #11286f is #003366. Color #11286f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00101000 | 01101111 |
Octal | 21 | 50 | 157 |
Decimal | 17 | 40 | 111 |
Hex | 11 | 28 | 6F |
Shades of #11286f
Tints of #11286f
RGB Percentages of Color #11286f
CMYK Percentages of Color #11286f
Complementary Color
#11286f | #6f5811 |
#11286f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11286f Color Preview on White Background
Lorem ipsum dolor sit amet.
#11286f Color CSS Codes
.mybgcolor {background-color:#11286f; } .myforecolor {color:#11286f; } .mybordercolor {border:3px solid #11286f; }
#11286f Text Font Color
<p style="color:#11286f">Text here</p>
This sample text font color is #11286f
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.
#11286f Background Color
<div style="background-color:#11286f">
Div content here</div>
This div background color is #11286f
#11286f Border Color
<div style="border:3px solid #11286f">
Div here</div>
This div border color is #11286f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,40,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11286f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11286f; -webkit-box-shadow: 1px 1px 3px 2px #11286f; box-shadow: 1px 1px 3px 2px #11286f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,40,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11286f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11286f; -webkit-box-shadow: 1px 1px 3px 2px #11286f; box-shadow: 1px 1px 3px 2px #11286f;">
Div content here</div>
This div box has shadow with color #11286f
Comments
No comments written yet.
Please login to write comment.