Shades of Dark Blue #021791
Tints of Dark Blue #021791
RGB
CMYK
RGB Variations
Color information
#021791 (or 0x021791) is known color: Dark Blue. HEX triplet: 02, 17 and 91. RGB value is (2,23,145). Sum of RGB (Red+Green+Blue) = 2+23+145=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #021791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021791 is #FDE86E. Grayscale: #1E1E1E. Windows color (decimal): -16640111 or 9508610. OLE color: 9508610.
HSL color Cylindrical-coordinate representation of color #021791: hue angle of 231.19º 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 #021791 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 23 | 145 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.43 |
| HSL | 231.19º | 0.97% | 0.29% | - |
| HSV(B) | 231.19º | 0.99% | 0.57% | - |
| XYZ | 5.44 | 2.67 | 27.02 | - |
| YUV | 30.63 | 192.54 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 145 | 0.99 | 0.84 | 0 | 0.43 | 231.19 | 0.97 | 0.29 |
| Hex | 2 | 17 | 91 | 63 | 54 | 0 | 2B | E7 | 61 | 1D |
| Octal | 2 | 27 | 221 | 143 | 124 | 0 | 53 | 347 | 141 | 35 |
| Binary | 10 | 10111 | 10010001 | 1100011 | 1010100 | 0 | 101011 | 11100111 | 1100001 | 11101 |
Color Harmonies of #021791
Complementary color
Monochromatic Colors of #021791
Black with #021791
Text Example
Text Example
White with #021791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021791; }
p { color: rgb(2,23,145); }
H1.HeaderClassName
{
color: #021791;
}
.AnyTagClassName
{
color: #021791;
}
</style>
background-color css
<style>
a { background-color: #021791; }
a { background-color: rgb(2,23,145); }
div.DivClassName
{
background-color: #021791;
}
.BgClassName
{
background-color: #021791;
}
</style>
border-color css
<style>
span { border-color: #021791; }
span { border-color: rgb(2,23,145); }
td.TdClassName
{
border-color: #021791;
}
.TagClassName
{
border-color: #021791;
}
</style>