Shades of Midnight Express #0E203C
Tints of Midnight Express #0E203C
RGB
CMYK
RGB Variations
Color information
#0E203C (or 0x0E203C) is known color: Midnight Express. HEX triplet: 0E, 20 and 3C. RGB value is (14,32,60). Sum of RGB (Red+Green+Blue) = 14+32+60=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E203C is #F1DFC3. Grayscale: #1D1D1D. Windows color (decimal): -15851460 or 3940366. OLE color: 3940366.
HSL color Cylindrical-coordinate representation of color #0E203C: hue angle of 216.52º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E203C is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 32 | 60 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.76 |
| HSL | 216.52º | 0.62% | 0.15% | - |
| HSV(B) | 216.52º | 0.77% | 0.24% | - |
| XYZ | 1.51 | 1.45 | 4.48 | - |
| YUV | 29.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 60 | 0.77 | 0.47 | 0 | 0.76 | 216.52 | 0.62 | 0.15 |
| Hex | E | 20 | 3C | 4D | 2F | 0 | 4C | D9 | 3E | F |
| Octal | 16 | 40 | 74 | 115 | 57 | 0 | 114 | 331 | 76 | 17 |
| Binary | 1110 | 100000 | 111100 | 1001101 | 101111 | 0 | 1001100 | 11011001 | 111110 | 1111 |
Color Harmonies of #0E203C
Complementary color
Monochromatic Colors of #0E203C
Black with #0E203C
Text Example
Text Example
White with #0E203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E203C; }
p { color: rgb(14,32,60); }
H1.HeaderClassName
{
color: #0E203C;
}
.AnyTagClassName
{
color: #0E203C;
}
</style>
background-color css
<style>
a { background-color: #0E203C; }
a { background-color: rgb(14,32,60); }
div.DivClassName
{
background-color: #0E203C;
}
.BgClassName
{
background-color: #0E203C;
}
</style>
border-color css
<style>
span { border-color: #0E203C; }
span { border-color: rgb(14,32,60); }
td.TdClassName
{
border-color: #0E203C;
}
.TagClassName
{
border-color: #0E203C;
}
</style>