Shades of Midnight Express #020E43
Tints of Midnight Express #020E43
RGB
CMYK
RGB Variations
Color information
#020E43 (or 0x020E43) is known color: Midnight Express. HEX triplet: 02, 0E and 43. RGB value is (2,14,67). Sum of RGB (Red+Green+Blue) = 2+14+67=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 67 (26.56% from 255 or 80.72% from 83); Max value from RGB is 67 - color contains mainly: blue. Hex color #020E43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E43 is #FDF1BC. Grayscale: #101010. Windows color (decimal): -16642493 or 4394498. OLE color: 4394498.
HSL color Cylindrical-coordinate representation of color #020E43: hue angle of 228.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E43 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 14 | 67 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.74 |
| HSL | 228.92º | 0.94% | 0.14% | - |
| HSV(B) | 228.92º | 0.97% | 0.26% | - |
| XYZ | 1.2 | 0.73 | 5.39 | - |
| YUV | 16.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 67 | 0.97 | 0.79 | 0 | 0.74 | 228.92 | 0.94 | 0.14 |
| Hex | 2 | E | 43 | 61 | 4F | 0 | 4A | E5 | 5E | E |
| Octal | 2 | 16 | 103 | 141 | 117 | 0 | 112 | 345 | 136 | 16 |
| Binary | 10 | 1110 | 1000011 | 1100001 | 1001111 | 0 | 1001010 | 11100101 | 1011110 | 1110 |
Color Harmonies of #020E43
Complementary color
Monochromatic Colors of #020E43
Black with #020E43
Text Example
Text Example
White with #020E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E43; }
p { color: rgb(2,14,67); }
H1.HeaderClassName
{
color: #020E43;
}
.AnyTagClassName
{
color: #020E43;
}
</style>
background-color css
<style>
a { background-color: #020E43; }
a { background-color: rgb(2,14,67); }
div.DivClassName
{
background-color: #020E43;
}
.BgClassName
{
background-color: #020E43;
}
</style>
border-color css
<style>
span { border-color: #020E43; }
span { border-color: rgb(2,14,67); }
td.TdClassName
{
border-color: #020E43;
}
.TagClassName
{
border-color: #020E43;
}
</style>