Shades of Midnight Express #040E3C
Tints of Midnight Express #040E3C
RGB
CMYK
RGB Variations
Color information
#040E3C (or 0x040E3C) is known color: Midnight Express. HEX triplet: 04, 0E and 3C. RGB value is (4,14,60). Sum of RGB (Red+Green+Blue) = 4+14+60=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #040E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E3C is #FBF1C3. Grayscale: #101010. Windows color (decimal): -16511428 or 3935748. OLE color: 3935748.
HSL color Cylindrical-coordinate representation of color #040E3C: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E3C is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 14 | 60 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.76 |
| HSL | 229.29º | 0.88% | 0.13% | - |
| HSV(B) | 229.29º | 0.93% | 0.24% | - |
| XYZ | 1.02 | 0.67 | 4.35 | - |
| YUV | 16.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 60 | 0.93 | 0.77 | 0 | 0.76 | 229.29 | 0.88 | 0.13 |
| Hex | 4 | E | 3C | 5D | 4D | 0 | 4C | E5 | 58 | D |
| Octal | 4 | 16 | 74 | 135 | 115 | 0 | 114 | 345 | 130 | 15 |
| Binary | 100 | 1110 | 111100 | 1011101 | 1001101 | 0 | 1001100 | 11100101 | 1011000 | 1101 |
Color Harmonies of #040E3C
Complementary color
Monochromatic Colors of #040E3C
Black with #040E3C
Text Example
Text Example
White with #040E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E3C; }
p { color: rgb(4,14,60); }
H1.HeaderClassName
{
color: #040E3C;
}
.AnyTagClassName
{
color: #040E3C;
}
</style>
background-color css
<style>
a { background-color: #040E3C; }
a { background-color: rgb(4,14,60); }
div.DivClassName
{
background-color: #040E3C;
}
.BgClassName
{
background-color: #040E3C;
}
</style>
border-color css
<style>
span { border-color: #040E3C; }
span { border-color: rgb(4,14,60); }
td.TdClassName
{
border-color: #040E3C;
}
.TagClassName
{
border-color: #040E3C;
}
</style>