Color spaces of #111942
RGB | 17 | 25 | 66 |
---|---|---|---|
HSL | 0.64 | 0.59 | 0.16 |
HSV | 230° | 74° | 26° |
CMYK | 0.74 | 0.62 | 0.00 0.74 |
XYZ | 1.5622 | 1.2078 | 5.3050 |
Yxy | 1.2078 | 0.1935 | 0.1496 |
Hunter Lab | 10.9900 | 6.1408 | -20.9270 |
CIE-Lab | 10.6148 | 12.4076 | -27.1599 |
#111942 color RGB value is (17,25,66).
#111942 hex color red value is 17, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #111942 hue: 0.64 , saturation: 0.59 and the lightness value of 111942 is 0.16.
The process color (four color CMYK) of #111942 color hex is 0.74, 0.62, 0.00, 0.74. Web safe color of #111942 is #000033. Color #111942 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00011001 | 01000010 |
Octal | 21 | 31 | 102 |
Decimal | 17 | 25 | 66 |
Hex | 11 | 19 | 42 |
Shades of #111942
Tints of #111942
RGB Percentages of Color #111942
CMYK Percentages of Color #111942
Complementary Color
#111942 | #423a11 |
#111942 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#111942 Color Preview on White Background
Lorem ipsum dolor sit amet.
#111942 Color CSS Codes
.mybgcolor {background-color:#111942; } .myforecolor {color:#111942; } .mybordercolor {border:3px solid #111942; }
#111942 Text Font Color
<p style="color:#111942">Text here</p>
This sample text font color is #111942
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.
#111942 Background Color
<div style="background-color:#111942">
Div content here</div>
This div background color is #111942
#111942 Border Color
<div style="border:3px solid #111942">
Div here</div>
This div border color is #111942
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,25,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #111942; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #111942; -webkit-box-shadow: 1px 1px 3px 2px #111942; box-shadow: 1px 1px 3px 2px #111942; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,25,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #111942">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #111942; -webkit-box-shadow: 1px 1px 3px 2px #111942; box-shadow: 1px 1px 3px 2px #111942;">
Div content here</div>
This div box has shadow with color #111942
Comments
No comments written yet.
Please login to write comment.