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