Shades of Dark Blue #020E91
Tints of Dark Blue #020E91
RGB
CMYK
RGB Variations
Color information
#020E91 (or 0x020E91) is known color: Dark Blue. HEX triplet: 02, 0E and 91. RGB value is (2,14,145). Sum of RGB (Red+Green+Blue) = 2+14+145=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 145 (57.03% from 255 or 90.06% from 161); Max value from RGB is 145 - color contains mainly: blue. Hex color #020E91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E91 is #FDF16E. Grayscale: #181818. Windows color (decimal): -16642415 or 9506306. OLE color: 9506306.
HSL color Cylindrical-coordinate representation of color #020E91: hue angle of 234.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020E91 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 14 | 145 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.43 |
| HSL | 234.97º | 0.97% | 0.29% | - |
| HSV(B) | 234.97º | 0.99% | 0.57% | - |
| XYZ | 5.29 | 2.37 | 26.97 | - |
| YUV | 25.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 145 | 0.99 | 0.90 | 0 | 0.43 | 234.97 | 0.97 | 0.29 |
| Hex | 2 | E | 91 | 63 | 5A | 0 | 2B | EB | 61 | 1D |
| Octal | 2 | 16 | 221 | 143 | 132 | 0 | 53 | 353 | 141 | 35 |
| Binary | 10 | 1110 | 10010001 | 1100011 | 1011010 | 0 | 101011 | 11101011 | 1100001 | 11101 |
Color Harmonies of #020E91
Complementary color
Monochromatic Colors of #020E91
Black with #020E91
Text Example
Text Example
White with #020E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E91; }
p { color: rgb(2,14,145); }
H1.HeaderClassName
{
color: #020E91;
}
.AnyTagClassName
{
color: #020E91;
}
</style>
background-color css
<style>
a { background-color: #020E91; }
a { background-color: rgb(2,14,145); }
div.DivClassName
{
background-color: #020E91;
}
.BgClassName
{
background-color: #020E91;
}
</style>
border-color css
<style>
span { border-color: #020E91; }
span { border-color: rgb(2,14,145); }
td.TdClassName
{
border-color: #020E91;
}
.TagClassName
{
border-color: #020E91;
}
</style>