Shades of Midnight Express #0E1338
Tints of Midnight Express #0E1338
RGB
CMYK
RGB Variations
Color information
#0E1338 (or 0x0E1338) is known color: Midnight Express. HEX triplet: 0E, 13 and 38. RGB value is (14,19,56). Sum of RGB (Red+Green+Blue) = 14+19+56=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1338 is #F1ECC7. Grayscale: #151515. Windows color (decimal): -15854792 or 3674894. OLE color: 3674894.
HSL color Cylindrical-coordinate representation of color #0E1338: hue angle of 232.86º 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 #0E1338 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 19 | 56 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.78 |
| HSL | 232.86º | 0.6% | 0.14% | - |
| HSV(B) | 232.86º | 0.75% | 0.22% | - |
| XYZ | 1.13 | 0.84 | 3.84 | - |
| YUV | 21.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 56 | 0.75 | 0.66 | 0 | 0.78 | 232.86 | 0.6 | 0.14 |
| Hex | E | 13 | 38 | 4B | 42 | 0 | 4E | E9 | 3C | E |
| Octal | 16 | 23 | 70 | 113 | 102 | 0 | 116 | 351 | 74 | 16 |
| Binary | 1110 | 10011 | 111000 | 1001011 | 1000010 | 0 | 1001110 | 11101001 | 111100 | 1110 |
Color Harmonies of #0E1338
Complementary color
Monochromatic Colors of #0E1338
Black with #0E1338
Text Example
Text Example
White with #0E1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1338; }
p { color: rgb(14,19,56); }
H1.HeaderClassName
{
color: #0E1338;
}
.AnyTagClassName
{
color: #0E1338;
}
</style>
background-color css
<style>
a { background-color: #0E1338; }
a { background-color: rgb(14,19,56); }
div.DivClassName
{
background-color: #0E1338;
}
.BgClassName
{
background-color: #0E1338;
}
</style>
border-color css
<style>
span { border-color: #0E1338; }
span { border-color: rgb(14,19,56); }
td.TdClassName
{
border-color: #0E1338;
}
.TagClassName
{
border-color: #0E1338;
}
</style>