Shades of Midnight Express #040A37
Tints of Midnight Express #040A37
RGB
CMYK
RGB Variations
Color information
#040A37 (or 0x040A37) is known color: Midnight Express. HEX triplet: 04, 0A and 37. RGB value is (4,10,55). Sum of RGB (Red+Green+Blue) = 4+10+55=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 55 (21.88% from 255 or 79.71% from 69); Max value from RGB is 55 - color contains mainly: blue. Hex color #040A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A37 is #FBF5C8. Grayscale: #0D0D0D. Windows color (decimal): -16512457 or 3607044. OLE color: 3607044.
HSL color Cylindrical-coordinate representation of color #040A37: hue angle of 232.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040A37 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 10 | 55 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.78 |
| HSL | 232.94º | 0.86% | 0.12% | - |
| HSV(B) | 232.94º | 0.93% | 0.22% | - |
| XYZ | 0.85 | 0.52 | 3.67 | - |
| YUV | 13.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 55 | 0.93 | 0.82 | 0 | 0.78 | 232.94 | 0.86 | 0.12 |
| Hex | 4 | A | 37 | 5D | 52 | 0 | 4E | E9 | 56 | C |
| Octal | 4 | 12 | 67 | 135 | 122 | 0 | 116 | 351 | 126 | 14 |
| Binary | 100 | 1010 | 110111 | 1011101 | 1010010 | 0 | 1001110 | 11101001 | 1010110 | 1100 |
Color Harmonies of #040A37
Complementary color
Monochromatic Colors of #040A37
Black with #040A37
Text Example
Text Example
White with #040A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A37; }
p { color: rgb(4,10,55); }
H1.HeaderClassName
{
color: #040A37;
}
.AnyTagClassName
{
color: #040A37;
}
</style>
background-color css
<style>
a { background-color: #040A37; }
a { background-color: rgb(4,10,55); }
div.DivClassName
{
background-color: #040A37;
}
.BgClassName
{
background-color: #040A37;
}
</style>
border-color css
<style>
span { border-color: #040A37; }
span { border-color: rgb(4,10,55); }
td.TdClassName
{
border-color: #040A37;
}
.TagClassName
{
border-color: #040A37;
}
</style>