Shades of Navy #070079
Tints of Navy #070079
RGB
CMYK
RGB Variations
Color information
#070079 (or 0x070079) is known color: Navy. HEX triplet: 07, 00 and 79. RGB value is (7,0,121). Sum of RGB (Red+Green+Blue) = 7+0+121=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #070079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070079 is #F8FF86. Grayscale: #0F0F0F. Windows color (decimal): -16318343 or 7929863. OLE color: 7929863.
HSL color Cylindrical-coordinate representation of color #070079: hue angle of 243.47º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070079 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 0 | 121 | - |
| CMYK | 0.94 | 1 | 0 | 0.53 |
| HSL | 243.47º | 1% | 0.24% | - |
| HSV(B) | 243.47º | 1% | 0.47% | - |
| XYZ | 3.54 | 1.43 | 18.18 | - |
| YUV | 15.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 121 | 0.94 | 1 | 0 | 0.53 | 243.47 | 1 | 0.24 |
| Hex | 7 | 0 | 79 | 5E | 64 | 0 | 35 | F3 | 64 | 18 |
| Octal | 7 | 0 | 171 | 136 | 144 | 0 | 65 | 363 | 144 | 30 |
| Binary | 111 | 0 | 1111001 | 1011110 | 1100100 | 0 | 110101 | 11110011 | 1100100 | 11000 |
Color Harmonies of #070079
Complementary color
Monochromatic Colors of #070079
Black with #070079
Text Example
Text Example
White with #070079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070079; }
p { color: rgb(7,0,121); }
H1.HeaderClassName
{
color: #070079;
}
.AnyTagClassName
{
color: #070079;
}
</style>
background-color css
<style>
a { background-color: #070079; }
a { background-color: rgb(7,0,121); }
div.DivClassName
{
background-color: #070079;
}
.BgClassName
{
background-color: #070079;
}
</style>
border-color css
<style>
span { border-color: #070079; }
span { border-color: rgb(7,0,121); }
td.TdClassName
{
border-color: #070079;
}
.TagClassName
{
border-color: #070079;
}
</style>