Shades of Navy #020560
Tints of Navy #020560
RGB
CMYK
RGB Variations
Color information
#020560 (or 0x020560) is known color: Navy. HEX triplet: 02, 05 and 60. RGB value is (2,5,96). Sum of RGB (Red+Green+Blue) = 2+5+96=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #020560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020560 is #FDFA9F. Grayscale: #0E0E0E. Windows color (decimal): -16644768 or 6292738. OLE color: 6292738.
HSL color Cylindrical-coordinate representation of color #020560: hue angle of 238.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020560 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 5 | 96 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.62 |
| HSL | 238.09º | 0.96% | 0.19% | - |
| HSV(B) | 238.09º | 0.98% | 0.38% | - |
| XYZ | 2.19 | 0.97 | 11.14 | - |
| YUV | 14.48 | 174.01 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 96 | 0.98 | 0.95 | 0 | 0.62 | 238.09 | 0.96 | 0.19 |
| Hex | 2 | 5 | 60 | 62 | 5F | 0 | 3E | EE | 60 | 13 |
| Octal | 2 | 5 | 140 | 142 | 137 | 0 | 76 | 356 | 140 | 23 |
| Binary | 10 | 101 | 1100000 | 1100010 | 1011111 | 0 | 111110 | 11101110 | 1100000 | 10011 |
Color Harmonies of #020560
Complementary color
Monochromatic Colors of #020560
Black with #020560
Text Example
Text Example
White with #020560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020560; }
p { color: rgb(2,5,96); }
H1.HeaderClassName
{
color: #020560;
}
.AnyTagClassName
{
color: #020560;
}
</style>
background-color css
<style>
a { background-color: #020560; }
a { background-color: rgb(2,5,96); }
div.DivClassName
{
background-color: #020560;
}
.BgClassName
{
background-color: #020560;
}
</style>
border-color css
<style>
span { border-color: #020560; }
span { border-color: rgb(2,5,96); }
td.TdClassName
{
border-color: #020560;
}
.TagClassName
{
border-color: #020560;
}
</style>