Shades of Navy #020370
Tints of Navy #020370
RGB
CMYK
RGB Variations
Color information
#020370 (or 0x020370) is known color: Navy. HEX triplet: 02, 03 and 70. RGB value is (2,3,112). Sum of RGB (Red+Green+Blue) = 2+3+112=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #020370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020370 is #FDFC8F. Grayscale: #0E0E0E. Windows color (decimal): -16645264 or 7340802. OLE color: 7340802.
HSL color Cylindrical-coordinate representation of color #020370: hue angle of 239.45º 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 #020370 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 3 | 112 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.56 |
| HSL | 239.45º | 0.96% | 0.22% | - |
| HSV(B) | 239.45º | 0.98% | 0.44% | - |
| XYZ | 2.98 | 1.25 | 15.41 | - |
| YUV | 15.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 112 | 0.98 | 0.97 | 0 | 0.56 | 239.45 | 0.96 | 0.22 |
| Hex | 2 | 3 | 70 | 62 | 61 | 0 | 38 | EF | 60 | 16 |
| Octal | 2 | 3 | 160 | 142 | 141 | 0 | 70 | 357 | 140 | 26 |
| Binary | 10 | 11 | 1110000 | 1100010 | 1100001 | 0 | 111000 | 11101111 | 1100000 | 10110 |
Color Harmonies of #020370
Complementary color
Monochromatic Colors of #020370
Black with #020370
Text Example
Text Example
White with #020370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020370; }
p { color: rgb(2,3,112); }
H1.HeaderClassName
{
color: #020370;
}
.AnyTagClassName
{
color: #020370;
}
</style>
background-color css
<style>
a { background-color: #020370; }
a { background-color: rgb(2,3,112); }
div.DivClassName
{
background-color: #020370;
}
.BgClassName
{
background-color: #020370;
}
</style>
border-color css
<style>
span { border-color: #020370; }
span { border-color: rgb(2,3,112); }
td.TdClassName
{
border-color: #020370;
}
.TagClassName
{
border-color: #020370;
}
</style>