Shades of Dark Blue #021191
Tints of Dark Blue #021191
RGB
CMYK
RGB Variations
Color information
#021191 (or 0x021191) is known color: Dark Blue. HEX triplet: 02, 11 and 91. RGB value is (2,17,145). Sum of RGB (Red+Green+Blue) = 2+17+145=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #021191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021191 is #FDEE6E. Grayscale: #1A1A1A. Windows color (decimal): -16641647 or 9507074. OLE color: 9507074.
HSL color Cylindrical-coordinate representation of color #021191: hue angle of 233.71º 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 #021191 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 17 | 145 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.43 |
| HSL | 233.71º | 0.97% | 0.29% | - |
| HSV(B) | 233.71º | 0.99% | 0.57% | - |
| XYZ | 5.34 | 2.46 | 26.98 | - |
| YUV | 27.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 145 | 0.99 | 0.88 | 0 | 0.43 | 233.71 | 0.97 | 0.29 |
| Hex | 2 | 11 | 91 | 63 | 58 | 0 | 2B | EA | 61 | 1D |
| Octal | 2 | 21 | 221 | 143 | 130 | 0 | 53 | 352 | 141 | 35 |
| Binary | 10 | 10001 | 10010001 | 1100011 | 1011000 | 0 | 101011 | 11101010 | 1100001 | 11101 |
Color Harmonies of #021191
Complementary color
Monochromatic Colors of #021191
Black with #021191
Text Example
Text Example
White with #021191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021191; }
p { color: rgb(2,17,145); }
H1.HeaderClassName
{
color: #021191;
}
.AnyTagClassName
{
color: #021191;
}
</style>
background-color css
<style>
a { background-color: #021191; }
a { background-color: rgb(2,17,145); }
div.DivClassName
{
background-color: #021191;
}
.BgClassName
{
background-color: #021191;
}
</style>
border-color css
<style>
span { border-color: #021191; }
span { border-color: rgb(2,17,145); }
td.TdClassName
{
border-color: #021191;
}
.TagClassName
{
border-color: #021191;
}
</style>