Shades of Dark Blue #021591
Tints of Dark Blue #021591
RGB
CMYK
RGB Variations
Color information
#021591 (or 0x021591) is known color: Dark Blue. HEX triplet: 02, 15 and 91. RGB value is (2,21,145). Sum of RGB (Red+Green+Blue) = 2+21+145=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #021591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021591 is #FDEA6E. Grayscale: #1C1C1C. Windows color (decimal): -16640623 or 9508098. OLE color: 9508098.
HSL color Cylindrical-coordinate representation of color #021591: hue angle of 232.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021591 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 21 | 145 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.43 |
| HSL | 232.03º | 0.97% | 0.29% | - |
| HSV(B) | 232.03º | 0.99% | 0.57% | - |
| XYZ | 5.4 | 2.59 | 27 | - |
| YUV | 29.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 145 | 0.99 | 0.86 | 0 | 0.43 | 232.03 | 0.97 | 0.29 |
| Hex | 2 | 15 | 91 | 63 | 56 | 0 | 2B | E8 | 61 | 1D |
| Octal | 2 | 25 | 221 | 143 | 126 | 0 | 53 | 350 | 141 | 35 |
| Binary | 10 | 10101 | 10010001 | 1100011 | 1010110 | 0 | 101011 | 11101000 | 1100001 | 11101 |
Color Harmonies of #021591
Complementary color
Monochromatic Colors of #021591
Black with #021591
Text Example
Text Example
White with #021591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021591; }
p { color: rgb(2,21,145); }
H1.HeaderClassName
{
color: #021591;
}
.AnyTagClassName
{
color: #021591;
}
</style>
background-color css
<style>
a { background-color: #021591; }
a { background-color: rgb(2,21,145); }
div.DivClassName
{
background-color: #021591;
}
.BgClassName
{
background-color: #021591;
}
</style>
border-color css
<style>
span { border-color: #021591; }
span { border-color: rgb(2,21,145); }
td.TdClassName
{
border-color: #021591;
}
.TagClassName
{
border-color: #021591;
}
</style>