Shades of Midnight Express #0E1B39
Tints of Midnight Express #0E1B39
RGB
CMYK
RGB Variations
Color information
#0E1B39 (or 0x0E1B39) is known color: Midnight Express. HEX triplet: 0E, 1B and 39. RGB value is (14,27,57). Sum of RGB (Red+Green+Blue) = 14+27+57=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E1B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B39 is #F1E4C6. Grayscale: #1A1A1A. Windows color (decimal): -15852743 or 3742478. OLE color: 3742478.
HSL color Cylindrical-coordinate representation of color #0E1B39: hue angle of 221.86º 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 #0E1B39 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 27 | 57 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.78 |
| HSL | 221.86º | 0.61% | 0.14% | - |
| HSV(B) | 221.86º | 0.75% | 0.22% | - |
| XYZ | 1.31 | 1.17 | 4.03 | - |
| YUV | 26.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 57 | 0.75 | 0.53 | 0 | 0.78 | 221.86 | 0.61 | 0.14 |
| Hex | E | 1B | 39 | 4B | 35 | 0 | 4E | DE | 3D | E |
| Octal | 16 | 33 | 71 | 113 | 65 | 0 | 116 | 336 | 75 | 16 |
| Binary | 1110 | 11011 | 111001 | 1001011 | 110101 | 0 | 1001110 | 11011110 | 111101 | 1110 |
Color Harmonies of #0E1B39
Complementary color
Monochromatic Colors of #0E1B39
Black with #0E1B39
Text Example
Text Example
White with #0E1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B39; }
p { color: rgb(14,27,57); }
H1.HeaderClassName
{
color: #0E1B39;
}
.AnyTagClassName
{
color: #0E1B39;
}
</style>
background-color css
<style>
a { background-color: #0E1B39; }
a { background-color: rgb(14,27,57); }
div.DivClassName
{
background-color: #0E1B39;
}
.BgClassName
{
background-color: #0E1B39;
}
</style>
border-color css
<style>
span { border-color: #0E1B39; }
span { border-color: rgb(14,27,57); }
td.TdClassName
{
border-color: #0E1B39;
}
.TagClassName
{
border-color: #0E1B39;
}
</style>