Shades of Navy #070776
Tints of Navy #070776
RGB
CMYK
RGB Variations
Color information
#070776 (or 0x070776) is known color: Navy. HEX triplet: 07, 07 and 76. RGB value is (7,7,118). Sum of RGB (Red+Green+Blue) = 7+7+118=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #070776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070776 is #F8F889. Grayscale: #131313. Windows color (decimal): -16316554 or 7735047. OLE color: 7735047.
HSL color Cylindrical-coordinate representation of color #070776: hue angle of 240º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070776 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 7 | 118 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.54 |
| HSL | 240º | 0.89% | 0.25% | - |
| HSV(B) | 240º | 0.94% | 0.46% | - |
| XYZ | 3.43 | 1.51 | 17.25 | - |
| YUV | 19.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 118 | 0.94 | 0.94 | 0 | 0.54 | 240 | 0.89 | 0.25 |
| Hex | 7 | 7 | 76 | 5E | 5E | 0 | 36 | F0 | 59 | 19 |
| Octal | 7 | 7 | 166 | 136 | 136 | 0 | 66 | 360 | 131 | 31 |
| Binary | 111 | 111 | 1110110 | 1011110 | 1011110 | 0 | 110110 | 11110000 | 1011001 | 11001 |
Color Harmonies of #070776
Complementary color
Monochromatic Colors of #070776
Black with #070776
Text Example
Text Example
White with #070776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070776; }
p { color: rgb(7,7,118); }
H1.HeaderClassName
{
color: #070776;
}
.AnyTagClassName
{
color: #070776;
}
</style>
background-color css
<style>
a { background-color: #070776; }
a { background-color: rgb(7,7,118); }
div.DivClassName
{
background-color: #070776;
}
.BgClassName
{
background-color: #070776;
}
</style>
border-color css
<style>
span { border-color: #070776; }
span { border-color: rgb(7,7,118); }
td.TdClassName
{
border-color: #070776;
}
.TagClassName
{
border-color: #070776;
}
</style>