Shades of Navy #070978
Tints of Navy #070978
RGB
CMYK
RGB Variations
Color information
#070978 (or 0x070978) is known color: Navy. HEX triplet: 07, 09 and 78. RGB value is (7,9,120). Sum of RGB (Red+Green+Blue) = 7+9+120=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #070978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070978 is #F8F687. Grayscale: #141414. Windows color (decimal): -16316040 or 7866631. OLE color: 7866631.
HSL color Cylindrical-coordinate representation of color #070978: hue angle of 238.94º 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 #070978 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 9 | 120 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.53 |
| HSL | 238.94º | 0.89% | 0.25% | - |
| HSV(B) | 238.94º | 0.94% | 0.47% | - |
| XYZ | 3.58 | 1.6 | 17.89 | - |
| YUV | 21.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 120 | 0.94 | 0.92 | 0 | 0.53 | 238.94 | 0.89 | 0.25 |
| Hex | 7 | 9 | 78 | 5E | 5C | 0 | 35 | EF | 59 | 19 |
| Octal | 7 | 11 | 170 | 136 | 134 | 0 | 65 | 357 | 131 | 31 |
| Binary | 111 | 1001 | 1111000 | 1011110 | 1011100 | 0 | 110101 | 11101111 | 1011001 | 11001 |
Color Harmonies of #070978
Complementary color
Monochromatic Colors of #070978
Black with #070978
Text Example
Text Example
White with #070978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070978; }
p { color: rgb(7,9,120); }
H1.HeaderClassName
{
color: #070978;
}
.AnyTagClassName
{
color: #070978;
}
</style>
background-color css
<style>
a { background-color: #070978; }
a { background-color: rgb(7,9,120); }
div.DivClassName
{
background-color: #070978;
}
.BgClassName
{
background-color: #070978;
}
</style>
border-color css
<style>
span { border-color: #070978; }
span { border-color: rgb(7,9,120); }
td.TdClassName
{
border-color: #070978;
}
.TagClassName
{
border-color: #070978;
}
</style>