Shades of Navy #070A70
Tints of Navy #070A70
RGB
CMYK
RGB Variations
Color information
#070A70 (or 0x070A70) is known color: Navy. HEX triplet: 07, 0A and 70. RGB value is (7,10,112). Sum of RGB (Red+Green+Blue) = 7+10+112=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #070A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A70 is #F8F58F. Grayscale: #141414. Windows color (decimal): -16315792 or 7342599. OLE color: 7342599.
HSL color Cylindrical-coordinate representation of color #070A70: hue angle of 238.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A70 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 10 | 112 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.56 |
| HSL | 238.29º | 0.88% | 0.23% | - |
| HSV(B) | 238.29º | 0.94% | 0.44% | - |
| XYZ | 3.12 | 1.43 | 15.44 | - |
| YUV | 20.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 112 | 0.94 | 0.91 | 0 | 0.56 | 238.29 | 0.88 | 0.23 |
| Hex | 7 | A | 70 | 5E | 5B | 0 | 38 | EE | 58 | 17 |
| Octal | 7 | 12 | 160 | 136 | 133 | 0 | 70 | 356 | 130 | 27 |
| Binary | 111 | 1010 | 1110000 | 1011110 | 1011011 | 0 | 111000 | 11101110 | 1011000 | 10111 |
Color Harmonies of #070A70
Complementary color
Monochromatic Colors of #070A70
Black with #070A70
Text Example
Text Example
White with #070A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A70; }
p { color: rgb(7,10,112); }
H1.HeaderClassName
{
color: #070A70;
}
.AnyTagClassName
{
color: #070A70;
}
</style>
background-color css
<style>
a { background-color: #070A70; }
a { background-color: rgb(7,10,112); }
div.DivClassName
{
background-color: #070A70;
}
.BgClassName
{
background-color: #070A70;
}
</style>
border-color css
<style>
span { border-color: #070A70; }
span { border-color: rgb(7,10,112); }
td.TdClassName
{
border-color: #070A70;
}
.TagClassName
{
border-color: #070A70;
}
</style>