Shades of Midnight Express #000E37
Tints of Midnight Express #000E37
RGB
CMYK
RGB Variations
Color information
#000E37 (or 0x000E37) is known color: Midnight Express. HEX triplet: 00, 0E and 37. RGB value is (0,14,55). Sum of RGB (Red+Green+Blue) = 0+14+55=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 55 (21.88% from 255 or 79.71% from 69); Max value from RGB is 55 - color contains mainly: blue. Hex color #000E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E37 is #FFF1C8. Grayscale: #0E0E0E. Windows color (decimal): -16773577 or 3608064. OLE color: 3608064.
HSL color Cylindrical-coordinate representation of color #000E37: hue angle of 224.73º 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 #000E37 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 14 | 55 | - |
| CMYK | 1 | 0.75 | 0 | 0.78 |
| HSL | 224.73º | 1% | 0.11% | - |
| HSV(B) | 224.73º | 1% | 0.22% | - |
| XYZ | 0.85 | 0.59 | 3.68 | - |
| YUV | 14.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 55 | 1 | 0.75 | 0 | 0.78 | 224.73 | 1 | 0.11 |
| Hex | 0 | E | 37 | 64 | 4B | 0 | 4E | E1 | 64 | B |
| Octal | 0 | 16 | 67 | 144 | 113 | 0 | 116 | 341 | 144 | 13 |
| Binary | 0 | 1110 | 110111 | 1100100 | 1001011 | 0 | 1001110 | 11100001 | 1100100 | 1011 |
Color Harmonies of #000E37
Complementary color
Monochromatic Colors of #000E37
Black with #000E37
Text Example
Text Example
White with #000E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E37; }
p { color: rgb(0,14,55); }
H1.HeaderClassName
{
color: #000E37;
}
.AnyTagClassName
{
color: #000E37;
}
</style>
background-color css
<style>
a { background-color: #000E37; }
a { background-color: rgb(0,14,55); }
div.DivClassName
{
background-color: #000E37;
}
.BgClassName
{
background-color: #000E37;
}
</style>
border-color css
<style>
span { border-color: #000E37; }
span { border-color: rgb(0,14,55); }
td.TdClassName
{
border-color: #000E37;
}
.TagClassName
{
border-color: #000E37;
}
</style>