Shades of Navy #070170
Tints of Navy #070170
RGB
CMYK
RGB Variations
Color information
#070170 (or 0x070170) is known color: Navy. HEX triplet: 07, 01 and 70. RGB value is (7,1,112). Sum of RGB (Red+Green+Blue) = 7+1+112=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #070170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070170 is #F8FE8F. Grayscale: #0F0F0F. Windows color (decimal): -16318096 or 7340295. OLE color: 7340295.
HSL color Cylindrical-coordinate representation of color #070170: hue angle of 243.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070170 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 1 | 112 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.56 |
| HSL | 243.24º | 0.98% | 0.22% | - |
| HSV(B) | 243.24º | 0.99% | 0.44% | - |
| XYZ | 3.02 | 1.24 | 15.41 | - |
| YUV | 15.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 112 | 0.94 | 0.99 | 0 | 0.56 | 243.24 | 0.98 | 0.22 |
| Hex | 7 | 1 | 70 | 5E | 63 | 0 | 38 | F3 | 62 | 16 |
| Octal | 7 | 1 | 160 | 136 | 143 | 0 | 70 | 363 | 142 | 26 |
| Binary | 111 | 1 | 1110000 | 1011110 | 1100011 | 0 | 111000 | 11110011 | 1100010 | 10110 |
Color Harmonies of #070170
Complementary color
Monochromatic Colors of #070170
Black with #070170
Text Example
Text Example
White with #070170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070170; }
p { color: rgb(7,1,112); }
H1.HeaderClassName
{
color: #070170;
}
.AnyTagClassName
{
color: #070170;
}
</style>
background-color css
<style>
a { background-color: #070170; }
a { background-color: rgb(7,1,112); }
div.DivClassName
{
background-color: #070170;
}
.BgClassName
{
background-color: #070170;
}
</style>
border-color css
<style>
span { border-color: #070170; }
span { border-color: rgb(7,1,112); }
td.TdClassName
{
border-color: #070170;
}
.TagClassName
{
border-color: #070170;
}
</style>