Shades of Midnight Express #040741
Tints of Midnight Express #040741
RGB
CMYK
RGB Variations
Color information
#040741 (or 0x040741) is known color: Midnight Express. HEX triplet: 04, 07 and 41. RGB value is (4,7,65). Sum of RGB (Red+Green+Blue) = 4+7+65=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 65 (25.78% from 255 or 85.53% from 76); Max value from RGB is 65 - color contains mainly: blue. Hex color #040741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040741 is #FBF8BE. Grayscale: #0C0C0C. Windows color (decimal): -16513215 or 4261636. OLE color: 4261636.
HSL color Cylindrical-coordinate representation of color #040741: hue angle of 237.05º 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 #040741 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 7 | 65 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.75 |
| HSL | 237.05º | 0.88% | 0.14% | - |
| HSV(B) | 237.05º | 0.94% | 0.25% | - |
| XYZ | 1.08 | 0.56 | 5.05 | - |
| YUV | 12.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 65 | 0.94 | 0.89 | 0 | 0.75 | 237.05 | 0.88 | 0.14 |
| Hex | 4 | 7 | 41 | 5E | 59 | 0 | 4B | ED | 58 | E |
| Octal | 4 | 7 | 101 | 136 | 131 | 0 | 113 | 355 | 130 | 16 |
| Binary | 100 | 111 | 1000001 | 1011110 | 1011001 | 0 | 1001011 | 11101101 | 1011000 | 1110 |
Color Harmonies of #040741
Complementary color
Monochromatic Colors of #040741
Black with #040741
Text Example
Text Example
White with #040741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040741; }
p { color: rgb(4,7,65); }
H1.HeaderClassName
{
color: #040741;
}
.AnyTagClassName
{
color: #040741;
}
</style>
background-color css
<style>
a { background-color: #040741; }
a { background-color: rgb(4,7,65); }
div.DivClassName
{
background-color: #040741;
}
.BgClassName
{
background-color: #040741;
}
</style>
border-color css
<style>
span { border-color: #040741; }
span { border-color: rgb(4,7,65); }
td.TdClassName
{
border-color: #040741;
}
.TagClassName
{
border-color: #040741;
}
</style>