Color spaces of #11199a
RGB | 17 | 25 | 154 |
---|---|---|---|
HSL | 0.66 | 0.80 | 0.34 |
HSV | 236° | 89° | 60° |
CMYK | 0.89 | 0.84 | 0.00 0.40 |
XYZ | 6.4115 | 3.1475 | 30.8415 |
Yxy | 3.1475 | 0.1587 | 0.0779 |
Hunter Lab | 17.7412 | 33.4611 | -90.6516 |
CIE-Lab | 20.6252 | 45.6700 | -68.2006 |
#11199a color RGB value is (17,25,154).
#11199a hex color red value is 17, green value is 25 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #11199a hue: 0.66 , saturation: 0.80 and the lightness value of 11199a is 0.34.
The process color (four color CMYK) of #11199a color hex is 0.89, 0.84, 0.00, 0.40. Web safe color of #11199a is #000099. Color #11199a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00011001 | 10011010 |
Octal | 21 | 31 | 232 |
Decimal | 17 | 25 | 154 |
Hex | 11 | 19 | 9A |
Shades of #11199a
Tints of #11199a
RGB Percentages of Color #11199a
CMYK Percentages of Color #11199a
Complementary Color
#11199a | #9a9211 |
#11199a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11199a Color Preview on White Background
Lorem ipsum dolor sit amet.
#11199a Color CSS Codes
.mybgcolor {background-color:#11199a; } .myforecolor {color:#11199a; } .mybordercolor {border:3px solid #11199a; }
#11199a Text Font Color
<p style="color:#11199a">Text here</p>
This sample text font color is #11199a
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.
#11199a Background Color
<div style="background-color:#11199a">
Div content here</div>
This div background color is #11199a
#11199a Border Color
<div style="border:3px solid #11199a">
Div here</div>
This div border color is #11199a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,25,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11199a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11199a; -webkit-box-shadow: 1px 1px 3px 2px #11199a; box-shadow: 1px 1px 3px 2px #11199a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,25,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11199a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11199a; -webkit-box-shadow: 1px 1px 3px 2px #11199a; box-shadow: 1px 1px 3px 2px #11199a;">
Div content here</div>
This div box has shadow with color #11199a
Comments
No comments written yet.
Please login to write comment.