Shades of Dark Blue #020589
Tints of Dark Blue #020589
RGB
CMYK
RGB Variations
Color information
#020589 (or 0x020589) is known color: Dark Blue. HEX triplet: 02, 05 and 89. RGB value is (2,5,137). Sum of RGB (Red+Green+Blue) = 2+5+137=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 137 (53.91% from 255 or 95.14% from 144); Max value from RGB is 137 - color contains mainly: blue. Hex color #020589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020589 is #FDFA76. Grayscale: #121212. Windows color (decimal): -16644727 or 8979714. OLE color: 8979714.
HSL color Cylindrical-coordinate representation of color #020589: hue angle of 238.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020589 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 5 | 137 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.46 |
| HSL | 238.67º | 0.97% | 0.27% | - |
| HSV(B) | 238.67º | 0.99% | 0.54% | - |
| XYZ | 4.59 | 1.93 | 23.8 | - |
| YUV | 19.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 137 | 0.99 | 0.96 | 0 | 0.46 | 238.67 | 0.97 | 0.27 |
| Hex | 2 | 5 | 89 | 63 | 60 | 0 | 2E | EF | 61 | 1B |
| Octal | 2 | 5 | 211 | 143 | 140 | 0 | 56 | 357 | 141 | 33 |
| Binary | 10 | 101 | 10001001 | 1100011 | 1100000 | 0 | 101110 | 11101111 | 1100001 | 11011 |
Color Harmonies of #020589
Complementary color
Monochromatic Colors of #020589
Black with #020589
Text Example
Text Example
White with #020589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020589; }
p { color: rgb(2,5,137); }
H1.HeaderClassName
{
color: #020589;
}
.AnyTagClassName
{
color: #020589;
}
</style>
background-color css
<style>
a { background-color: #020589; }
a { background-color: rgb(2,5,137); }
div.DivClassName
{
background-color: #020589;
}
.BgClassName
{
background-color: #020589;
}
</style>
border-color css
<style>
span { border-color: #020589; }
span { border-color: rgb(2,5,137); }
td.TdClassName
{
border-color: #020589;
}
.TagClassName
{
border-color: #020589;
}
</style>