Shades of Dark Blue #021687
Tints of Dark Blue #021687
RGB
CMYK
RGB Variations
Color information
#021687 (or 0x021687) is known color: Dark Blue. HEX triplet: 02, 16 and 87. RGB value is (2,22,135). Sum of RGB (Red+Green+Blue) = 2+22+135=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #021687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021687 is #FDE978. Grayscale: #1C1C1C. Windows color (decimal): -16640377 or 8852994. OLE color: 8852994.
HSL color Cylindrical-coordinate representation of color #021687: hue angle of 230.98º 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 #021687 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 22 | 135 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.47 |
| HSL | 230.98º | 0.97% | 0.27% | - |
| HSV(B) | 230.98º | 0.99% | 0.53% | - |
| XYZ | 4.69 | 2.34 | 23.13 | - |
| YUV | 28.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 135 | 0.99 | 0.84 | 0 | 0.47 | 230.98 | 0.97 | 0.27 |
| Hex | 2 | 16 | 87 | 63 | 54 | 0 | 2F | E7 | 61 | 1B |
| Octal | 2 | 26 | 207 | 143 | 124 | 0 | 57 | 347 | 141 | 33 |
| Binary | 10 | 10110 | 10000111 | 1100011 | 1010100 | 0 | 101111 | 11100111 | 1100001 | 11011 |
Color Harmonies of #021687
Complementary color
Monochromatic Colors of #021687
Black with #021687
Text Example
Text Example
White with #021687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021687; }
p { color: rgb(2,22,135); }
H1.HeaderClassName
{
color: #021687;
}
.AnyTagClassName
{
color: #021687;
}
</style>
background-color css
<style>
a { background-color: #021687; }
a { background-color: rgb(2,22,135); }
div.DivClassName
{
background-color: #021687;
}
.BgClassName
{
background-color: #021687;
}
</style>
border-color css
<style>
span { border-color: #021687; }
span { border-color: rgb(2,22,135); }
td.TdClassName
{
border-color: #021687;
}
.TagClassName
{
border-color: #021687;
}
</style>