Shades of Dark Blue #020B8E
Tints of Dark Blue #020B8E
RGB
CMYK
RGB Variations
Color information
#020B8E (or 0x020B8E) is known color: Dark Blue. HEX triplet: 02, 0B and 8E. RGB value is (2,11,142). Sum of RGB (Red+Green+Blue) = 2+11+142=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 142 (55.86% from 255 or 91.61% from 155); Max value from RGB is 142 - color contains mainly: blue. Hex color #020B8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B8E is #FDF471. Grayscale: #161616. Windows color (decimal): -16643186 or 9308930. OLE color: 9308930.
HSL color Cylindrical-coordinate representation of color #020B8E: hue angle of 236.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020B8E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 11 | 142 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.44 |
| HSL | 236.14º | 0.97% | 0.28% | - |
| HSV(B) | 236.14º | 0.99% | 0.56% | - |
| XYZ | 5.03 | 2.21 | 25.75 | - |
| YUV | 23.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 142 | 0.99 | 0.92 | 0 | 0.44 | 236.14 | 0.97 | 0.28 |
| Hex | 2 | B | 8E | 63 | 5C | 0 | 2C | EC | 61 | 1C |
| Octal | 2 | 13 | 216 | 143 | 134 | 0 | 54 | 354 | 141 | 34 |
| Binary | 10 | 1011 | 10001110 | 1100011 | 1011100 | 0 | 101100 | 11101100 | 1100001 | 11100 |
Color Harmonies of #020B8E
Complementary color
Monochromatic Colors of #020B8E
Black with #020B8E
Text Example
Text Example
White with #020B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B8E; }
p { color: rgb(2,11,142); }
H1.HeaderClassName
{
color: #020B8E;
}
.AnyTagClassName
{
color: #020B8E;
}
</style>
background-color css
<style>
a { background-color: #020B8E; }
a { background-color: rgb(2,11,142); }
div.DivClassName
{
background-color: #020B8E;
}
.BgClassName
{
background-color: #020B8E;
}
</style>
border-color css
<style>
span { border-color: #020B8E; }
span { border-color: rgb(2,11,142); }
td.TdClassName
{
border-color: #020B8E;
}
.TagClassName
{
border-color: #020B8E;
}
</style>