Shades of Dark Blue #020B89
Tints of Dark Blue #020B89
RGB
CMYK
RGB Variations
Color information
#020B89 (or 0x020B89) is known color: Dark Blue. HEX triplet: 02, 0B and 89. RGB value is (2,11,137). Sum of RGB (Red+Green+Blue) = 2+11+137=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 137 (53.91% from 255 or 91.33% from 150); Max value from RGB is 137 - color contains mainly: blue. Hex color #020B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B89 is #FDF476. Grayscale: #161616. Windows color (decimal): -16643191 or 8981250. OLE color: 8981250.
HSL color Cylindrical-coordinate representation of color #020B89: hue angle of 236º 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 #020B89 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 11 | 137 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.46 |
| HSL | 236º | 0.97% | 0.27% | - |
| HSV(B) | 236º | 0.99% | 0.54% | - |
| XYZ | 4.66 | 2.06 | 23.82 | - |
| YUV | 22.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 137 | 0.99 | 0.92 | 0 | 0.46 | 236 | 0.97 | 0.27 |
| Hex | 2 | B | 89 | 63 | 5C | 0 | 2E | EC | 61 | 1B |
| Octal | 2 | 13 | 211 | 143 | 134 | 0 | 56 | 354 | 141 | 33 |
| Binary | 10 | 1011 | 10001001 | 1100011 | 1011100 | 0 | 101110 | 11101100 | 1100001 | 11011 |
Color Harmonies of #020B89
Complementary color
Monochromatic Colors of #020B89
Black with #020B89
Text Example
Text Example
White with #020B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B89; }
p { color: rgb(2,11,137); }
H1.HeaderClassName
{
color: #020B89;
}
.AnyTagClassName
{
color: #020B89;
}
</style>
background-color css
<style>
a { background-color: #020B89; }
a { background-color: rgb(2,11,137); }
div.DivClassName
{
background-color: #020B89;
}
.BgClassName
{
background-color: #020B89;
}
</style>
border-color css
<style>
span { border-color: #020B89; }
span { border-color: rgb(2,11,137); }
td.TdClassName
{
border-color: #020B89;
}
.TagClassName
{
border-color: #020B89;
}
</style>