Shades of Midnight Express #040F41
Tints of Midnight Express #040F41
RGB
CMYK
RGB Variations
Color information
#040F41 (or 0x040F41) is known color: Midnight Express. HEX triplet: 04, 0F and 41. RGB value is (4,15,65). Sum of RGB (Red+Green+Blue) = 4+15+65=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #040F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F41 is #FBF0BE. Grayscale: #111111. Windows color (decimal): -16511167 or 4263684. OLE color: 4263684.
HSL color Cylindrical-coordinate representation of color #040F41: hue angle of 229.18º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040F41 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 15 | 65 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.75 |
| HSL | 229.18º | 0.88% | 0.14% | - |
| HSV(B) | 229.18º | 0.94% | 0.25% | - |
| XYZ | 1.18 | 0.75 | 5.08 | - |
| YUV | 17.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 65 | 0.94 | 0.77 | 0 | 0.75 | 229.18 | 0.88 | 0.14 |
| Hex | 4 | F | 41 | 5E | 4D | 0 | 4B | E5 | 58 | E |
| Octal | 4 | 17 | 101 | 136 | 115 | 0 | 113 | 345 | 130 | 16 |
| Binary | 100 | 1111 | 1000001 | 1011110 | 1001101 | 0 | 1001011 | 11100101 | 1011000 | 1110 |
Color Harmonies of #040F41
Complementary color
Monochromatic Colors of #040F41
Black with #040F41
Text Example
Text Example
White with #040F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F41; }
p { color: rgb(4,15,65); }
H1.HeaderClassName
{
color: #040F41;
}
.AnyTagClassName
{
color: #040F41;
}
</style>
background-color css
<style>
a { background-color: #040F41; }
a { background-color: rgb(4,15,65); }
div.DivClassName
{
background-color: #040F41;
}
.BgClassName
{
background-color: #040F41;
}
</style>
border-color css
<style>
span { border-color: #040F41; }
span { border-color: rgb(4,15,65); }
td.TdClassName
{
border-color: #040F41;
}
.TagClassName
{
border-color: #040F41;
}
</style>