Shades of Midnight Express #000E29
Tints of Midnight Express #000E29
RGB
CMYK
RGB Variations
Color information
#000E29 (or 0x000E29) is known color: Midnight Express. HEX triplet: 00, 0E and 29. RGB value is (0,14,41). Sum of RGB (Red+Green+Blue) = 0+14+41=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 41 (16.41% from 255 or 74.55% from 55); Max value from RGB is 41 - color contains mainly: blue. Hex color #000E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E29 is #FFF1D6. Grayscale: #0C0C0C. Windows color (decimal): -16773591 or 2690560. OLE color: 2690560.
HSL color Cylindrical-coordinate representation of color #000E29: hue angle of 219.51º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E29 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 14 | 41 | - |
| CMYK | 1 | 0.66 | 0 | 0.84 |
| HSL | 219.51º | 1% | 0.08% | - |
| HSV(B) | 219.51º | 1% | 0.16% | - |
| XYZ | 0.56 | 0.47 | 2.16 | - |
| YUV | 12.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 41 | 1 | 0.66 | 0 | 0.84 | 219.51 | 1 | 0.08 |
| Hex | 0 | E | 29 | 64 | 42 | 0 | 54 | DC | 64 | 8 |
| Octal | 0 | 16 | 51 | 144 | 102 | 0 | 124 | 334 | 144 | 10 |
| Binary | 0 | 1110 | 101001 | 1100100 | 1000010 | 0 | 1010100 | 11011100 | 1100100 | 1000 |
Color Harmonies of #000E29
Complementary color
Monochromatic Colors of #000E29
Black with #000E29
Text Example
Text Example
White with #000E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E29; }
p { color: rgb(0,14,41); }
H1.HeaderClassName
{
color: #000E29;
}
.AnyTagClassName
{
color: #000E29;
}
</style>
background-color css
<style>
a { background-color: #000E29; }
a { background-color: rgb(0,14,41); }
div.DivClassName
{
background-color: #000E29;
}
.BgClassName
{
background-color: #000E29;
}
</style>
border-color css
<style>
span { border-color: #000E29; }
span { border-color: rgb(0,14,41); }
td.TdClassName
{
border-color: #000E29;
}
.TagClassName
{
border-color: #000E29;
}
</style>