Shades of Midnight Express #0E204B
Tints of Midnight Express #0E204B
RGB
CMYK
RGB Variations
Color information
#0E204B (or 0x0E204B) is known color: Midnight Express. HEX triplet: 0E, 20 and 4B. RGB value is (14,32,75). Sum of RGB (Red+Green+Blue) = 14+32+75=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E204B is #F1DFB4. Grayscale: #1F1F1F. Windows color (decimal): -15851445 or 4923406. OLE color: 4923406.
HSL color Cylindrical-coordinate representation of color #0E204B: hue angle of 222.3º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E204B is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 32 | 75 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.71 |
| HSL | 222.3º | 0.69% | 0.17% | - |
| HSV(B) | 222.3º | 0.81% | 0.29% | - |
| XYZ | 1.97 | 1.63 | 6.87 | - |
| YUV | 31.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 75 | 0.81 | 0.57 | 0 | 0.71 | 222.3 | 0.69 | 0.17 |
| Hex | E | 20 | 4B | 51 | 39 | 0 | 47 | DE | 45 | 11 |
| Octal | 16 | 40 | 113 | 121 | 71 | 0 | 107 | 336 | 105 | 21 |
| Binary | 1110 | 100000 | 1001011 | 1010001 | 111001 | 0 | 1000111 | 11011110 | 1000101 | 10001 |
Color Harmonies of #0E204B
Complementary color
Monochromatic Colors of #0E204B
Black with #0E204B
Text Example
Text Example
White with #0E204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E204B; }
p { color: rgb(14,32,75); }
H1.HeaderClassName
{
color: #0E204B;
}
.AnyTagClassName
{
color: #0E204B;
}
</style>
background-color css
<style>
a { background-color: #0E204B; }
a { background-color: rgb(14,32,75); }
div.DivClassName
{
background-color: #0E204B;
}
.BgClassName
{
background-color: #0E204B;
}
</style>
border-color css
<style>
span { border-color: #0E204B; }
span { border-color: rgb(14,32,75); }
td.TdClassName
{
border-color: #0E204B;
}
.TagClassName
{
border-color: #0E204B;
}
</style>