Shades of Navy #08076F
Tints of Navy #08076F
RGB
CMYK
RGB Variations
Color information
#08076F (or 0x08076F) is known color: Navy. HEX triplet: 08, 07 and 6F. RGB value is (8,7,111). Sum of RGB (Red+Green+Blue) = 8+7+111=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #08076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076F is #F7F890. Grayscale: #121212. Windows color (decimal): -16251025 or 7276296. OLE color: 7276296.
HSL color Cylindrical-coordinate representation of color #08076F: hue angle of 240.58º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08076F is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 7 | 111 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.56 |
| HSL | 240.58º | 0.88% | 0.23% | - |
| HSV(B) | 240.58º | 0.94% | 0.44% | - |
| XYZ | 3.05 | 1.35 | 15.14 | - |
| YUV | 19.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 111 | 0.93 | 0.94 | 0 | 0.56 | 240.58 | 0.88 | 0.23 |
| Hex | 8 | 7 | 6F | 5D | 5E | 0 | 38 | F1 | 58 | 17 |
| Octal | 10 | 7 | 157 | 135 | 136 | 0 | 70 | 361 | 130 | 27 |
| Binary | 1000 | 111 | 1101111 | 1011101 | 1011110 | 0 | 111000 | 11110001 | 1011000 | 10111 |
Color Harmonies of #08076F
Complementary color
Monochromatic Colors of #08076F
Black with #08076F
Text Example
Text Example
White with #08076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08076F; }
p { color: rgb(8,7,111); }
H1.HeaderClassName
{
color: #08076F;
}
.AnyTagClassName
{
color: #08076F;
}
</style>
background-color css
<style>
a { background-color: #08076F; }
a { background-color: rgb(8,7,111); }
div.DivClassName
{
background-color: #08076F;
}
.BgClassName
{
background-color: #08076F;
}
</style>
border-color css
<style>
span { border-color: #08076F; }
span { border-color: rgb(8,7,111); }
td.TdClassName
{
border-color: #08076F;
}
.TagClassName
{
border-color: #08076F;
}
</style>