Shades of Midnight Express #040543
Tints of Midnight Express #040543
RGB
CMYK
RGB Variations
Color information
#040543 (or 0x040543) is known color: Midnight Express. HEX triplet: 04, 05 and 43. RGB value is (4,5,67). Sum of RGB (Red+Green+Blue) = 4+5+67=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 67 (26.56% from 255 or 88.16% from 76); Max value from RGB is 67 - color contains mainly: blue. Hex color #040543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040543 is #FBFABC. Grayscale: #0B0B0B. Windows color (decimal): -16513725 or 4392196. OLE color: 4392196.
HSL color Cylindrical-coordinate representation of color #040543: hue angle of 239.05º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040543 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 5 | 67 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.74 |
| HSL | 239.05º | 0.89% | 0.14% | - |
| HSV(B) | 239.05º | 0.94% | 0.26% | - |
| XYZ | 1.12 | 0.54 | 5.36 | - |
| YUV | 11.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 67 | 0.94 | 0.93 | 0 | 0.74 | 239.05 | 0.89 | 0.14 |
| Hex | 4 | 5 | 43 | 5E | 5D | 0 | 4A | EF | 59 | E |
| Octal | 4 | 5 | 103 | 136 | 135 | 0 | 112 | 357 | 131 | 16 |
| Binary | 100 | 101 | 1000011 | 1011110 | 1011101 | 0 | 1001010 | 11101111 | 1011001 | 1110 |
Color Harmonies of #040543
Complementary color
Monochromatic Colors of #040543
Black with #040543
Text Example
Text Example
White with #040543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040543; }
p { color: rgb(4,5,67); }
H1.HeaderClassName
{
color: #040543;
}
.AnyTagClassName
{
color: #040543;
}
</style>
background-color css
<style>
a { background-color: #040543; }
a { background-color: rgb(4,5,67); }
div.DivClassName
{
background-color: #040543;
}
.BgClassName
{
background-color: #040543;
}
</style>
border-color css
<style>
span { border-color: #040543; }
span { border-color: rgb(4,5,67); }
td.TdClassName
{
border-color: #040543;
}
.TagClassName
{
border-color: #040543;
}
</style>