Shades of Midnight Express #041145
Tints of Midnight Express #041145
RGB
CMYK
RGB Variations
Color information
#041145 (or 0x041145) is known color: Midnight Express. HEX triplet: 04, 11 and 45. RGB value is (4,17,69). Sum of RGB (Red+Green+Blue) = 4+17+69=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #041145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041145 is #FBEEBA. Grayscale: #121212. Windows color (decimal): -16510651 or 4526340. OLE color: 4526340.
HSL color Cylindrical-coordinate representation of color #041145: hue angle of 228º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041145 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 17 | 69 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.73 |
| HSL | 228º | 0.89% | 0.14% | - |
| HSV(B) | 228º | 0.94% | 0.27% | - |
| XYZ | 1.32 | 0.86 | 5.73 | - |
| YUV | 19.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 69 | 0.94 | 0.75 | 0 | 0.73 | 228 | 0.89 | 0.14 |
| Hex | 4 | 11 | 45 | 5E | 4B | 0 | 49 | E4 | 59 | E |
| Octal | 4 | 21 | 105 | 136 | 113 | 0 | 111 | 344 | 131 | 16 |
| Binary | 100 | 10001 | 1000101 | 1011110 | 1001011 | 0 | 1001001 | 11100100 | 1011001 | 1110 |
Color Harmonies of #041145
Complementary color
Monochromatic Colors of #041145
Black with #041145
Text Example
Text Example
White with #041145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041145; }
p { color: rgb(4,17,69); }
H1.HeaderClassName
{
color: #041145;
}
.AnyTagClassName
{
color: #041145;
}
</style>
background-color css
<style>
a { background-color: #041145; }
a { background-color: rgb(4,17,69); }
div.DivClassName
{
background-color: #041145;
}
.BgClassName
{
background-color: #041145;
}
</style>
border-color css
<style>
span { border-color: #041145; }
span { border-color: rgb(4,17,69); }
td.TdClassName
{
border-color: #041145;
}
.TagClassName
{
border-color: #041145;
}
</style>