Shades of Navy #070A71
Tints of Navy #070A71
RGB
CMYK
RGB Variations
Color information
#070A71 (or 0x070A71) is known color: Navy. HEX triplet: 07, 0A and 71. RGB value is (7,10,113). Sum of RGB (Red+Green+Blue) = 7+10+113=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #070A71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A71 is #F8F58E. Grayscale: #141414. Windows color (decimal): -16315791 or 7408135. OLE color: 7408135.
HSL color Cylindrical-coordinate representation of color #070A71: hue angle of 238.3º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A71 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 10 | 113 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.56 |
| HSL | 238.3º | 0.88% | 0.24% | - |
| HSV(B) | 238.3º | 0.94% | 0.44% | - |
| XYZ | 3.18 | 1.45 | 15.74 | - |
| YUV | 20.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 113 | 0.94 | 0.91 | 0 | 0.56 | 238.3 | 0.88 | 0.24 |
| Hex | 7 | A | 71 | 5E | 5B | 0 | 38 | EE | 58 | 18 |
| Octal | 7 | 12 | 161 | 136 | 133 | 0 | 70 | 356 | 130 | 30 |
| Binary | 111 | 1010 | 1110001 | 1011110 | 1011011 | 0 | 111000 | 11101110 | 1011000 | 11000 |
Color Harmonies of #070A71
Complementary color
Monochromatic Colors of #070A71
Black with #070A71
Text Example
Text Example
White with #070A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A71; }
p { color: rgb(7,10,113); }
H1.HeaderClassName
{
color: #070A71;
}
.AnyTagClassName
{
color: #070A71;
}
</style>
background-color css
<style>
a { background-color: #070A71; }
a { background-color: rgb(7,10,113); }
div.DivClassName
{
background-color: #070A71;
}
.BgClassName
{
background-color: #070A71;
}
</style>
border-color css
<style>
span { border-color: #070A71; }
span { border-color: rgb(7,10,113); }
td.TdClassName
{
border-color: #070A71;
}
.TagClassName
{
border-color: #070A71;
}
</style>