Shades of Midnight Express #04112B
Tints of Midnight Express #04112B
RGB
CMYK
RGB Variations
Color information
#04112B (or 0x04112B) is known color: Midnight Express. HEX triplet: 04, 11 and 2B. RGB value is (4,17,43). Sum of RGB (Red+Green+Blue) = 4+17+43=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #04112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04112B is #FBEED4. Grayscale: #0F0F0F. Windows color (decimal): -16510677 or 2822404. OLE color: 2822404.
HSL color Cylindrical-coordinate representation of color #04112B: hue angle of 220º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04112B is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 17 | 43 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.83 |
| HSL | 220º | 0.83% | 0.09% | - |
| HSV(B) | 220º | 0.91% | 0.17% | - |
| XYZ | 0.69 | 0.6 | 2.37 | - |
| YUV | 16.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 43 | 0.91 | 0.60 | 0 | 0.83 | 220 | 0.83 | 0.09 |
| Hex | 4 | 11 | 2B | 5B | 3C | 0 | 53 | DC | 53 | 9 |
| Octal | 4 | 21 | 53 | 133 | 74 | 0 | 123 | 334 | 123 | 11 |
| Binary | 100 | 10001 | 101011 | 1011011 | 111100 | 0 | 1010011 | 11011100 | 1010011 | 1001 |
Color Harmonies of #04112B
Complementary color
Monochromatic Colors of #04112B
Black with #04112B
Text Example
Text Example
White with #04112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04112B; }
p { color: rgb(4,17,43); }
H1.HeaderClassName
{
color: #04112B;
}
.AnyTagClassName
{
color: #04112B;
}
</style>
background-color css
<style>
a { background-color: #04112B; }
a { background-color: rgb(4,17,43); }
div.DivClassName
{
background-color: #04112B;
}
.BgClassName
{
background-color: #04112B;
}
</style>
border-color css
<style>
span { border-color: #04112B; }
span { border-color: rgb(4,17,43); }
td.TdClassName
{
border-color: #04112B;
}
.TagClassName
{
border-color: #04112B;
}
</style>