Color spaces of #11016b
RGB | 17 | 1 | 107 |
---|---|---|---|
HSL | 0.69 | 0.98 | 0.21 |
HSV | 249° | 99° | 42° |
CMYK | 0.84 | 0.99 | 0.00 0.58 |
XYZ | 2.8959 | 1.2024 | 13.9894 |
Yxy | 1.2024 | 0.1601 | 0.0665 |
Hunter Lab | 10.9654 | 27.9514 | -67.9650 |
CIE-Lab | 10.5751 | 41.6178 | -55.1007 |
#11016b color RGB value is (17,1,107).
#11016b hex color red value is 17, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #11016b hue: 0.69 , saturation: 0.98 and the lightness value of 11016b is 0.21.
The process color (four color CMYK) of #11016b color hex is 0.84, 0.99, 0.00, 0.58. Web safe color of #11016b is #000066. Color #11016b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 00000001 | 01101011 |
Octal | 21 | 1 | 153 |
Decimal | 17 | 1 | 107 |
Hex | 11 | 1 | 6B |
Shades of #11016b
Tints of #11016b
RGB Percentages of Color #11016b
CMYK Percentages of Color #11016b
Complementary Color
#11016b | #5b6b01 |
#11016b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11016b Color Preview on White Background
Lorem ipsum dolor sit amet.
#11016b Color CSS Codes
.mybgcolor {background-color:#11016b; } .myforecolor {color:#11016b; } .mybordercolor {border:3px solid #11016b; }
#11016b Text Font Color
<p style="color:#11016b">Text here</p>
This sample text font color is #11016b
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.
#11016b Background Color
<div style="background-color:#11016b">
Div content here</div>
This div background color is #11016b
#11016b Border Color
<div style="border:3px solid #11016b">
Div here</div>
This div border color is #11016b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,1,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11016b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11016b; -webkit-box-shadow: 1px 1px 3px 2px #11016b; box-shadow: 1px 1px 3px 2px #11016b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,1,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11016b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11016b; -webkit-box-shadow: 1px 1px 3px 2px #11016b; box-shadow: 1px 1px 3px 2px #11016b;">
Div content here</div>
This div box has shadow with color #11016b
Comments
No comments written yet.
Please login to write comment.