Shades of Midnight Express #040E38
Tints of Midnight Express #040E38
RGB
CMYK
RGB Variations
Color information
#040E38 (or 0x040E38) is known color: Midnight Express. HEX triplet: 04, 0E and 38. RGB value is (4,14,56). Sum of RGB (Red+Green+Blue) = 4+14+56=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #040E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E38 is #FBF1C7. Grayscale: #0F0F0F. Windows color (decimal): -16511432 or 3673604. OLE color: 3673604.
HSL color Cylindrical-coordinate representation of color #040E38: hue angle of 228.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E38 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 14 | 56 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.78 |
| HSL | 228.46º | 0.87% | 0.12% | - |
| HSV(B) | 228.46º | 0.93% | 0.22% | - |
| XYZ | 0.92 | 0.63 | 3.81 | - |
| YUV | 15.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 56 | 0.93 | 0.75 | 0 | 0.78 | 228.46 | 0.87 | 0.12 |
| Hex | 4 | E | 38 | 5D | 4B | 0 | 4E | E4 | 57 | C |
| Octal | 4 | 16 | 70 | 135 | 113 | 0 | 116 | 344 | 127 | 14 |
| Binary | 100 | 1110 | 111000 | 1011101 | 1001011 | 0 | 1001110 | 11100100 | 1010111 | 1100 |
Color Harmonies of #040E38
Complementary color
Monochromatic Colors of #040E38
Black with #040E38
Text Example
Text Example
White with #040E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E38; }
p { color: rgb(4,14,56); }
H1.HeaderClassName
{
color: #040E38;
}
.AnyTagClassName
{
color: #040E38;
}
</style>
background-color css
<style>
a { background-color: #040E38; }
a { background-color: rgb(4,14,56); }
div.DivClassName
{
background-color: #040E38;
}
.BgClassName
{
background-color: #040E38;
}
</style>
border-color css
<style>
span { border-color: #040E38; }
span { border-color: rgb(4,14,56); }
td.TdClassName
{
border-color: #040E38;
}
.TagClassName
{
border-color: #040E38;
}
</style>