Shades of Midnight Express #040A40
Tints of Midnight Express #040A40
RGB
CMYK
RGB Variations
Color information
#040A40 (or 0x040A40) is known color: Midnight Express. HEX triplet: 04, 0A and 40. RGB value is (4,10,64). Sum of RGB (Red+Green+Blue) = 4+10+64=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #040A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A40 is #FBF5BF. Grayscale: #0E0E0E. Windows color (decimal): -16512448 or 4196868. OLE color: 4196868.
HSL color Cylindrical-coordinate representation of color #040A40: hue angle of 234º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040A40 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 10 | 64 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.75 |
| HSL | 234º | 0.88% | 0.13% | - |
| HSV(B) | 234º | 0.94% | 0.25% | - |
| XYZ | 1.08 | 0.61 | 4.91 | - |
| YUV | 14.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 64 | 0.94 | 0.84 | 0 | 0.75 | 234 | 0.88 | 0.13 |
| Hex | 4 | A | 40 | 5E | 54 | 0 | 4B | EA | 58 | D |
| Octal | 4 | 12 | 100 | 136 | 124 | 0 | 113 | 352 | 130 | 15 |
| Binary | 100 | 1010 | 1000000 | 1011110 | 1010100 | 0 | 1001011 | 11101010 | 1011000 | 1101 |
Color Harmonies of #040A40
Complementary color
Monochromatic Colors of #040A40
Black with #040A40
Text Example
Text Example
White with #040A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A40; }
p { color: rgb(4,10,64); }
H1.HeaderClassName
{
color: #040A40;
}
.AnyTagClassName
{
color: #040A40;
}
</style>
background-color css
<style>
a { background-color: #040A40; }
a { background-color: rgb(4,10,64); }
div.DivClassName
{
background-color: #040A40;
}
.BgClassName
{
background-color: #040A40;
}
</style>
border-color css
<style>
span { border-color: #040A40; }
span { border-color: rgb(4,10,64); }
td.TdClassName
{
border-color: #040A40;
}
.TagClassName
{
border-color: #040A40;
}
</style>