Shades of Midnight Express #04113B
Tints of Midnight Express #04113B
RGB
CMYK
RGB Variations
Color information
#04113B (or 0x04113B) is known color: Midnight Express. HEX triplet: 04, 11 and 3B. RGB value is (4,17,59). Sum of RGB (Red+Green+Blue) = 4+17+59=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #04113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04113B is #FBEEC4. Grayscale: #111111. Windows color (decimal): -16510661 or 3870980. OLE color: 3870980.
HSL color Cylindrical-coordinate representation of color #04113B: hue angle of 225.82º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04113B is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 17 | 59 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.77 |
| HSL | 225.82º | 0.87% | 0.12% | - |
| HSV(B) | 225.82º | 0.93% | 0.23% | - |
| XYZ | 1.04 | 0.74 | 4.23 | - |
| YUV | 17.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 59 | 0.93 | 0.71 | 0 | 0.77 | 225.82 | 0.87 | 0.12 |
| Hex | 4 | 11 | 3B | 5D | 47 | 0 | 4D | E2 | 57 | C |
| Octal | 4 | 21 | 73 | 135 | 107 | 0 | 115 | 342 | 127 | 14 |
| Binary | 100 | 10001 | 111011 | 1011101 | 1000111 | 0 | 1001101 | 11100010 | 1010111 | 1100 |
Color Harmonies of #04113B
Complementary color
Monochromatic Colors of #04113B
Black with #04113B
Text Example
Text Example
White with #04113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04113B; }
p { color: rgb(4,17,59); }
H1.HeaderClassName
{
color: #04113B;
}
.AnyTagClassName
{
color: #04113B;
}
</style>
background-color css
<style>
a { background-color: #04113B; }
a { background-color: rgb(4,17,59); }
div.DivClassName
{
background-color: #04113B;
}
.BgClassName
{
background-color: #04113B;
}
</style>
border-color css
<style>
span { border-color: #04113B; }
span { border-color: rgb(4,17,59); }
td.TdClassName
{
border-color: #04113B;
}
.TagClassName
{
border-color: #04113B;
}
</style>