Shades of Navy #020663
Tints of Navy #020663
RGB
CMYK
RGB Variations
Color information
#020663 (or 0x020663) is known color: Navy. HEX triplet: 02, 06 and 63. RGB value is (2,6,99). Sum of RGB (Red+Green+Blue) = 2+6+99=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #020663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020663 is #FDF99C. Grayscale: #0F0F0F. Windows color (decimal): -16644509 or 6489602. OLE color: 6489602.
HSL color Cylindrical-coordinate representation of color #020663: hue angle of 237.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020663 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 6 | 99 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.61 |
| HSL | 237.53º | 0.96% | 0.2% | - |
| HSV(B) | 237.53º | 0.98% | 0.39% | - |
| XYZ | 2.34 | 1.04 | 11.88 | - |
| YUV | 15.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 99 | 0.98 | 0.94 | 0 | 0.61 | 237.53 | 0.96 | 0.2 |
| Hex | 2 | 6 | 63 | 62 | 5E | 0 | 3D | EE | 60 | 14 |
| Octal | 2 | 6 | 143 | 142 | 136 | 0 | 75 | 356 | 140 | 24 |
| Binary | 10 | 110 | 1100011 | 1100010 | 1011110 | 0 | 111101 | 11101110 | 1100000 | 10100 |
Color Harmonies of #020663
Complementary color
Monochromatic Colors of #020663
Black with #020663
Text Example
Text Example
White with #020663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020663; }
p { color: rgb(2,6,99); }
H1.HeaderClassName
{
color: #020663;
}
.AnyTagClassName
{
color: #020663;
}
</style>
background-color css
<style>
a { background-color: #020663; }
a { background-color: rgb(2,6,99); }
div.DivClassName
{
background-color: #020663;
}
.BgClassName
{
background-color: #020663;
}
</style>
border-color css
<style>
span { border-color: #020663; }
span { border-color: rgb(2,6,99); }
td.TdClassName
{
border-color: #020663;
}
.TagClassName
{
border-color: #020663;
}
</style>