Shades of Navy #020662
Tints of Navy #020662
RGB
CMYK
RGB Variations
Color information
#020662 (or 0x020662) is known color: Navy. HEX triplet: 02, 06 and 62. RGB value is (2,6,98). Sum of RGB (Red+Green+Blue) = 2+6+98=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #020662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020662 is #FDF99D. Grayscale: #0E0E0E. Windows color (decimal): -16644510 or 6424066. OLE color: 6424066.
HSL color Cylindrical-coordinate representation of color #020662: hue angle of 237.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020662 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 6 | 98 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.62 |
| HSL | 237.5º | 0.96% | 0.2% | - |
| HSV(B) | 237.5º | 0.98% | 0.38% | - |
| XYZ | 2.29 | 1.02 | 11.63 | - |
| YUV | 15.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 98 | 0.98 | 0.94 | 0 | 0.62 | 237.5 | 0.96 | 0.2 |
| Hex | 2 | 6 | 62 | 62 | 5E | 0 | 3E | EE | 60 | 14 |
| Octal | 2 | 6 | 142 | 142 | 136 | 0 | 76 | 356 | 140 | 24 |
| Binary | 10 | 110 | 1100010 | 1100010 | 1011110 | 0 | 111110 | 11101110 | 1100000 | 10100 |
Color Harmonies of #020662
Complementary color
Monochromatic Colors of #020662
Black with #020662
Text Example
Text Example
White with #020662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020662; }
p { color: rgb(2,6,98); }
H1.HeaderClassName
{
color: #020662;
}
.AnyTagClassName
{
color: #020662;
}
</style>
background-color css
<style>
a { background-color: #020662; }
a { background-color: rgb(2,6,98); }
div.DivClassName
{
background-color: #020662;
}
.BgClassName
{
background-color: #020662;
}
</style>
border-color css
<style>
span { border-color: #020662; }
span { border-color: rgb(2,6,98); }
td.TdClassName
{
border-color: #020662;
}
.TagClassName
{
border-color: #020662;
}
</style>