Shades of Navy #080E7C
Tints of Navy #080E7C
RGB
CMYK
RGB Variations
Color information
#080E7C (or 0x080E7C) is known color: Navy. HEX triplet: 08, 0E and 7C. RGB value is (8,14,124). Sum of RGB (Red+Green+Blue) = 8+14+124=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #080E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E7C is #F7F183. Grayscale: #181818. Windows color (decimal): -16249220 or 8130056. OLE color: 8130056.
HSL color Cylindrical-coordinate representation of color #080E7C: hue angle of 236.9º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E7C is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 14 | 124 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.51 |
| HSL | 236.9º | 0.88% | 0.26% | - |
| HSV(B) | 236.9º | 0.94% | 0.49% | - |
| XYZ | 3.9 | 1.82 | 19.21 | - |
| YUV | 24.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 124 | 0.94 | 0.89 | 0 | 0.51 | 236.9 | 0.88 | 0.26 |
| Hex | 8 | E | 7C | 5E | 59 | 0 | 33 | ED | 58 | 1A |
| Octal | 10 | 16 | 174 | 136 | 131 | 0 | 63 | 355 | 130 | 32 |
| Binary | 1000 | 1110 | 1111100 | 1011110 | 1011001 | 0 | 110011 | 11101101 | 1011000 | 11010 |
Color Harmonies of #080E7C
Complementary color
Monochromatic Colors of #080E7C
Black with #080E7C
Text Example
Text Example
White with #080E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E7C; }
p { color: rgb(8,14,124); }
H1.HeaderClassName
{
color: #080E7C;
}
.AnyTagClassName
{
color: #080E7C;
}
</style>
background-color css
<style>
a { background-color: #080E7C; }
a { background-color: rgb(8,14,124); }
div.DivClassName
{
background-color: #080E7C;
}
.BgClassName
{
background-color: #080E7C;
}
</style>
border-color css
<style>
span { border-color: #080E7C; }
span { border-color: rgb(8,14,124); }
td.TdClassName
{
border-color: #080E7C;
}
.TagClassName
{
border-color: #080E7C;
}
</style>