Shades of Midnight Express #04122E
Tints of Midnight Express #04122E
RGB
CMYK
RGB Variations
Color information
#04122E (or 0x04122E) is known color: Midnight Express. HEX triplet: 04, 12 and 2E. RGB value is (4,18,46). Sum of RGB (Red+Green+Blue) = 4+18+46=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #04122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04122E is #FBEDD1. Grayscale: #101010. Windows color (decimal): -16510418 or 3019268. OLE color: 3019268.
HSL color Cylindrical-coordinate representation of color #04122E: hue angle of 220º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04122E is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 18 | 46 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.82 |
| HSL | 220º | 0.84% | 0.1% | - |
| HSV(B) | 220º | 0.91% | 0.18% | - |
| XYZ | 0.76 | 0.66 | 2.67 | - |
| YUV | 17.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 46 | 0.91 | 0.61 | 0 | 0.82 | 220 | 0.84 | 0.1 |
| Hex | 4 | 12 | 2E | 5B | 3D | 0 | 52 | DC | 54 | A |
| Octal | 4 | 22 | 56 | 133 | 75 | 0 | 122 | 334 | 124 | 12 |
| Binary | 100 | 10010 | 101110 | 1011011 | 111101 | 0 | 1010010 | 11011100 | 1010100 | 1010 |
Color Harmonies of #04122E
Complementary color
Monochromatic Colors of #04122E
Black with #04122E
Text Example
Text Example
White with #04122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04122E; }
p { color: rgb(4,18,46); }
H1.HeaderClassName
{
color: #04122E;
}
.AnyTagClassName
{
color: #04122E;
}
</style>
background-color css
<style>
a { background-color: #04122E; }
a { background-color: rgb(4,18,46); }
div.DivClassName
{
background-color: #04122E;
}
.BgClassName
{
background-color: #04122E;
}
</style>
border-color css
<style>
span { border-color: #04122E; }
span { border-color: rgb(4,18,46); }
td.TdClassName
{
border-color: #04122E;
}
.TagClassName
{
border-color: #04122E;
}
</style>