Shades of Dark Blue #020B8D
Tints of Dark Blue #020B8D
RGB
CMYK
RGB Variations
Color information
#020B8D (or 0x020B8D) is known color: Dark Blue. HEX triplet: 02, 0B and 8D. RGB value is (2,11,141). Sum of RGB (Red+Green+Blue) = 2+11+141=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 141 (55.47% from 255 or 91.56% from 154); Max value from RGB is 141 - color contains mainly: blue. Hex color #020B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020B8D is #FDF472. Grayscale: #161616. Windows color (decimal): -16643187 or 9243394. OLE color: 9243394.
HSL color Cylindrical-coordinate representation of color #020B8D: hue angle of 236.12º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020B8D is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 11 | 141 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.45 |
| HSL | 236.12º | 0.97% | 0.28% | - |
| HSV(B) | 236.12º | 0.99% | 0.55% | - |
| XYZ | 4.95 | 2.18 | 25.36 | - |
| YUV | 23.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 141 | 0.99 | 0.92 | 0 | 0.45 | 236.12 | 0.97 | 0.28 |
| Hex | 2 | B | 8D | 63 | 5C | 0 | 2D | EC | 61 | 1C |
| Octal | 2 | 13 | 215 | 143 | 134 | 0 | 55 | 354 | 141 | 34 |
| Binary | 10 | 1011 | 10001101 | 1100011 | 1011100 | 0 | 101101 | 11101100 | 1100001 | 11100 |
Color Harmonies of #020B8D
Complementary color
Monochromatic Colors of #020B8D
Black with #020B8D
Text Example
Text Example
White with #020B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B8D; }
p { color: rgb(2,11,141); }
H1.HeaderClassName
{
color: #020B8D;
}
.AnyTagClassName
{
color: #020B8D;
}
</style>
background-color css
<style>
a { background-color: #020B8D; }
a { background-color: rgb(2,11,141); }
div.DivClassName
{
background-color: #020B8D;
}
.BgClassName
{
background-color: #020B8D;
}
</style>
border-color css
<style>
span { border-color: #020B8D; }
span { border-color: rgb(2,11,141); }
td.TdClassName
{
border-color: #020B8D;
}
.TagClassName
{
border-color: #020B8D;
}
</style>