Shades of Navy #020970
Tints of Navy #020970
RGB
CMYK
RGB Variations
Color information
#020970 (or 0x020970) is known color: Navy. HEX triplet: 02, 09 and 70. RGB value is (2,9,112). Sum of RGB (Red+Green+Blue) = 2+9+112=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #020970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020970 is #FDF68F. Grayscale: #121212. Windows color (decimal): -16643728 or 7342338. OLE color: 7342338.
HSL color Cylindrical-coordinate representation of color #020970: hue angle of 236.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020970 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 9 | 112 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.56 |
| HSL | 236.18º | 0.96% | 0.22% | - |
| HSV(B) | 236.18º | 0.98% | 0.44% | - |
| XYZ | 3.05 | 1.38 | 15.43 | - |
| YUV | 18.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 112 | 0.98 | 0.92 | 0 | 0.56 | 236.18 | 0.96 | 0.22 |
| Hex | 2 | 9 | 70 | 62 | 5C | 0 | 38 | EC | 60 | 16 |
| Octal | 2 | 11 | 160 | 142 | 134 | 0 | 70 | 354 | 140 | 26 |
| Binary | 10 | 1001 | 1110000 | 1100010 | 1011100 | 0 | 111000 | 11101100 | 1100000 | 10110 |
Color Harmonies of #020970
Complementary color
Monochromatic Colors of #020970
Black with #020970
Text Example
Text Example
White with #020970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020970; }
p { color: rgb(2,9,112); }
H1.HeaderClassName
{
color: #020970;
}
.AnyTagClassName
{
color: #020970;
}
</style>
background-color css
<style>
a { background-color: #020970; }
a { background-color: rgb(2,9,112); }
div.DivClassName
{
background-color: #020970;
}
.BgClassName
{
background-color: #020970;
}
</style>
border-color css
<style>
span { border-color: #020970; }
span { border-color: rgb(2,9,112); }
td.TdClassName
{
border-color: #020970;
}
.TagClassName
{
border-color: #020970;
}
</style>