Shades of Dark Blue #020990
Tints of Dark Blue #020990
RGB
CMYK
RGB Variations
Color information
#020990 (or 0x020990) is known color: Dark Blue. HEX triplet: 02, 09 and 90. RGB value is (2,9,144). Sum of RGB (Red+Green+Blue) = 2+9+144=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 144 (56.64% from 255 or 92.90% from 155); Max value from RGB is 144 - color contains mainly: blue. Hex color #020990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020990 is #FDF66F. Grayscale: #151515. Windows color (decimal): -16643696 or 9439490. OLE color: 9439490.
HSL color Cylindrical-coordinate representation of color #020990: hue angle of 237.04º 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 #020990 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 9 | 144 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.44 |
| HSL | 237.04º | 0.97% | 0.29% | - |
| HSV(B) | 237.04º | 0.99% | 0.56% | - |
| XYZ | 5.16 | 2.22 | 26.54 | - |
| YUV | 22.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 144 | 0.99 | 0.94 | 0 | 0.44 | 237.04 | 0.97 | 0.29 |
| Hex | 2 | 9 | 90 | 63 | 5E | 0 | 2C | ED | 61 | 1D |
| Octal | 2 | 11 | 220 | 143 | 136 | 0 | 54 | 355 | 141 | 35 |
| Binary | 10 | 1001 | 10010000 | 1100011 | 1011110 | 0 | 101100 | 11101101 | 1100001 | 11101 |
Color Harmonies of #020990
Complementary color
Monochromatic Colors of #020990
Black with #020990
Text Example
Text Example
White with #020990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020990; }
p { color: rgb(2,9,144); }
H1.HeaderClassName
{
color: #020990;
}
.AnyTagClassName
{
color: #020990;
}
</style>
background-color css
<style>
a { background-color: #020990; }
a { background-color: rgb(2,9,144); }
div.DivClassName
{
background-color: #020990;
}
.BgClassName
{
background-color: #020990;
}
</style>
border-color css
<style>
span { border-color: #020990; }
span { border-color: rgb(2,9,144); }
td.TdClassName
{
border-color: #020990;
}
.TagClassName
{
border-color: #020990;
}
</style>