Shades of Navy #020660
Tints of Navy #020660
RGB
CMYK
RGB Variations
Color information
#020660 (or 0x020660) is known color: Navy. HEX triplet: 02, 06 and 60. RGB value is (2,6,96). Sum of RGB (Red+Green+Blue) = 2+6+96=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #020660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020660 is #FDF99F. Grayscale: #0E0E0E. Windows color (decimal): -16644512 or 6292994. OLE color: 6292994.
HSL color Cylindrical-coordinate representation of color #020660: hue angle of 237.45º 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 #020660 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 6 | 96 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.62 |
| HSL | 237.45º | 0.96% | 0.19% | - |
| HSV(B) | 237.45º | 0.98% | 0.38% | - |
| XYZ | 2.2 | 0.99 | 11.14 | - |
| YUV | 15.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 96 | 0.98 | 0.94 | 0 | 0.62 | 237.45 | 0.96 | 0.19 |
| Hex | 2 | 6 | 60 | 62 | 5E | 0 | 3E | ED | 60 | 13 |
| Octal | 2 | 6 | 140 | 142 | 136 | 0 | 76 | 355 | 140 | 23 |
| Binary | 10 | 110 | 1100000 | 1100010 | 1011110 | 0 | 111110 | 11101101 | 1100000 | 10011 |
Color Harmonies of #020660
Complementary color
Monochromatic Colors of #020660
Black with #020660
Text Example
Text Example
White with #020660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020660; }
p { color: rgb(2,6,96); }
H1.HeaderClassName
{
color: #020660;
}
.AnyTagClassName
{
color: #020660;
}
</style>
background-color css
<style>
a { background-color: #020660; }
a { background-color: rgb(2,6,96); }
div.DivClassName
{
background-color: #020660;
}
.BgClassName
{
background-color: #020660;
}
</style>
border-color css
<style>
span { border-color: #020660; }
span { border-color: rgb(2,6,96); }
td.TdClassName
{
border-color: #020660;
}
.TagClassName
{
border-color: #020660;
}
</style>