Shades of Navy #08077F
Tints of Navy #08077F
RGB
CMYK
RGB Variations
Color information
#08077F (or 0x08077F) is known color: Navy. HEX triplet: 08, 07 and 7F. RGB value is (8,7,127). Sum of RGB (Red+Green+Blue) = 8+7+127=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #08077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08077F is #F7F880. Grayscale: #141414. Windows color (decimal): -16251009 or 8324872. OLE color: 8324872.
HSL color Cylindrical-coordinate representation of color #08077F: hue angle of 240.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08077F is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 7 | 127 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.50 |
| HSL | 240.5º | 0.9% | 0.26% | - |
| HSV(B) | 240.5º | 0.94% | 0.5% | - |
| XYZ | 4.01 | 1.74 | 20.2 | - |
| YUV | 20.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 127 | 0.94 | 0.94 | 0 | 0.50 | 240.5 | 0.9 | 0.26 |
| Hex | 8 | 7 | 7F | 5E | 5E | 0 | 32 | F0 | 5A | 1A |
| Octal | 10 | 7 | 177 | 136 | 136 | 0 | 62 | 360 | 132 | 32 |
| Binary | 1000 | 111 | 1111111 | 1011110 | 1011110 | 0 | 110010 | 11110000 | 1011010 | 11010 |
Color Harmonies of #08077F
Complementary color
Monochromatic Colors of #08077F
Black with #08077F
Text Example
Text Example
White with #08077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08077F; }
p { color: rgb(8,7,127); }
H1.HeaderClassName
{
color: #08077F;
}
.AnyTagClassName
{
color: #08077F;
}
</style>
background-color css
<style>
a { background-color: #08077F; }
a { background-color: rgb(8,7,127); }
div.DivClassName
{
background-color: #08077F;
}
.BgClassName
{
background-color: #08077F;
}
</style>
border-color css
<style>
span { border-color: #08077F; }
span { border-color: rgb(8,7,127); }
td.TdClassName
{
border-color: #08077F;
}
.TagClassName
{
border-color: #08077F;
}
</style>