Shades of Dark Blue #020590
Tints of Dark Blue #020590
RGB
CMYK
RGB Variations
Color information
#020590 (or 0x020590) is known color: Dark Blue. HEX triplet: 02, 05 and 90. RGB value is (2,5,144). Sum of RGB (Red+Green+Blue) = 2+5+144=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 144 (56.64% from 255 or 95.36% from 151); Max value from RGB is 144 - color contains mainly: blue. Hex color #020590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020590 is #FDFA6F. Grayscale: #131313. Windows color (decimal): -16644720 or 9438466. OLE color: 9438466.
HSL color Cylindrical-coordinate representation of color #020590: hue angle of 238.73º 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 #020590 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 5 | 144 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.44 |
| HSL | 238.73º | 0.97% | 0.29% | - |
| HSV(B) | 238.73º | 0.99% | 0.56% | - |
| XYZ | 5.11 | 2.14 | 26.53 | - |
| YUV | 19.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 144 | 0.99 | 0.97 | 0 | 0.44 | 238.73 | 0.97 | 0.29 |
| Hex | 2 | 5 | 90 | 63 | 61 | 0 | 2C | EF | 61 | 1D |
| Octal | 2 | 5 | 220 | 143 | 141 | 0 | 54 | 357 | 141 | 35 |
| Binary | 10 | 101 | 10010000 | 1100011 | 1100001 | 0 | 101100 | 11101111 | 1100001 | 11101 |
Color Harmonies of #020590
Complementary color
Monochromatic Colors of #020590
Black with #020590
Text Example
Text Example
White with #020590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020590; }
p { color: rgb(2,5,144); }
H1.HeaderClassName
{
color: #020590;
}
.AnyTagClassName
{
color: #020590;
}
</style>
background-color css
<style>
a { background-color: #020590; }
a { background-color: rgb(2,5,144); }
div.DivClassName
{
background-color: #020590;
}
.BgClassName
{
background-color: #020590;
}
</style>
border-color css
<style>
span { border-color: #020590; }
span { border-color: rgb(2,5,144); }
td.TdClassName
{
border-color: #020590;
}
.TagClassName
{
border-color: #020590;
}
</style>