Shades of Navy #021080
Tints of Navy #021080
RGB
CMYK
RGB Variations
Color information
#021080 (or 0x021080) is known color: Navy. HEX triplet: 02, 10 and 80. RGB value is (2,16,128). Sum of RGB (Red+Green+Blue) = 2+16+128=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 128 (50.39% from 255 or 87.67% from 146); Max value from RGB is 128 - color contains mainly: blue. Hex color #021080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021080 is #FDEF7F. Grayscale: #181818. Windows color (decimal): -16641920 or 8392706. OLE color: 8392706.
HSL color Cylindrical-coordinate representation of color #021080: hue angle of 233.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021080 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 16 | 128 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.50 |
| HSL | 233.33º | 0.97% | 0.25% | - |
| HSV(B) | 233.33º | 0.98% | 0.5% | - |
| XYZ | 4.11 | 1.94 | 20.58 | - |
| YUV | 24.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 128 | 0.98 | 0.88 | 0 | 0.50 | 233.33 | 0.97 | 0.25 |
| Hex | 2 | 10 | 80 | 62 | 58 | 0 | 32 | E9 | 61 | 19 |
| Octal | 2 | 20 | 200 | 142 | 130 | 0 | 62 | 351 | 141 | 31 |
| Binary | 10 | 10000 | 10000000 | 1100010 | 1011000 | 0 | 110010 | 11101001 | 1100001 | 11001 |
Color Harmonies of #021080
Complementary color
Monochromatic Colors of #021080
Black with #021080
Text Example
Text Example
White with #021080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021080; }
p { color: rgb(2,16,128); }
H1.HeaderClassName
{
color: #021080;
}
.AnyTagClassName
{
color: #021080;
}
</style>
background-color css
<style>
a { background-color: #021080; }
a { background-color: rgb(2,16,128); }
div.DivClassName
{
background-color: #021080;
}
.BgClassName
{
background-color: #021080;
}
</style>
border-color css
<style>
span { border-color: #021080; }
span { border-color: rgb(2,16,128); }
td.TdClassName
{
border-color: #021080;
}
.TagClassName
{
border-color: #021080;
}
</style>