Shades of Dark Blue #021888
Tints of Dark Blue #021888
RGB
CMYK
RGB Variations
Color information
#021888 (or 0x021888) is known color: Dark Blue. HEX triplet: 02, 18 and 88. RGB value is (2,24,136). Sum of RGB (Red+Green+Blue) = 2+24+136=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #021888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021888 is #FDE777. Grayscale: #1D1D1D. Windows color (decimal): -16639864 or 8919042. OLE color: 8919042.
HSL color Cylindrical-coordinate representation of color #021888: hue angle of 230.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021888 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 24 | 136 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.47 |
| HSL | 230.15º | 0.97% | 0.27% | - |
| HSV(B) | 230.15º | 0.99% | 0.53% | - |
| XYZ | 4.8 | 2.44 | 23.51 | - |
| YUV | 30.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 136 | 0.99 | 0.82 | 0 | 0.47 | 230.15 | 0.97 | 0.27 |
| Hex | 2 | 18 | 88 | 63 | 52 | 0 | 2F | E6 | 61 | 1B |
| Octal | 2 | 30 | 210 | 143 | 122 | 0 | 57 | 346 | 141 | 33 |
| Binary | 10 | 11000 | 10001000 | 1100011 | 1010010 | 0 | 101111 | 11100110 | 1100001 | 11011 |
Color Harmonies of #021888
Complementary color
Monochromatic Colors of #021888
Black with #021888
Text Example
Text Example
White with #021888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021888; }
p { color: rgb(2,24,136); }
H1.HeaderClassName
{
color: #021888;
}
.AnyTagClassName
{
color: #021888;
}
</style>
background-color css
<style>
a { background-color: #021888; }
a { background-color: rgb(2,24,136); }
div.DivClassName
{
background-color: #021888;
}
.BgClassName
{
background-color: #021888;
}
</style>
border-color css
<style>
span { border-color: #021888; }
span { border-color: rgb(2,24,136); }
td.TdClassName
{
border-color: #021888;
}
.TagClassName
{
border-color: #021888;
}
</style>