Shades of Navy #080E7A
Tints of Navy #080E7A
RGB
CMYK
RGB Variations
Color information
#080E7A (or 0x080E7A) is known color: Navy. HEX triplet: 08, 0E and 7A. RGB value is (8,14,122). Sum of RGB (Red+Green+Blue) = 8+14+122=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #080E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E7A is #F7F185. Grayscale: #181818. Windows color (decimal): -16249222 or 7998984. OLE color: 7998984.
HSL color Cylindrical-coordinate representation of color #080E7A: hue angle of 236.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080E7A is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 14 | 122 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.52 |
| HSL | 236.84º | 0.88% | 0.25% | - |
| HSV(B) | 236.84º | 0.93% | 0.48% | - |
| XYZ | 3.77 | 1.77 | 18.56 | - |
| YUV | 24.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 122 | 0.93 | 0.89 | 0 | 0.52 | 236.84 | 0.88 | 0.25 |
| Hex | 8 | E | 7A | 5D | 59 | 0 | 34 | ED | 58 | 19 |
| Octal | 10 | 16 | 172 | 135 | 131 | 0 | 64 | 355 | 130 | 31 |
| Binary | 1000 | 1110 | 1111010 | 1011101 | 1011001 | 0 | 110100 | 11101101 | 1011000 | 11001 |
Color Harmonies of #080E7A
Complementary color
Monochromatic Colors of #080E7A
Black with #080E7A
Text Example
Text Example
White with #080E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E7A; }
p { color: rgb(8,14,122); }
H1.HeaderClassName
{
color: #080E7A;
}
.AnyTagClassName
{
color: #080E7A;
}
</style>
background-color css
<style>
a { background-color: #080E7A; }
a { background-color: rgb(8,14,122); }
div.DivClassName
{
background-color: #080E7A;
}
.BgClassName
{
background-color: #080E7A;
}
</style>
border-color css
<style>
span { border-color: #080E7A; }
span { border-color: rgb(8,14,122); }
td.TdClassName
{
border-color: #080E7A;
}
.TagClassName
{
border-color: #080E7A;
}
</style>