Shades of Midnight Express #040E36
Tints of Midnight Express #040E36
RGB
CMYK
RGB Variations
Color information
#040E36 (or 0x040E36) is known color: Midnight Express. HEX triplet: 04, 0E and 36. RGB value is (4,14,54). Sum of RGB (Red+Green+Blue) = 4+14+54=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #040E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E36 is #FBF1C9. Grayscale: #0F0F0F. Windows color (decimal): -16511434 or 3542532. OLE color: 3542532.
HSL color Cylindrical-coordinate representation of color #040E36: hue angle of 228º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E36 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 14 | 54 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.79 |
| HSL | 228º | 0.86% | 0.11% | - |
| HSV(B) | 228º | 0.93% | 0.21% | - |
| XYZ | 0.87 | 0.61 | 3.56 | - |
| YUV | 15.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 54 | 0.93 | 0.74 | 0 | 0.79 | 228 | 0.86 | 0.11 |
| Hex | 4 | E | 36 | 5D | 4A | 0 | 4F | E4 | 56 | B |
| Octal | 4 | 16 | 66 | 135 | 112 | 0 | 117 | 344 | 126 | 13 |
| Binary | 100 | 1110 | 110110 | 1011101 | 1001010 | 0 | 1001111 | 11100100 | 1010110 | 1011 |
Color Harmonies of #040E36
Complementary color
Monochromatic Colors of #040E36
Black with #040E36
Text Example
Text Example
White with #040E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E36; }
p { color: rgb(4,14,54); }
H1.HeaderClassName
{
color: #040E36;
}
.AnyTagClassName
{
color: #040E36;
}
</style>
background-color css
<style>
a { background-color: #040E36; }
a { background-color: rgb(4,14,54); }
div.DivClassName
{
background-color: #040E36;
}
.BgClassName
{
background-color: #040E36;
}
</style>
border-color css
<style>
span { border-color: #040E36; }
span { border-color: rgb(4,14,54); }
td.TdClassName
{
border-color: #040E36;
}
.TagClassName
{
border-color: #040E36;
}
</style>