Shades of Dark Blue #021487
Tints of Dark Blue #021487
RGB
CMYK
RGB Variations
Color information
#021487 (or 0x021487) is known color: Dark Blue. HEX triplet: 02, 14 and 87. RGB value is (2,20,135). Sum of RGB (Red+Green+Blue) = 2+20+135=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 135 (53.12% from 255 or 85.99% from 157); Max value from RGB is 135 - color contains mainly: blue. Hex color #021487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021487 is #FDEB78. Grayscale: #1B1B1B. Windows color (decimal): -16640889 or 8852482. OLE color: 8852482.
HSL color Cylindrical-coordinate representation of color #021487: hue angle of 231.88º 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 #021487 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 20 | 135 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.47 |
| HSL | 231.88º | 0.97% | 0.27% | - |
| HSV(B) | 231.88º | 0.99% | 0.53% | - |
| XYZ | 4.65 | 2.26 | 23.11 | - |
| YUV | 27.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 135 | 0.99 | 0.85 | 0 | 0.47 | 231.88 | 0.97 | 0.27 |
| Hex | 2 | 14 | 87 | 63 | 55 | 0 | 2F | E8 | 61 | 1B |
| Octal | 2 | 24 | 207 | 143 | 125 | 0 | 57 | 350 | 141 | 33 |
| Binary | 10 | 10100 | 10000111 | 1100011 | 1010101 | 0 | 101111 | 11101000 | 1100001 | 11011 |
Color Harmonies of #021487
Complementary color
Monochromatic Colors of #021487
Black with #021487
Text Example
Text Example
White with #021487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021487; }
p { color: rgb(2,20,135); }
H1.HeaderClassName
{
color: #021487;
}
.AnyTagClassName
{
color: #021487;
}
</style>
background-color css
<style>
a { background-color: #021487; }
a { background-color: rgb(2,20,135); }
div.DivClassName
{
background-color: #021487;
}
.BgClassName
{
background-color: #021487;
}
</style>
border-color css
<style>
span { border-color: #021487; }
span { border-color: rgb(2,20,135); }
td.TdClassName
{
border-color: #021487;
}
.TagClassName
{
border-color: #021487;
}
</style>