Shades of Navy #070E83
Tints of Navy #070E83
RGB
CMYK
RGB Variations
Color information
#070E83 (or 0x070E83) is known color: Navy. HEX triplet: 07, 0E and 83. RGB value is (7,14,131). Sum of RGB (Red+Green+Blue) = 7+14+131=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 131 (51.56% from 255 or 86.18% from 152); Max value from RGB is 131 - color contains mainly: blue. Hex color #070E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E83 is #F8F17C. Grayscale: #181818. Windows color (decimal): -16314749 or 8588807. OLE color: 8588807.
HSL color Cylindrical-coordinate representation of color #070E83: hue angle of 236.61º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070E83 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 14 | 131 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.49 |
| HSL | 236.61º | 0.9% | 0.27% | - |
| HSV(B) | 236.61º | 0.95% | 0.51% | - |
| XYZ | 4.34 | 2 | 21.63 | - |
| YUV | 25.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 131 | 0.95 | 0.89 | 0 | 0.49 | 236.61 | 0.9 | 0.27 |
| Hex | 7 | E | 83 | 5F | 59 | 0 | 31 | ED | 5A | 1B |
| Octal | 7 | 16 | 203 | 137 | 131 | 0 | 61 | 355 | 132 | 33 |
| Binary | 111 | 1110 | 10000011 | 1011111 | 1011001 | 0 | 110001 | 11101101 | 1011010 | 11011 |
Color Harmonies of #070E83
Complementary color
Monochromatic Colors of #070E83
Black with #070E83
Text Example
Text Example
White with #070E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E83; }
p { color: rgb(7,14,131); }
H1.HeaderClassName
{
color: #070E83;
}
.AnyTagClassName
{
color: #070E83;
}
</style>
background-color css
<style>
a { background-color: #070E83; }
a { background-color: rgb(7,14,131); }
div.DivClassName
{
background-color: #070E83;
}
.BgClassName
{
background-color: #070E83;
}
</style>
border-color css
<style>
span { border-color: #070E83; }
span { border-color: rgb(7,14,131); }
td.TdClassName
{
border-color: #070E83;
}
.TagClassName
{
border-color: #070E83;
}
</style>