Shades of Midnight Express #040139
Tints of Midnight Express #040139
RGB
CMYK
RGB Variations
Color information
#040139 (or 0x040139) is known color: Midnight Express. HEX triplet: 04, 01 and 39. RGB value is (4,1,57). Sum of RGB (Red+Green+Blue) = 4+1+57=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 57 (22.66% from 255 or 91.94% from 62); Max value from RGB is 57 - color contains mainly: blue. Hex color #040139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040139 is #FBFEC6. Grayscale: #080808. Windows color (decimal): -16514759 or 3735812. OLE color: 3735812.
HSL color Cylindrical-coordinate representation of color #040139: hue angle of 243.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040139 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 1 | 57 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.78 |
| HSL | 243.21º | 0.97% | 0.11% | - |
| HSV(B) | 243.21º | 0.98% | 0.22% | - |
| XYZ | 0.8 | 0.34 | 3.89 | - |
| YUV | 8.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 57 | 0.93 | 0.98 | 0 | 0.78 | 243.21 | 0.97 | 0.11 |
| Hex | 4 | 1 | 39 | 5D | 62 | 0 | 4E | F3 | 61 | B |
| Octal | 4 | 1 | 71 | 135 | 142 | 0 | 116 | 363 | 141 | 13 |
| Binary | 100 | 1 | 111001 | 1011101 | 1100010 | 0 | 1001110 | 11110011 | 1100001 | 1011 |
Color Harmonies of #040139
Complementary color
Monochromatic Colors of #040139
Black with #040139
Text Example
Text Example
White with #040139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040139; }
p { color: rgb(4,1,57); }
H1.HeaderClassName
{
color: #040139;
}
.AnyTagClassName
{
color: #040139;
}
</style>
background-color css
<style>
a { background-color: #040139; }
a { background-color: rgb(4,1,57); }
div.DivClassName
{
background-color: #040139;
}
.BgClassName
{
background-color: #040139;
}
</style>
border-color css
<style>
span { border-color: #040139; }
span { border-color: rgb(4,1,57); }
td.TdClassName
{
border-color: #040139;
}
.TagClassName
{
border-color: #040139;
}
</style>