Shades of Navy #020266
Tints of Navy #020266
RGB
CMYK
RGB Variations
Color information
#020266 (or 0x020266) is known color: Navy. HEX triplet: 02, 02 and 66. RGB value is (2,2,102). Sum of RGB (Red+Green+Blue) = 2+2+102=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #020266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020266 is #FDFD99. Grayscale: #0D0D0D. Windows color (decimal): -16645530 or 6685186. OLE color: 6685186.
HSL color Cylindrical-coordinate representation of color #020266: hue angle of 240º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020266 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 2 | 102 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.6 |
| HSL | 240º | 0.96% | 0.2% | - |
| HSV(B) | 240º | 0.98% | 0.4% | - |
| XYZ | 2.45 | 1.02 | 12.64 | - |
| YUV | 13.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 102 | 0.98 | 0.98 | 0 | 0.6 | 240 | 0.96 | 0.2 |
| Hex | 2 | 2 | 66 | 62 | 62 | 0 | 3C | F0 | 60 | 14 |
| Octal | 2 | 2 | 146 | 142 | 142 | 0 | 74 | 360 | 140 | 24 |
| Binary | 10 | 10 | 1100110 | 1100010 | 1100010 | 0 | 111100 | 11110000 | 1100000 | 10100 |
Color Harmonies of #020266
Complementary color
Monochromatic Colors of #020266
Black with #020266
Text Example
Text Example
White with #020266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020266; }
p { color: rgb(2,2,102); }
H1.HeaderClassName
{
color: #020266;
}
.AnyTagClassName
{
color: #020266;
}
</style>
background-color css
<style>
a { background-color: #020266; }
a { background-color: rgb(2,2,102); }
div.DivClassName
{
background-color: #020266;
}
.BgClassName
{
background-color: #020266;
}
</style>
border-color css
<style>
span { border-color: #020266; }
span { border-color: rgb(2,2,102); }
td.TdClassName
{
border-color: #020266;
}
.TagClassName
{
border-color: #020266;
}
</style>