Shades of Navy #070160
Tints of Navy #070160
RGB
CMYK
RGB Variations
Color information
#070160 (or 0x070160) is known color: Navy. HEX triplet: 07, 01 and 60. RGB value is (7,1,96). Sum of RGB (Red+Green+Blue) = 7+1+96=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #070160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070160 is #F8FE9F. Grayscale: #0D0D0D. Windows color (decimal): -16318112 or 6291719. OLE color: 6291719.
HSL color Cylindrical-coordinate representation of color #070160: hue angle of 243.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070160 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 1 | 96 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.62 |
| HSL | 243.79º | 0.98% | 0.19% | - |
| HSV(B) | 243.79º | 0.99% | 0.38% | - |
| XYZ | 2.21 | 0.91 | 11.13 | - |
| YUV | 13.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 96 | 0.93 | 0.99 | 0 | 0.62 | 243.79 | 0.98 | 0.19 |
| Hex | 7 | 1 | 60 | 5D | 63 | 0 | 3E | F4 | 62 | 13 |
| Octal | 7 | 1 | 140 | 135 | 143 | 0 | 76 | 364 | 142 | 23 |
| Binary | 111 | 1 | 1100000 | 1011101 | 1100011 | 0 | 111110 | 11110100 | 1100010 | 10011 |
Color Harmonies of #070160
Complementary color
Monochromatic Colors of #070160
Black with #070160
Text Example
Text Example
White with #070160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070160; }
p { color: rgb(7,1,96); }
H1.HeaderClassName
{
color: #070160;
}
.AnyTagClassName
{
color: #070160;
}
</style>
background-color css
<style>
a { background-color: #070160; }
a { background-color: rgb(7,1,96); }
div.DivClassName
{
background-color: #070160;
}
.BgClassName
{
background-color: #070160;
}
</style>
border-color css
<style>
span { border-color: #070160; }
span { border-color: rgb(7,1,96); }
td.TdClassName
{
border-color: #070160;
}
.TagClassName
{
border-color: #070160;
}
</style>