Shades of Midnight Express #0E1D38
Tints of Midnight Express #0E1D38
RGB
CMYK
RGB Variations
Color information
#0E1D38 (or 0x0E1D38) is known color: Midnight Express. HEX triplet: 0E, 1D and 38. RGB value is (14,29,56). Sum of RGB (Red+Green+Blue) = 14+29+56=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D38 is #F1E2C7. Grayscale: #1B1B1B. Windows color (decimal): -15852232 or 3677454. OLE color: 3677454.
HSL color Cylindrical-coordinate representation of color #0E1D38: hue angle of 218.57º degrees, saturation: 0.6, 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 #0E1D38 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 29 | 56 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.78 |
| HSL | 218.57º | 0.6% | 0.14% | - |
| HSV(B) | 218.57º | 0.75% | 0.22% | - |
| XYZ | 1.33 | 1.26 | 3.91 | - |
| YUV | 27.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 56 | 0.75 | 0.48 | 0 | 0.78 | 218.57 | 0.6 | 0.14 |
| Hex | E | 1D | 38 | 4B | 30 | 0 | 4E | DB | 3C | E |
| Octal | 16 | 35 | 70 | 113 | 60 | 0 | 116 | 333 | 74 | 16 |
| Binary | 1110 | 11101 | 111000 | 1001011 | 110000 | 0 | 1001110 | 11011011 | 111100 | 1110 |
Color Harmonies of #0E1D38
Complementary color
Monochromatic Colors of #0E1D38
Black with #0E1D38
Text Example
Text Example
White with #0E1D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D38; }
p { color: rgb(14,29,56); }
H1.HeaderClassName
{
color: #0E1D38;
}
.AnyTagClassName
{
color: #0E1D38;
}
</style>
background-color css
<style>
a { background-color: #0E1D38; }
a { background-color: rgb(14,29,56); }
div.DivClassName
{
background-color: #0E1D38;
}
.BgClassName
{
background-color: #0E1D38;
}
</style>
border-color css
<style>
span { border-color: #0E1D38; }
span { border-color: rgb(14,29,56); }
td.TdClassName
{
border-color: #0E1D38;
}
.TagClassName
{
border-color: #0E1D38;
}
</style>