Shades of Navy #070A77
Tints of Navy #070A77
RGB
CMYK
RGB Variations
Color information
#070A77 (or 0x070A77) is known color: Navy. HEX triplet: 07, 0A and 77. RGB value is (7,10,119). Sum of RGB (Red+Green+Blue) = 7+10+119=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #070A77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A77 is #F8F588. Grayscale: #151515. Windows color (decimal): -16315785 or 7801351. OLE color: 7801351.
HSL color Cylindrical-coordinate representation of color #070A77: hue angle of 238.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070A77 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 10 | 119 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.53 |
| HSL | 238.39º | 0.89% | 0.25% | - |
| HSV(B) | 238.39º | 0.94% | 0.47% | - |
| XYZ | 3.53 | 1.59 | 17.57 | - |
| YUV | 21.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 119 | 0.94 | 0.92 | 0 | 0.53 | 238.39 | 0.89 | 0.25 |
| Hex | 7 | A | 77 | 5E | 5C | 0 | 35 | EE | 59 | 19 |
| Octal | 7 | 12 | 167 | 136 | 134 | 0 | 65 | 356 | 131 | 31 |
| Binary | 111 | 1010 | 1110111 | 1011110 | 1011100 | 0 | 110101 | 11101110 | 1011001 | 11001 |
Color Harmonies of #070A77
Complementary color
Monochromatic Colors of #070A77
Black with #070A77
Text Example
Text Example
White with #070A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A77; }
p { color: rgb(7,10,119); }
H1.HeaderClassName
{
color: #070A77;
}
.AnyTagClassName
{
color: #070A77;
}
</style>
background-color css
<style>
a { background-color: #070A77; }
a { background-color: rgb(7,10,119); }
div.DivClassName
{
background-color: #070A77;
}
.BgClassName
{
background-color: #070A77;
}
</style>
border-color css
<style>
span { border-color: #070A77; }
span { border-color: rgb(7,10,119); }
td.TdClassName
{
border-color: #070A77;
}
.TagClassName
{
border-color: #070A77;
}
</style>