Shades of Navy #080E77
Tints of Navy #080E77
RGB
CMYK
RGB Variations
Color information
#080E77 (or 0x080E77) is known color: Navy. HEX triplet: 08, 0E and 77. RGB value is (8,14,119). Sum of RGB (Red+Green+Blue) = 8+14+119=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #080E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E77 is #F7F188. Grayscale: #171717. Windows color (decimal): -16249225 or 7802376. OLE color: 7802376.
HSL color Cylindrical-coordinate representation of color #080E77: hue angle of 236.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080E77 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 14 | 119 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.53 |
| HSL | 236.76º | 0.87% | 0.25% | - |
| HSV(B) | 236.76º | 0.93% | 0.47% | - |
| XYZ | 3.59 | 1.7 | 17.59 | - |
| YUV | 24.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 119 | 0.93 | 0.88 | 0 | 0.53 | 236.76 | 0.87 | 0.25 |
| Hex | 8 | E | 77 | 5D | 58 | 0 | 35 | ED | 57 | 19 |
| Octal | 10 | 16 | 167 | 135 | 130 | 0 | 65 | 355 | 127 | 31 |
| Binary | 1000 | 1110 | 1110111 | 1011101 | 1011000 | 0 | 110101 | 11101101 | 1010111 | 11001 |
Color Harmonies of #080E77
Complementary color
Monochromatic Colors of #080E77
Black with #080E77
Text Example
Text Example
White with #080E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E77; }
p { color: rgb(8,14,119); }
H1.HeaderClassName
{
color: #080E77;
}
.AnyTagClassName
{
color: #080E77;
}
</style>
background-color css
<style>
a { background-color: #080E77; }
a { background-color: rgb(8,14,119); }
div.DivClassName
{
background-color: #080E77;
}
.BgClassName
{
background-color: #080E77;
}
</style>
border-color css
<style>
span { border-color: #080E77; }
span { border-color: rgb(8,14,119); }
td.TdClassName
{
border-color: #080E77;
}
.TagClassName
{
border-color: #080E77;
}
</style>