Shades of Navy #020077
Tints of Navy #020077
RGB
CMYK
RGB Variations
Color information
#020077 (or 0x020077) is known color: Navy. HEX triplet: 02, 00 and 77. RGB value is (2,0,119). Sum of RGB (Red+Green+Blue) = 2+0+119=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 119 (46.88% from 255 or 98.35% from 121); Max value from RGB is 119 - color contains mainly: blue. Hex color #020077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020077 is #FDFF88. Grayscale: #0D0D0D. Windows color (decimal): -16646025 or 7798786. OLE color: 7798786.
HSL color Cylindrical-coordinate representation of color #020077: hue angle of 241.01º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020077 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 0 | 119 | - |
| CMYK | 0.98 | 1 | 0 | 0.53 |
| HSL | 241.01º | 1% | 0.23% | - |
| HSV(B) | 241.01º | 1% | 0.47% | - |
| XYZ | 3.35 | 1.34 | 17.54 | - |
| YUV | 14.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 119 | 0.98 | 1 | 0 | 0.53 | 241.01 | 1 | 0.23 |
| Hex | 2 | 0 | 77 | 62 | 64 | 0 | 35 | F1 | 64 | 17 |
| Octal | 2 | 0 | 167 | 142 | 144 | 0 | 65 | 361 | 144 | 27 |
| Binary | 10 | 0 | 1110111 | 1100010 | 1100100 | 0 | 110101 | 11110001 | 1100100 | 10111 |
Color Harmonies of #020077
Complementary color
Monochromatic Colors of #020077
Black with #020077
Text Example
Text Example
White with #020077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020077; }
p { color: rgb(2,0,119); }
H1.HeaderClassName
{
color: #020077;
}
.AnyTagClassName
{
color: #020077;
}
</style>
background-color css
<style>
a { background-color: #020077; }
a { background-color: rgb(2,0,119); }
div.DivClassName
{
background-color: #020077;
}
.BgClassName
{
background-color: #020077;
}
</style>
border-color css
<style>
span { border-color: #020077; }
span { border-color: rgb(2,0,119); }
td.TdClassName
{
border-color: #020077;
}
.TagClassName
{
border-color: #020077;
}
</style>