Shades of Dark Blue #021087
Tints of Dark Blue #021087
RGB
CMYK
RGB Variations
Color information
#021087 (or 0x021087) is known color: Dark Blue. HEX triplet: 02, 10 and 87. RGB value is (2,16,135). Sum of RGB (Red+Green+Blue) = 2+16+135=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 135 (53.12% from 255 or 88.24% from 153); Max value from RGB is 135 - color contains mainly: blue. Hex color #021087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021087 is #FDEF78. Grayscale: #181818. Windows color (decimal): -16641913 or 8851458. OLE color: 8851458.
HSL color Cylindrical-coordinate representation of color #021087: hue angle of 233.68º 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 #021087 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 16 | 135 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.47 |
| HSL | 233.68º | 0.97% | 0.27% | - |
| HSV(B) | 233.68º | 0.99% | 0.53% | - |
| XYZ | 4.58 | 2.13 | 23.09 | - |
| YUV | 25.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 135 | 0.99 | 0.88 | 0 | 0.47 | 233.68 | 0.97 | 0.27 |
| Hex | 2 | 10 | 87 | 63 | 58 | 0 | 2F | EA | 61 | 1B |
| Octal | 2 | 20 | 207 | 143 | 130 | 0 | 57 | 352 | 141 | 33 |
| Binary | 10 | 10000 | 10000111 | 1100011 | 1011000 | 0 | 101111 | 11101010 | 1100001 | 11011 |
Color Harmonies of #021087
Complementary color
Monochromatic Colors of #021087
Black with #021087
Text Example
Text Example
White with #021087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021087; }
p { color: rgb(2,16,135); }
H1.HeaderClassName
{
color: #021087;
}
.AnyTagClassName
{
color: #021087;
}
</style>
background-color css
<style>
a { background-color: #021087; }
a { background-color: rgb(2,16,135); }
div.DivClassName
{
background-color: #021087;
}
.BgClassName
{
background-color: #021087;
}
</style>
border-color css
<style>
span { border-color: #021087; }
span { border-color: rgb(2,16,135); }
td.TdClassName
{
border-color: #021087;
}
.TagClassName
{
border-color: #021087;
}
</style>