Shades of Navy #020366
Tints of Navy #020366
RGB
CMYK
RGB Variations
Color information
#020366 (or 0x020366) is known color: Navy. HEX triplet: 02, 03 and 66. RGB value is (2,3,102). Sum of RGB (Red+Green+Blue) = 2+3+102=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 102 (40.23% from 255 or 95.33% from 107); Max value from RGB is 102 - color contains mainly: blue. Hex color #020366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020366 is #FDFC99. Grayscale: #0D0D0D. Windows color (decimal): -16645274 or 6685442. OLE color: 6685442.
HSL color Cylindrical-coordinate representation of color #020366: hue angle of 239.4º 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 #020366 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 3 | 102 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.6 |
| HSL | 239.4º | 0.96% | 0.2% | - |
| HSV(B) | 239.4º | 0.98% | 0.4% | - |
| XYZ | 2.46 | 1.04 | 12.64 | - |
| YUV | 13.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 102 | 0.98 | 0.97 | 0 | 0.6 | 239.4 | 0.96 | 0.2 |
| Hex | 2 | 3 | 66 | 62 | 61 | 0 | 3C | EF | 60 | 14 |
| Octal | 2 | 3 | 146 | 142 | 141 | 0 | 74 | 357 | 140 | 24 |
| Binary | 10 | 11 | 1100110 | 1100010 | 1100001 | 0 | 111100 | 11101111 | 1100000 | 10100 |
Color Harmonies of #020366
Complementary color
Monochromatic Colors of #020366
Black with #020366
Text Example
Text Example
White with #020366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020366; }
p { color: rgb(2,3,102); }
H1.HeaderClassName
{
color: #020366;
}
.AnyTagClassName
{
color: #020366;
}
</style>
background-color css
<style>
a { background-color: #020366; }
a { background-color: rgb(2,3,102); }
div.DivClassName
{
background-color: #020366;
}
.BgClassName
{
background-color: #020366;
}
</style>
border-color css
<style>
span { border-color: #020366; }
span { border-color: rgb(2,3,102); }
td.TdClassName
{
border-color: #020366;
}
.TagClassName
{
border-color: #020366;
}
</style>