Shades of Navy #021884
Tints of Navy #021884
RGB
CMYK
RGB Variations
Color information
#021884 (or 0x021884) is known color: Navy. HEX triplet: 02, 18 and 84. RGB value is (2,24,132). Sum of RGB (Red+Green+Blue) = 2+24+132=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #021884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021884 is #FDE77B. Grayscale: #1D1D1D. Windows color (decimal): -16639868 or 8656898. OLE color: 8656898.
HSL color Cylindrical-coordinate representation of color #021884: hue angle of 229.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021884 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 24 | 132 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.48 |
| HSL | 229.85º | 0.97% | 0.26% | - |
| HSV(B) | 229.85º | 0.98% | 0.52% | - |
| XYZ | 4.52 | 2.33 | 22.04 | - |
| YUV | 29.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 132 | 0.98 | 0.82 | 0 | 0.48 | 229.85 | 0.97 | 0.26 |
| Hex | 2 | 18 | 84 | 62 | 52 | 0 | 30 | E6 | 61 | 1A |
| Octal | 2 | 30 | 204 | 142 | 122 | 0 | 60 | 346 | 141 | 32 |
| Binary | 10 | 11000 | 10000100 | 1100010 | 1010010 | 0 | 110000 | 11100110 | 1100001 | 11010 |
Color Harmonies of #021884
Complementary color
Monochromatic Colors of #021884
Black with #021884
Text Example
Text Example
White with #021884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021884; }
p { color: rgb(2,24,132); }
H1.HeaderClassName
{
color: #021884;
}
.AnyTagClassName
{
color: #021884;
}
</style>
background-color css
<style>
a { background-color: #021884; }
a { background-color: rgb(2,24,132); }
div.DivClassName
{
background-color: #021884;
}
.BgClassName
{
background-color: #021884;
}
</style>
border-color css
<style>
span { border-color: #021884; }
span { border-color: rgb(2,24,132); }
td.TdClassName
{
border-color: #021884;
}
.TagClassName
{
border-color: #021884;
}
</style>