Shades of Midnight Express #0E1C39
Tints of Midnight Express #0E1C39
RGB
CMYK
RGB Variations
Color information
#0E1C39 (or 0x0E1C39) is known color: Midnight Express. HEX triplet: 0E, 1C and 39. RGB value is (14,28,57). Sum of RGB (Red+Green+Blue) = 14+28+57=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E1C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C39 is #F1E3C6. Grayscale: #1A1A1A. Windows color (decimal): -15852487 or 3742734. OLE color: 3742734.
HSL color Cylindrical-coordinate representation of color #0E1C39: hue angle of 220.47º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1C39 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 28 | 57 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.78 |
| HSL | 220.47º | 0.61% | 0.14% | - |
| HSV(B) | 220.47º | 0.75% | 0.22% | - |
| XYZ | 1.33 | 1.22 | 4.04 | - |
| YUV | 27.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 57 | 0.75 | 0.51 | 0 | 0.78 | 220.47 | 0.61 | 0.14 |
| Hex | E | 1C | 39 | 4B | 33 | 0 | 4E | DC | 3D | E |
| Octal | 16 | 34 | 71 | 113 | 63 | 0 | 116 | 334 | 75 | 16 |
| Binary | 1110 | 11100 | 111001 | 1001011 | 110011 | 0 | 1001110 | 11011100 | 111101 | 1110 |
Color Harmonies of #0E1C39
Complementary color
Monochromatic Colors of #0E1C39
Black with #0E1C39
Text Example
Text Example
White with #0E1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C39; }
p { color: rgb(14,28,57); }
H1.HeaderClassName
{
color: #0E1C39;
}
.AnyTagClassName
{
color: #0E1C39;
}
</style>
background-color css
<style>
a { background-color: #0E1C39; }
a { background-color: rgb(14,28,57); }
div.DivClassName
{
background-color: #0E1C39;
}
.BgClassName
{
background-color: #0E1C39;
}
</style>
border-color css
<style>
span { border-color: #0E1C39; }
span { border-color: rgb(14,28,57); }
td.TdClassName
{
border-color: #0E1C39;
}
.TagClassName
{
border-color: #0E1C39;
}
</style>