Shades of Midnight Express #020E36
Tints of Midnight Express #020E36
RGB
CMYK
RGB Variations
Color information
#020E36 (or 0x020E36) is known color: Midnight Express. HEX triplet: 02, 0E and 36. RGB value is (2,14,54). Sum of RGB (Red+Green+Blue) = 2+14+54=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 54 (21.48% from 255 or 77.14% from 70); Max value from RGB is 54 - color contains mainly: blue. Hex color #020E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E36 is #FDF1C9. Grayscale: #0E0E0E. Windows color (decimal): -16642506 or 3542530. OLE color: 3542530.
HSL color Cylindrical-coordinate representation of color #020E36: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E36 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 14 | 54 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.79 |
| HSL | 226.15º | 0.93% | 0.11% | - |
| HSV(B) | 226.15º | 0.96% | 0.21% | - |
| XYZ | 0.85 | 0.59 | 3.56 | - |
| YUV | 14.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 54 | 0.96 | 0.74 | 0 | 0.79 | 226.15 | 0.93 | 0.11 |
| Hex | 2 | E | 36 | 60 | 4A | 0 | 4F | E2 | 5D | B |
| Octal | 2 | 16 | 66 | 140 | 112 | 0 | 117 | 342 | 135 | 13 |
| Binary | 10 | 1110 | 110110 | 1100000 | 1001010 | 0 | 1001111 | 11100010 | 1011101 | 1011 |
Color Harmonies of #020E36
Complementary color
Monochromatic Colors of #020E36
Black with #020E36
Text Example
Text Example
White with #020E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E36; }
p { color: rgb(2,14,54); }
H1.HeaderClassName
{
color: #020E36;
}
.AnyTagClassName
{
color: #020E36;
}
</style>
background-color css
<style>
a { background-color: #020E36; }
a { background-color: rgb(2,14,54); }
div.DivClassName
{
background-color: #020E36;
}
.BgClassName
{
background-color: #020E36;
}
</style>
border-color css
<style>
span { border-color: #020E36; }
span { border-color: rgb(2,14,54); }
td.TdClassName
{
border-color: #020E36;
}
.TagClassName
{
border-color: #020E36;
}
</style>