Shades of Midnight Express #040C37
Tints of Midnight Express #040C37
RGB
CMYK
RGB Variations
Color information
#040C37 (or 0x040C37) is known color: Midnight Express. HEX triplet: 04, 0C and 37. RGB value is (4,12,55). Sum of RGB (Red+Green+Blue) = 4+12+55=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #040C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C37 is #FBF3C8. Grayscale: #0E0E0E. Windows color (decimal): -16511945 or 3607556. OLE color: 3607556.
HSL color Cylindrical-coordinate representation of color #040C37: hue angle of 230.59º 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 #040C37 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 12 | 55 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.78 |
| HSL | 230.59º | 0.86% | 0.12% | - |
| HSV(B) | 230.59º | 0.93% | 0.22% | - |
| XYZ | 0.87 | 0.56 | 3.68 | - |
| YUV | 14.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 55 | 0.93 | 0.78 | 0 | 0.78 | 230.59 | 0.86 | 0.12 |
| Hex | 4 | C | 37 | 5D | 4E | 0 | 4E | E7 | 56 | C |
| Octal | 4 | 14 | 67 | 135 | 116 | 0 | 116 | 347 | 126 | 14 |
| Binary | 100 | 1100 | 110111 | 1011101 | 1001110 | 0 | 1001110 | 11100111 | 1010110 | 1100 |
Color Harmonies of #040C37
Complementary color
Monochromatic Colors of #040C37
Black with #040C37
Text Example
Text Example
White with #040C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C37; }
p { color: rgb(4,12,55); }
H1.HeaderClassName
{
color: #040C37;
}
.AnyTagClassName
{
color: #040C37;
}
</style>
background-color css
<style>
a { background-color: #040C37; }
a { background-color: rgb(4,12,55); }
div.DivClassName
{
background-color: #040C37;
}
.BgClassName
{
background-color: #040C37;
}
</style>
border-color css
<style>
span { border-color: #040C37; }
span { border-color: rgb(4,12,55); }
td.TdClassName
{
border-color: #040C37;
}
.TagClassName
{
border-color: #040C37;
}
</style>