Color spaces of #00108e
RGB | 0 | 16 | 142 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.28 |
HSV | 233° | 100° | 56° |
CMYK | 1.00 | 0.89 | 0.00 0.44 |
XYZ | 5.0678 | 2.3236 | 25.7726 |
Yxy | 2.3236 | 0.1528 | 0.0701 |
Hunter Lab | 15.2434 | 32.6681 | -89.5738 |
CIE-Lab | 17.1013 | 45.5122 | -66.6458 |
#00108e color RGB value is (0,16,142).
#00108e hex color red value is 0, green value is 16 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00108e hue: 0.65 , saturation: 1.00 and the lightness value of 00108e is 0.28.
The process color (four color CMYK) of #00108e color hex is 1.00, 0.89, 0.00, 0.44. Web safe color of #00108e is #000099. Color #00108e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00010000 | 10001110 |
Octal | 0 | 20 | 216 |
Decimal | 0 | 16 | 142 |
Hex | 0 | 10 | 8E |
Shades of #00108e
Tints of #00108e
RGB Percentages of Color #00108e
CMYK Percentages of Color #00108e
Complementary Color
#00108e | #8e7e00 |
#00108e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00108e Color Preview on White Background
Lorem ipsum dolor sit amet.
#00108e Color CSS Codes
.mybgcolor {background-color:#00108e; } .myforecolor {color:#00108e; } .mybordercolor {border:3px solid #00108e; }
#00108e Text Font Color
<p style="color:#00108e">Text here</p>
This sample text font color is #00108e
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.
#00108e Background Color
<div style="background-color:#00108e">
Div content here</div>
This div background color is #00108e
#00108e Border Color
<div style="border:3px solid #00108e">
Div here</div>
This div border color is #00108e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,16,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00108e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00108e; -webkit-box-shadow: 1px 1px 3px 2px #00108e; box-shadow: 1px 1px 3px 2px #00108e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,16,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00108e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00108e; -webkit-box-shadow: 1px 1px 3px 2px #00108e; box-shadow: 1px 1px 3px 2px #00108e;">
Div content here</div>
This div box has shadow with color #00108e
Comments
No comments written yet.
Please login to write comment.