Shades of Navy #020063
Tints of Navy #020063
RGB
CMYK
RGB Variations
Color information
#020063 (or 0x020063) is known color: Navy. HEX triplet: 02, 00 and 63. RGB value is (2,0,99). Sum of RGB (Red+Green+Blue) = 2+0+99=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 99 (39.06% from 255 or 98.02% from 101); Max value from RGB is 99 - color contains mainly: blue. Hex color #020063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020063 is #FDFF9C. Grayscale: #0B0B0B. Windows color (decimal): -16646045 or 6488066. OLE color: 6488066.
HSL color Cylindrical-coordinate representation of color #020063: hue angle of 241.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020063 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 0 | 99 | - |
| CMYK | 0.98 | 1 | 0 | 0.61 |
| HSL | 241.21º | 1% | 0.19% | - |
| HSV(B) | 241.21º | 1% | 0.39% | - |
| XYZ | 2.28 | 0.91 | 11.86 | - |
| YUV | 11.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 99 | 0.98 | 1 | 0 | 0.61 | 241.21 | 1 | 0.19 |
| Hex | 2 | 0 | 63 | 62 | 64 | 0 | 3D | F1 | 64 | 13 |
| Octal | 2 | 0 | 143 | 142 | 144 | 0 | 75 | 361 | 144 | 23 |
| Binary | 10 | 0 | 1100011 | 1100010 | 1100100 | 0 | 111101 | 11110001 | 1100100 | 10011 |
Color Harmonies of #020063
Complementary color
Monochromatic Colors of #020063
Black with #020063
Text Example
Text Example
White with #020063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020063; }
p { color: rgb(2,0,99); }
H1.HeaderClassName
{
color: #020063;
}
.AnyTagClassName
{
color: #020063;
}
</style>
background-color css
<style>
a { background-color: #020063; }
a { background-color: rgb(2,0,99); }
div.DivClassName
{
background-color: #020063;
}
.BgClassName
{
background-color: #020063;
}
</style>
border-color css
<style>
span { border-color: #020063; }
span { border-color: rgb(2,0,99); }
td.TdClassName
{
border-color: #020063;
}
.TagClassName
{
border-color: #020063;
}
</style>