Color spaces of #11139b
RGB | 17 | 19 | 155 |
---|---|---|---|
HSL | 0.66 | 0.80 | 0.34 |
HSV | 239° | 89° | 61° |
CMYK | 0.89 | 0.88 | 0.00 0.39 |
XYZ | 6.3804 | 2.9515 | 31.2438 |
Yxy | 2.9515 | 0.1572 | 0.0727 |
Hunter Lab | 17.1799 | 36.2277 | -95.8002 |
CIE-Lab | 19.8486 | 48.6877 | -70.1082 |
#11139b color RGB value is (17,19,155).
#11139b hex color red value is 17, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #11139b hue: 0.66 , saturation: 0.80 and the lightness value of 11139b is 0.34.
The process color (four color CMYK) of #11139b color hex is 0.89, 0.88, 0.00, 0.39. Web safe color of #11139b is #000099. Color #11139b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00010011 | 10011011 |
Octal | 21 | 23 | 233 |
Decimal | 17 | 19 | 155 |
Hex | 11 | 13 | 9B |
Shades of #11139b
Tints of #11139b
RGB Percentages of Color #11139b
CMYK Percentages of Color #11139b
Complementary Color
#11139b | #9b9911 |
#11139b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11139b Color Preview on White Background
Lorem ipsum dolor sit amet.
#11139b Color CSS Codes
.mybgcolor {background-color:#11139b; } .myforecolor {color:#11139b; } .mybordercolor {border:3px solid #11139b; }
#11139b Text Font Color
<p style="color:#11139b">Text here</p>
This sample text font color is #11139b
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.
#11139b Background Color
<div style="background-color:#11139b">
Div content here</div>
This div background color is #11139b
#11139b Border Color
<div style="border:3px solid #11139b">
Div here</div>
This div border color is #11139b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,19,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11139b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11139b; -webkit-box-shadow: 1px 1px 3px 2px #11139b; box-shadow: 1px 1px 3px 2px #11139b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,19,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11139b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11139b; -webkit-box-shadow: 1px 1px 3px 2px #11139b; box-shadow: 1px 1px 3px 2px #11139b;">
Div content here</div>
This div box has shadow with color #11139b
Comments
No comments written yet.
Please login to write comment.