Shades of Midnight Express #041142
Tints of Midnight Express #041142
RGB
CMYK
RGB Variations
Color information
#041142 (or 0x041142) is known color: Midnight Express. HEX triplet: 04, 11 and 42. RGB value is (4,17,66). Sum of RGB (Red+Green+Blue) = 4+17+66=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 66 (26.17% from 255 or 75.86% from 87); Max value from RGB is 66 - color contains mainly: blue. Hex color #041142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041142 is #FBEEBD. Grayscale: #121212. Windows color (decimal): -16510654 or 4329732. OLE color: 4329732.
HSL color Cylindrical-coordinate representation of color #041142: hue angle of 227.42º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041142 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 17 | 66 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.74 |
| HSL | 227.42º | 0.89% | 0.14% | - |
| HSV(B) | 227.42º | 0.94% | 0.26% | - |
| XYZ | 1.23 | 0.82 | 5.25 | - |
| YUV | 18.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 66 | 0.94 | 0.74 | 0 | 0.74 | 227.42 | 0.89 | 0.14 |
| Hex | 4 | 11 | 42 | 5E | 4A | 0 | 4A | E3 | 59 | E |
| Octal | 4 | 21 | 102 | 136 | 112 | 0 | 112 | 343 | 131 | 16 |
| Binary | 100 | 10001 | 1000010 | 1011110 | 1001010 | 0 | 1001010 | 11100011 | 1011001 | 1110 |
Color Harmonies of #041142
Complementary color
Monochromatic Colors of #041142
Black with #041142
Text Example
Text Example
White with #041142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041142; }
p { color: rgb(4,17,66); }
H1.HeaderClassName
{
color: #041142;
}
.AnyTagClassName
{
color: #041142;
}
</style>
background-color css
<style>
a { background-color: #041142; }
a { background-color: rgb(4,17,66); }
div.DivClassName
{
background-color: #041142;
}
.BgClassName
{
background-color: #041142;
}
</style>
border-color css
<style>
span { border-color: #041142; }
span { border-color: rgb(4,17,66); }
td.TdClassName
{
border-color: #041142;
}
.TagClassName
{
border-color: #041142;
}
</style>