Shades of Navy #020059
Tints of Navy #020059
RGB
CMYK
RGB Variations
Color information
#020059 (or 0x020059) is known color: Navy. HEX triplet: 02, 00 and 59. RGB value is (2,0,89). Sum of RGB (Red+Green+Blue) = 2+0+89=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 89 (35.16% from 255 or 97.80% from 91); Max value from RGB is 89 - color contains mainly: blue. Hex color #020059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020059 is #FDFFA6. Grayscale: #0A0A0A. Windows color (decimal): -16646055 or 5832706. OLE color: 5832706.
HSL color Cylindrical-coordinate representation of color #020059: hue angle of 241.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020059 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 0 | 89 | - |
| CMYK | 0.98 | 1 | 0 | 0.65 |
| HSL | 241.35º | 1% | 0.17% | - |
| HSV(B) | 241.35º | 1% | 0.35% | - |
| XYZ | 1.83 | 0.73 | 9.5 | - |
| YUV | 10.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 89 | 0.98 | 1 | 0 | 0.65 | 241.35 | 1 | 0.17 |
| Hex | 2 | 0 | 59 | 62 | 64 | 0 | 41 | F1 | 64 | 11 |
| Octal | 2 | 0 | 131 | 142 | 144 | 0 | 101 | 361 | 144 | 21 |
| Binary | 10 | 0 | 1011001 | 1100010 | 1100100 | 0 | 1000001 | 11110001 | 1100100 | 10001 |
Color Harmonies of #020059
Complementary color
Monochromatic Colors of #020059
Black with #020059
Text Example
Text Example
White with #020059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020059; }
p { color: rgb(2,0,89); }
H1.HeaderClassName
{
color: #020059;
}
.AnyTagClassName
{
color: #020059;
}
</style>
background-color css
<style>
a { background-color: #020059; }
a { background-color: rgb(2,0,89); }
div.DivClassName
{
background-color: #020059;
}
.BgClassName
{
background-color: #020059;
}
</style>
border-color css
<style>
span { border-color: #020059; }
span { border-color: rgb(2,0,89); }
td.TdClassName
{
border-color: #020059;
}
.TagClassName
{
border-color: #020059;
}
</style>