Shades of Midnight Express #000E38
Tints of Midnight Express #000E38
RGB
CMYK
RGB Variations
Color information
#000E38 (or 0x000E38) is known color: Midnight Express. HEX triplet: 00, 0E and 38. RGB value is (0,14,56). Sum of RGB (Red+Green+Blue) = 0+14+56=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 56 (22.27% from 255 or 80% from 70); Max value from RGB is 56 - color contains mainly: blue. Hex color #000E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E38 is #FFF1C7. Grayscale: #0E0E0E. Windows color (decimal): -16773576 or 3673600. OLE color: 3673600.
HSL color Cylindrical-coordinate representation of color #000E38: hue angle of 225º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E38 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 14 | 56 | - |
| CMYK | 1 | 0.75 | 0 | 0.78 |
| HSL | 225º | 1% | 0.11% | - |
| HSV(B) | 225º | 1% | 0.22% | - |
| XYZ | 0.87 | 0.6 | 3.81 | - |
| YUV | 14.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 56 | 1 | 0.75 | 0 | 0.78 | 225 | 1 | 0.11 |
| Hex | 0 | E | 38 | 64 | 4B | 0 | 4E | E1 | 64 | B |
| Octal | 0 | 16 | 70 | 144 | 113 | 0 | 116 | 341 | 144 | 13 |
| Binary | 0 | 1110 | 111000 | 1100100 | 1001011 | 0 | 1001110 | 11100001 | 1100100 | 1011 |
Color Harmonies of #000E38
Complementary color
Monochromatic Colors of #000E38
Black with #000E38
Text Example
Text Example
White with #000E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E38; }
p { color: rgb(0,14,56); }
H1.HeaderClassName
{
color: #000E38;
}
.AnyTagClassName
{
color: #000E38;
}
</style>
background-color css
<style>
a { background-color: #000E38; }
a { background-color: rgb(0,14,56); }
div.DivClassName
{
background-color: #000E38;
}
.BgClassName
{
background-color: #000E38;
}
</style>
border-color css
<style>
span { border-color: #000E38; }
span { border-color: rgb(0,14,56); }
td.TdClassName
{
border-color: #000E38;
}
.TagClassName
{
border-color: #000E38;
}
</style>