Shades of Dark Blue #021690
Tints of Dark Blue #021690
RGB
CMYK
RGB Variations
Color information
#021690 (or 0x021690) is known color: Dark Blue. HEX triplet: 02, 16 and 90. RGB value is (2,22,144). Sum of RGB (Red+Green+Blue) = 2+22+144=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #021690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021690 is #FDE96F. Grayscale: #1D1D1D. Windows color (decimal): -16640368 or 9442818. OLE color: 9442818.
HSL color Cylindrical-coordinate representation of color #021690: hue angle of 231.55º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021690 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 22 | 144 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.44 |
| HSL | 231.55º | 0.97% | 0.29% | - |
| HSV(B) | 231.55º | 0.99% | 0.56% | - |
| XYZ | 5.35 | 2.6 | 26.61 | - |
| YUV | 29.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 144 | 0.99 | 0.85 | 0 | 0.44 | 231.55 | 0.97 | 0.29 |
| Hex | 2 | 16 | 90 | 63 | 55 | 0 | 2C | E8 | 61 | 1D |
| Octal | 2 | 26 | 220 | 143 | 125 | 0 | 54 | 350 | 141 | 35 |
| Binary | 10 | 10110 | 10010000 | 1100011 | 1010101 | 0 | 101100 | 11101000 | 1100001 | 11101 |
Color Harmonies of #021690
Complementary color
Monochromatic Colors of #021690
Black with #021690
Text Example
Text Example
White with #021690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021690; }
p { color: rgb(2,22,144); }
H1.HeaderClassName
{
color: #021690;
}
.AnyTagClassName
{
color: #021690;
}
</style>
background-color css
<style>
a { background-color: #021690; }
a { background-color: rgb(2,22,144); }
div.DivClassName
{
background-color: #021690;
}
.BgClassName
{
background-color: #021690;
}
</style>
border-color css
<style>
span { border-color: #021690; }
span { border-color: rgb(2,22,144); }
td.TdClassName
{
border-color: #021690;
}
.TagClassName
{
border-color: #021690;
}
</style>