Shades of Dark Blue #021889
Tints of Dark Blue #021889
RGB
CMYK
RGB Variations
Color information
#021889 (or 0x021889) is known color: Dark Blue. HEX triplet: 02, 18 and 89. RGB value is (2,24,137). Sum of RGB (Red+Green+Blue) = 2+24+137=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #021889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021889 is #FDE776. Grayscale: #1D1D1D. Windows color (decimal): -16639863 or 8984578. OLE color: 8984578.
HSL color Cylindrical-coordinate representation of color #021889: hue angle of 230.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021889 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 24 | 137 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.46 |
| HSL | 230.22º | 0.97% | 0.27% | - |
| HSV(B) | 230.22º | 0.99% | 0.54% | - |
| XYZ | 4.87 | 2.47 | 23.89 | - |
| YUV | 30.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 137 | 0.99 | 0.82 | 0 | 0.46 | 230.22 | 0.97 | 0.27 |
| Hex | 2 | 18 | 89 | 63 | 52 | 0 | 2E | E6 | 61 | 1B |
| Octal | 2 | 30 | 211 | 143 | 122 | 0 | 56 | 346 | 141 | 33 |
| Binary | 10 | 11000 | 10001001 | 1100011 | 1010010 | 0 | 101110 | 11100110 | 1100001 | 11011 |
Color Harmonies of #021889
Complementary color
Monochromatic Colors of #021889
Black with #021889
Text Example
Text Example
White with #021889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021889; }
p { color: rgb(2,24,137); }
H1.HeaderClassName
{
color: #021889;
}
.AnyTagClassName
{
color: #021889;
}
</style>
background-color css
<style>
a { background-color: #021889; }
a { background-color: rgb(2,24,137); }
div.DivClassName
{
background-color: #021889;
}
.BgClassName
{
background-color: #021889;
}
</style>
border-color css
<style>
span { border-color: #021889; }
span { border-color: rgb(2,24,137); }
td.TdClassName
{
border-color: #021889;
}
.TagClassName
{
border-color: #021889;
}
</style>