Shades of Navy #08076D
Tints of Navy #08076D
RGB
CMYK
RGB Variations
Color information
#08076D (or 0x08076D) is known color: Navy. HEX triplet: 08, 07 and 6D. RGB value is (8,7,109). Sum of RGB (Red+Green+Blue) = 8+7+109=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #08076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076D is #F7F892. Grayscale: #121212. Windows color (decimal): -16251027 or 7145224. OLE color: 7145224.
HSL color Cylindrical-coordinate representation of color #08076D: hue angle of 240.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08076D is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 7 | 109 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.57 |
| HSL | 240.59º | 0.88% | 0.23% | - |
| HSV(B) | 240.59º | 0.94% | 0.43% | - |
| XYZ | 2.94 | 1.31 | 14.57 | - |
| YUV | 18.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 109 | 0.93 | 0.94 | 0 | 0.57 | 240.59 | 0.88 | 0.23 |
| Hex | 8 | 7 | 6D | 5D | 5E | 0 | 39 | F1 | 58 | 17 |
| Octal | 10 | 7 | 155 | 135 | 136 | 0 | 71 | 361 | 130 | 27 |
| Binary | 1000 | 111 | 1101101 | 1011101 | 1011110 | 0 | 111001 | 11110001 | 1011000 | 10111 |
Color Harmonies of #08076D
Complementary color
Monochromatic Colors of #08076D
Black with #08076D
Text Example
Text Example
White with #08076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08076D; }
p { color: rgb(8,7,109); }
H1.HeaderClassName
{
color: #08076D;
}
.AnyTagClassName
{
color: #08076D;
}
</style>
background-color css
<style>
a { background-color: #08076D; }
a { background-color: rgb(8,7,109); }
div.DivClassName
{
background-color: #08076D;
}
.BgClassName
{
background-color: #08076D;
}
</style>
border-color css
<style>
span { border-color: #08076D; }
span { border-color: rgb(8,7,109); }
td.TdClassName
{
border-color: #08076D;
}
.TagClassName
{
border-color: #08076D;
}
</style>