Shades of Navy #070A73
Tints of Navy #070A73
RGB
CMYK
RGB Variations
Color information
#070A73 (or 0x070A73) is known color: Navy. HEX triplet: 07, 0A and 73. RGB value is (7,10,115). Sum of RGB (Red+Green+Blue) = 7+10+115=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #070A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A73 is #F8F58C. Grayscale: #141414. Windows color (decimal): -16315789 or 7539207. OLE color: 7539207.
HSL color Cylindrical-coordinate representation of color #070A73: hue angle of 238.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A73 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 10 | 115 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.55 |
| HSL | 238.33º | 0.89% | 0.24% | - |
| HSV(B) | 238.33º | 0.94% | 0.45% | - |
| XYZ | 3.29 | 1.5 | 16.34 | - |
| YUV | 21.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 115 | 0.94 | 0.91 | 0 | 0.55 | 238.33 | 0.89 | 0.24 |
| Hex | 7 | A | 73 | 5E | 5B | 0 | 37 | EE | 59 | 18 |
| Octal | 7 | 12 | 163 | 136 | 133 | 0 | 67 | 356 | 131 | 30 |
| Binary | 111 | 1010 | 1110011 | 1011110 | 1011011 | 0 | 110111 | 11101110 | 1011001 | 11000 |
Color Harmonies of #070A73
Complementary color
Monochromatic Colors of #070A73
Black with #070A73
Text Example
Text Example
White with #070A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A73; }
p { color: rgb(7,10,115); }
H1.HeaderClassName
{
color: #070A73;
}
.AnyTagClassName
{
color: #070A73;
}
</style>
background-color css
<style>
a { background-color: #070A73; }
a { background-color: rgb(7,10,115); }
div.DivClassName
{
background-color: #070A73;
}
.BgClassName
{
background-color: #070A73;
}
</style>
border-color css
<style>
span { border-color: #070A73; }
span { border-color: rgb(7,10,115); }
td.TdClassName
{
border-color: #070A73;
}
.TagClassName
{
border-color: #070A73;
}
</style>