Shades of Dark Blue #021592
Tints of Dark Blue #021592
RGB
CMYK
RGB Variations
Color information
#021592 (or 0x021592) is known color: Dark Blue. HEX triplet: 02, 15 and 92. RGB value is (2,21,146). Sum of RGB (Red+Green+Blue) = 2+21+146=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #021592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021592 is #FDEA6D. Grayscale: #1D1D1D. Windows color (decimal): -16640622 or 9573634. OLE color: 9573634.
HSL color Cylindrical-coordinate representation of color #021592: hue angle of 232.08º 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 #021592 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 21 | 146 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.43 |
| HSL | 232.08º | 0.97% | 0.29% | - |
| HSV(B) | 232.08º | 0.99% | 0.57% | - |
| XYZ | 5.48 | 2.62 | 27.41 | - |
| YUV | 29.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 146 | 0.99 | 0.86 | 0 | 0.43 | 232.08 | 0.97 | 0.29 |
| Hex | 2 | 15 | 92 | 63 | 56 | 0 | 2B | E8 | 61 | 1D |
| Octal | 2 | 25 | 222 | 143 | 126 | 0 | 53 | 350 | 141 | 35 |
| Binary | 10 | 10101 | 10010010 | 1100011 | 1010110 | 0 | 101011 | 11101000 | 1100001 | 11101 |
Color Harmonies of #021592
Complementary color
Monochromatic Colors of #021592
Black with #021592
Text Example
Text Example
White with #021592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021592; }
p { color: rgb(2,21,146); }
H1.HeaderClassName
{
color: #021592;
}
.AnyTagClassName
{
color: #021592;
}
</style>
background-color css
<style>
a { background-color: #021592; }
a { background-color: rgb(2,21,146); }
div.DivClassName
{
background-color: #021592;
}
.BgClassName
{
background-color: #021592;
}
</style>
border-color css
<style>
span { border-color: #021592; }
span { border-color: rgb(2,21,146); }
td.TdClassName
{
border-color: #021592;
}
.TagClassName
{
border-color: #021592;
}
</style>