Shades of Navy #020062
Tints of Navy #020062
RGB
CMYK
RGB Variations
Color information
#020062 (or 0x020062) is known color: Navy. HEX triplet: 02, 00 and 62. RGB value is (2,0,98). Sum of RGB (Red+Green+Blue) = 2+0+98=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 98 (38.67% from 255 or 98% from 100); Max value from RGB is 98 - color contains mainly: blue. Hex color #020062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020062 is #FDFF9D. Grayscale: #0B0B0B. Windows color (decimal): -16646046 or 6422530. OLE color: 6422530.
HSL color Cylindrical-coordinate representation of color #020062: hue angle of 241.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020062 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 0 | 98 | - |
| CMYK | 0.98 | 1 | 0 | 0.62 |
| HSL | 241.22º | 1% | 0.19% | - |
| HSV(B) | 241.22º | 1% | 0.38% | - |
| XYZ | 2.23 | 0.89 | 11.61 | - |
| YUV | 11.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 98 | 0.98 | 1 | 0 | 0.62 | 241.22 | 1 | 0.19 |
| Hex | 2 | 0 | 62 | 62 | 64 | 0 | 3E | F1 | 64 | 13 |
| Octal | 2 | 0 | 142 | 142 | 144 | 0 | 76 | 361 | 144 | 23 |
| Binary | 10 | 0 | 1100010 | 1100010 | 1100100 | 0 | 111110 | 11110001 | 1100100 | 10011 |
Color Harmonies of #020062
Complementary color
Monochromatic Colors of #020062
Black with #020062
Text Example
Text Example
White with #020062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020062; }
p { color: rgb(2,0,98); }
H1.HeaderClassName
{
color: #020062;
}
.AnyTagClassName
{
color: #020062;
}
</style>
background-color css
<style>
a { background-color: #020062; }
a { background-color: rgb(2,0,98); }
div.DivClassName
{
background-color: #020062;
}
.BgClassName
{
background-color: #020062;
}
</style>
border-color css
<style>
span { border-color: #020062; }
span { border-color: rgb(2,0,98); }
td.TdClassName
{
border-color: #020062;
}
.TagClassName
{
border-color: #020062;
}
</style>