Color spaces of #00083f
RGB | 0 | 8 | 63 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.12 |
HSV | 232° | 100° | 25° |
CMYK | 1.00 | 0.87 | 0.00 0.75 |
XYZ | 0.9840 | 0.5325 | 4.7536 |
Yxy | 0.5325 | 0.1569 | 0.0849 |
Hunter Lab | 7.2973 | 11.2997 | -33.5148 |
CIE-Lab | 4.8100 | 19.2754 | -34.5441 |
#00083f color RGB value is (0,8,63).
#00083f hex color red value is 0, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #00083f hue: 0.65 , saturation: 1.00 and the lightness value of 00083f is 0.12.
The process color (four color CMYK) of #00083f color hex is 1.00, 0.87, 0.00, 0.75. Web safe color of #00083f is #000033. Color #00083f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 00001000 | 00111111 |
Octal | 0 | 10 | 77 |
Decimal | 0 | 8 | 63 |
Hex | 0 | 8 | 3F |
Shades of #00083f
Tints of #00083f
RGB Percentages of Color #00083f
CMYK Percentages of Color #00083f
Complementary Color
#00083f | #3f3700 |
#00083f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00083f Color Preview on White Background
Lorem ipsum dolor sit amet.
#00083f Color CSS Codes
.mybgcolor {background-color:#00083f; } .myforecolor {color:#00083f; } .mybordercolor {border:3px solid #00083f; }
#00083f Text Font Color
<p style="color:#00083f">Text here</p>
This sample text font color is #00083f
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.
#00083f Background Color
<div style="background-color:#00083f">
Div content here</div>
This div background color is #00083f
#00083f Border Color
<div style="border:3px solid #00083f">
Div here</div>
This div border color is #00083f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,8,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00083f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00083f; -webkit-box-shadow: 1px 1px 3px 2px #00083f; box-shadow: 1px 1px 3px 2px #00083f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,8,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00083f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00083f; -webkit-box-shadow: 1px 1px 3px 2px #00083f; box-shadow: 1px 1px 3px 2px #00083f;">
Div content here</div>
This div box has shadow with color #00083f
Comments
No comments written yet.
Please login to write comment.