Shades of Navy #070E80
Tints of Navy #070E80
RGB
CMYK
RGB Variations
Color information
#070E80 (or 0x070E80) is known color: Navy. HEX triplet: 07, 0E and 80. RGB value is (7,14,128). Sum of RGB (Red+Green+Blue) = 7+14+128=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 128 (50.39% from 255 or 85.91% from 149); Max value from RGB is 128 - color contains mainly: blue. Hex color #070E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E80 is #F8F17F. Grayscale: #181818. Windows color (decimal): -16314752 or 8392199. OLE color: 8392199.
HSL color Cylindrical-coordinate representation of color #070E80: hue angle of 236.53º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070E80 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 14 | 128 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.50 |
| HSL | 236.53º | 0.9% | 0.26% | - |
| HSV(B) | 236.53º | 0.95% | 0.5% | - |
| XYZ | 4.14 | 1.92 | 20.57 | - |
| YUV | 24.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 128 | 0.95 | 0.89 | 0 | 0.50 | 236.53 | 0.9 | 0.26 |
| Hex | 7 | E | 80 | 5F | 59 | 0 | 32 | ED | 5A | 1A |
| Octal | 7 | 16 | 200 | 137 | 131 | 0 | 62 | 355 | 132 | 32 |
| Binary | 111 | 1110 | 10000000 | 1011111 | 1011001 | 0 | 110010 | 11101101 | 1011010 | 11010 |
Color Harmonies of #070E80
Complementary color
Monochromatic Colors of #070E80
Black with #070E80
Text Example
Text Example
White with #070E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E80; }
p { color: rgb(7,14,128); }
H1.HeaderClassName
{
color: #070E80;
}
.AnyTagClassName
{
color: #070E80;
}
</style>
background-color css
<style>
a { background-color: #070E80; }
a { background-color: rgb(7,14,128); }
div.DivClassName
{
background-color: #070E80;
}
.BgClassName
{
background-color: #070E80;
}
</style>
border-color css
<style>
span { border-color: #070E80; }
span { border-color: rgb(7,14,128); }
td.TdClassName
{
border-color: #070E80;
}
.TagClassName
{
border-color: #070E80;
}
</style>