Shades of Navy #020056
Tints of Navy #020056
RGB
CMYK
RGB Variations
Color information
#020056 (or 0x020056) is known color: Navy. HEX triplet: 02, 00 and 56. RGB value is (2,0,86). Sum of RGB (Red+Green+Blue) = 2+0+86=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 86 (33.98% from 255 or 97.73% from 88); Max value from RGB is 86 - color contains mainly: blue. Hex color #020056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020056 is #FDFFA9. Grayscale: #0A0A0A. Windows color (decimal): -16646058 or 5636098. OLE color: 5636098.
HSL color Cylindrical-coordinate representation of color #020056: hue angle of 241.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020056 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 0 | 86 | - |
| CMYK | 0.98 | 1 | 0 | 0.66 |
| HSL | 241.4º | 1% | 0.17% | - |
| HSV(B) | 241.4º | 1% | 0.34% | - |
| XYZ | 1.7 | 0.68 | 8.85 | - |
| YUV | 10.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 86 | 0.98 | 1 | 0 | 0.66 | 241.4 | 1 | 0.17 |
| Hex | 2 | 0 | 56 | 62 | 64 | 0 | 42 | F1 | 64 | 11 |
| Octal | 2 | 0 | 126 | 142 | 144 | 0 | 102 | 361 | 144 | 21 |
| Binary | 10 | 0 | 1010110 | 1100010 | 1100100 | 0 | 1000010 | 11110001 | 1100100 | 10001 |
Color Harmonies of #020056
Complementary color
Monochromatic Colors of #020056
Black with #020056
Text Example
Text Example
White with #020056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020056; }
p { color: rgb(2,0,86); }
H1.HeaderClassName
{
color: #020056;
}
.AnyTagClassName
{
color: #020056;
}
</style>
background-color css
<style>
a { background-color: #020056; }
a { background-color: rgb(2,0,86); }
div.DivClassName
{
background-color: #020056;
}
.BgClassName
{
background-color: #020056;
}
</style>
border-color css
<style>
span { border-color: #020056; }
span { border-color: rgb(2,0,86); }
td.TdClassName
{
border-color: #020056;
}
.TagClassName
{
border-color: #020056;
}
</style>