Shades of Navy #080E7B
Tints of Navy #080E7B
RGB
CMYK
RGB Variations
Color information
#080E7B (or 0x080E7B) is known color: Navy. HEX triplet: 08, 0E and 7B. RGB value is (8,14,123). Sum of RGB (Red+Green+Blue) = 8+14+123=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #080E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E7B is #F7F184. Grayscale: #181818. Windows color (decimal): -16249221 or 8064520. OLE color: 8064520.
HSL color Cylindrical-coordinate representation of color #080E7B: hue angle of 236.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080E7B is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 14 | 123 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.52 |
| HSL | 236.87º | 0.88% | 0.26% | - |
| HSV(B) | 236.87º | 0.93% | 0.48% | - |
| XYZ | 3.83 | 1.8 | 18.88 | - |
| YUV | 24.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 123 | 0.93 | 0.89 | 0 | 0.52 | 236.87 | 0.88 | 0.26 |
| Hex | 8 | E | 7B | 5D | 59 | 0 | 34 | ED | 58 | 1A |
| Octal | 10 | 16 | 173 | 135 | 131 | 0 | 64 | 355 | 130 | 32 |
| Binary | 1000 | 1110 | 1111011 | 1011101 | 1011001 | 0 | 110100 | 11101101 | 1011000 | 11010 |
Color Harmonies of #080E7B
Complementary color
Monochromatic Colors of #080E7B
Black with #080E7B
Text Example
Text Example
White with #080E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E7B; }
p { color: rgb(8,14,123); }
H1.HeaderClassName
{
color: #080E7B;
}
.AnyTagClassName
{
color: #080E7B;
}
</style>
background-color css
<style>
a { background-color: #080E7B; }
a { background-color: rgb(8,14,123); }
div.DivClassName
{
background-color: #080E7B;
}
.BgClassName
{
background-color: #080E7B;
}
</style>
border-color css
<style>
span { border-color: #080E7B; }
span { border-color: rgb(8,14,123); }
td.TdClassName
{
border-color: #080E7B;
}
.TagClassName
{
border-color: #080E7B;
}
</style>