Shades of Dark Blue #020E8B
Tints of Dark Blue #020E8B
RGB
CMYK
RGB Variations
Color information
#020E8B (or 0x020E8B) is known color: Dark Blue. HEX triplet: 02, 0E and 8B. RGB value is (2,14,139). Sum of RGB (Red+Green+Blue) = 2+14+139=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 139 (54.69% from 255 or 89.68% from 155); Max value from RGB is 139 - color contains mainly: blue. Hex color #020E8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E8B is #FDF174. Grayscale: #181818. Windows color (decimal): -16642421 or 9113090. OLE color: 9113090.
HSL color Cylindrical-coordinate representation of color #020E8B: hue angle of 234.74º 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 #020E8B is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 14 | 139 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.45 |
| HSL | 234.74º | 0.97% | 0.28% | - |
| HSV(B) | 234.74º | 0.99% | 0.55% | - |
| XYZ | 4.84 | 2.19 | 24.59 | - |
| YUV | 24.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 139 | 0.99 | 0.90 | 0 | 0.45 | 234.74 | 0.97 | 0.28 |
| Hex | 2 | E | 8B | 63 | 5A | 0 | 2D | EB | 61 | 1C |
| Octal | 2 | 16 | 213 | 143 | 132 | 0 | 55 | 353 | 141 | 34 |
| Binary | 10 | 1110 | 10001011 | 1100011 | 1011010 | 0 | 101101 | 11101011 | 1100001 | 11100 |
Color Harmonies of #020E8B
Complementary color
Monochromatic Colors of #020E8B
Black with #020E8B
Text Example
Text Example
White with #020E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E8B; }
p { color: rgb(2,14,139); }
H1.HeaderClassName
{
color: #020E8B;
}
.AnyTagClassName
{
color: #020E8B;
}
</style>
background-color css
<style>
a { background-color: #020E8B; }
a { background-color: rgb(2,14,139); }
div.DivClassName
{
background-color: #020E8B;
}
.BgClassName
{
background-color: #020E8B;
}
</style>
border-color css
<style>
span { border-color: #020E8B; }
span { border-color: rgb(2,14,139); }
td.TdClassName
{
border-color: #020E8B;
}
.TagClassName
{
border-color: #020E8B;
}
</style>