Shades of Midnight Express #040236
Tints of Midnight Express #040236
RGB
CMYK
RGB Variations
Color information
#040236 (or 0x040236) is known color: Midnight Express. HEX triplet: 04, 02 and 36. RGB value is (4,2,54). Sum of RGB (Red+Green+Blue) = 4+2+54=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 54 (21.48% from 255 or 90% from 60); Max value from RGB is 54 - color contains mainly: blue. Hex color #040236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040236 is #FBFDC9. Grayscale: #080808. Windows color (decimal): -16514506 or 3539460. OLE color: 3539460.
HSL color Cylindrical-coordinate representation of color #040236: hue angle of 242.31º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040236 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 2 | 54 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.79 |
| HSL | 242.31º | 0.93% | 0.11% | - |
| HSV(B) | 242.31º | 0.96% | 0.21% | - |
| XYZ | 0.74 | 0.34 | 3.52 | - |
| YUV | 8.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 54 | 0.93 | 0.96 | 0 | 0.79 | 242.31 | 0.93 | 0.11 |
| Hex | 4 | 2 | 36 | 5D | 60 | 0 | 4F | F2 | 5D | B |
| Octal | 4 | 2 | 66 | 135 | 140 | 0 | 117 | 362 | 135 | 13 |
| Binary | 100 | 10 | 110110 | 1011101 | 1100000 | 0 | 1001111 | 11110010 | 1011101 | 1011 |
Color Harmonies of #040236
Complementary color
Monochromatic Colors of #040236
Black with #040236
Text Example
Text Example
White with #040236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040236; }
p { color: rgb(4,2,54); }
H1.HeaderClassName
{
color: #040236;
}
.AnyTagClassName
{
color: #040236;
}
</style>
background-color css
<style>
a { background-color: #040236; }
a { background-color: rgb(4,2,54); }
div.DivClassName
{
background-color: #040236;
}
.BgClassName
{
background-color: #040236;
}
</style>
border-color css
<style>
span { border-color: #040236; }
span { border-color: rgb(4,2,54); }
td.TdClassName
{
border-color: #040236;
}
.TagClassName
{
border-color: #040236;
}
</style>