Shades of Midnight Express #040E3A
Tints of Midnight Express #040E3A
RGB
CMYK
RGB Variations
Color information
#040E3A (or 0x040E3A) is known color: Midnight Express. HEX triplet: 04, 0E and 3A. RGB value is (4,14,58). Sum of RGB (Red+Green+Blue) = 4+14+58=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #040E3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E3A is #FBF1C5. Grayscale: #0F0F0F. Windows color (decimal): -16511430 or 3804676. OLE color: 3804676.
HSL color Cylindrical-coordinate representation of color #040E3A: hue angle of 228.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E3A is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 14 | 58 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.77 |
| HSL | 228.89º | 0.87% | 0.12% | - |
| HSV(B) | 228.89º | 0.93% | 0.23% | - |
| XYZ | 0.97 | 0.65 | 4.08 | - |
| YUV | 16.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 58 | 0.93 | 0.76 | 0 | 0.77 | 228.89 | 0.87 | 0.12 |
| Hex | 4 | E | 3A | 5D | 4C | 0 | 4D | E5 | 57 | C |
| Octal | 4 | 16 | 72 | 135 | 114 | 0 | 115 | 345 | 127 | 14 |
| Binary | 100 | 1110 | 111010 | 1011101 | 1001100 | 0 | 1001101 | 11100101 | 1010111 | 1100 |
Color Harmonies of #040E3A
Complementary color
Monochromatic Colors of #040E3A
Black with #040E3A
Text Example
Text Example
White with #040E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E3A; }
p { color: rgb(4,14,58); }
H1.HeaderClassName
{
color: #040E3A;
}
.AnyTagClassName
{
color: #040E3A;
}
</style>
background-color css
<style>
a { background-color: #040E3A; }
a { background-color: rgb(4,14,58); }
div.DivClassName
{
background-color: #040E3A;
}
.BgClassName
{
background-color: #040E3A;
}
</style>
border-color css
<style>
span { border-color: #040E3A; }
span { border-color: rgb(4,14,58); }
td.TdClassName
{
border-color: #040E3A;
}
.TagClassName
{
border-color: #040E3A;
}
</style>