Shades of Midnight Express #040A36
Tints of Midnight Express #040A36
RGB
CMYK
RGB Variations
Color information
#040A36 (or 0x040A36) is known color: Midnight Express. HEX triplet: 04, 0A and 36. RGB value is (4,10,54). Sum of RGB (Red+Green+Blue) = 4+10+54=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #040A36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A36 is #FBF5C9. Grayscale: #0D0D0D. Windows color (decimal): -16512458 or 3541508. OLE color: 3541508.
HSL color Cylindrical-coordinate representation of color #040A36: hue angle of 232.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040A36 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 10 | 54 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.79 |
| HSL | 232.8º | 0.86% | 0.11% | - |
| HSV(B) | 232.8º | 0.93% | 0.21% | - |
| XYZ | 0.82 | 0.51 | 3.54 | - |
| YUV | 13.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 54 | 0.93 | 0.81 | 0 | 0.79 | 232.8 | 0.86 | 0.11 |
| Hex | 4 | A | 36 | 5D | 51 | 0 | 4F | E9 | 56 | B |
| Octal | 4 | 12 | 66 | 135 | 121 | 0 | 117 | 351 | 126 | 13 |
| Binary | 100 | 1010 | 110110 | 1011101 | 1010001 | 0 | 1001111 | 11101001 | 1010110 | 1011 |
Color Harmonies of #040A36
Complementary color
Monochromatic Colors of #040A36
Black with #040A36
Text Example
Text Example
White with #040A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A36; }
p { color: rgb(4,10,54); }
H1.HeaderClassName
{
color: #040A36;
}
.AnyTagClassName
{
color: #040A36;
}
</style>
background-color css
<style>
a { background-color: #040A36; }
a { background-color: rgb(4,10,54); }
div.DivClassName
{
background-color: #040A36;
}
.BgClassName
{
background-color: #040A36;
}
</style>
border-color css
<style>
span { border-color: #040A36; }
span { border-color: rgb(4,10,54); }
td.TdClassName
{
border-color: #040A36;
}
.TagClassName
{
border-color: #040A36;
}
</style>