Shades of Dark Blue #020B90
Tints of Dark Blue #020B90
RGB
CMYK
RGB Variations
Color information
#020B90 (or 0x020B90) is known color: Dark Blue. HEX triplet: 02, 0B and 90. RGB value is (2,11,144). Sum of RGB (Red+Green+Blue) = 2+11+144=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #020B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B90 is #FDF46F. Grayscale: #161616. Windows color (decimal): -16643184 or 9440002. OLE color: 9440002.
HSL color Cylindrical-coordinate representation of color #020B90: hue angle of 236.2º 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 #020B90 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 11 | 144 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.44 |
| HSL | 236.2º | 0.97% | 0.29% | - |
| HSV(B) | 236.2º | 0.99% | 0.56% | - |
| XYZ | 5.18 | 2.27 | 26.55 | - |
| YUV | 23.47 | 196.02 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 144 | 0.99 | 0.92 | 0 | 0.44 | 236.2 | 0.97 | 0.29 |
| Hex | 2 | B | 90 | 63 | 5C | 0 | 2C | EC | 61 | 1D |
| Octal | 2 | 13 | 220 | 143 | 134 | 0 | 54 | 354 | 141 | 35 |
| Binary | 10 | 1011 | 10010000 | 1100011 | 1011100 | 0 | 101100 | 11101100 | 1100001 | 11101 |
Color Harmonies of #020B90
Complementary color
Monochromatic Colors of #020B90
Black with #020B90
Text Example
Text Example
White with #020B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B90; }
p { color: rgb(2,11,144); }
H1.HeaderClassName
{
color: #020B90;
}
.AnyTagClassName
{
color: #020B90;
}
</style>
background-color css
<style>
a { background-color: #020B90; }
a { background-color: rgb(2,11,144); }
div.DivClassName
{
background-color: #020B90;
}
.BgClassName
{
background-color: #020B90;
}
</style>
border-color css
<style>
span { border-color: #020B90; }
span { border-color: rgb(2,11,144); }
td.TdClassName
{
border-color: #020B90;
}
.TagClassName
{
border-color: #020B90;
}
</style>