Shades of Midnight Express #051041
Tints of Midnight Express #051041
RGB
CMYK
RGB Variations
Color information
#051041 (or 0x051041) is known color: Midnight Express. HEX triplet: 05, 10 and 41. RGB value is (5,16,65). Sum of RGB (Red+Green+Blue) = 5+16+65=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #051041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051041 is #FAEFBE. Grayscale: #121212. Windows color (decimal): -16445375 or 4263941. OLE color: 4263941.
HSL color Cylindrical-coordinate representation of color #051041: hue angle of 229º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051041 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 16 | 65 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.75 |
| HSL | 229º | 0.86% | 0.14% | - |
| HSV(B) | 229º | 0.92% | 0.25% | - |
| XYZ | 1.2 | 0.78 | 5.09 | - |
| YUV | 18.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 65 | 0.92 | 0.75 | 0 | 0.75 | 229 | 0.86 | 0.14 |
| Hex | 5 | 10 | 41 | 5C | 4B | 0 | 4B | E5 | 56 | E |
| Octal | 5 | 20 | 101 | 134 | 113 | 0 | 113 | 345 | 126 | 16 |
| Binary | 101 | 10000 | 1000001 | 1011100 | 1001011 | 0 | 1001011 | 11100101 | 1010110 | 1110 |
Color Harmonies of #051041
Complementary color
Monochromatic Colors of #051041
Black with #051041
Text Example
Text Example
White with #051041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051041; }
p { color: rgb(5,16,65); }
H1.HeaderClassName
{
color: #051041;
}
.AnyTagClassName
{
color: #051041;
}
</style>
background-color css
<style>
a { background-color: #051041; }
a { background-color: rgb(5,16,65); }
div.DivClassName
{
background-color: #051041;
}
.BgClassName
{
background-color: #051041;
}
</style>
border-color css
<style>
span { border-color: #051041; }
span { border-color: rgb(5,16,65); }
td.TdClassName
{
border-color: #051041;
}
.TagClassName
{
border-color: #051041;
}
</style>