Shades of Midnight Express #050041
Tints of Midnight Express #050041
RGB
CMYK
RGB Variations
Color information
#050041 (or 0x050041) is known color: Midnight Express. HEX triplet: 05, 00 and 41. RGB value is (5,0,65). Sum of RGB (Red+Green+Blue) = 5+0+65=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 65 (25.78% from 255 or 92.86% from 70); Max value from RGB is 65 - color contains mainly: blue. Hex color #050041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050041 is #FAFFBE. Grayscale: #080808. Windows color (decimal): -16449471 or 4259845. OLE color: 4259845.
HSL color Cylindrical-coordinate representation of color #050041: hue angle of 244.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050041 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 0 | 65 | - |
| CMYK | 0.92 | 1 | 0 | 0.75 |
| HSL | 244.62º | 1% | 0.13% | - |
| HSV(B) | 244.62º | 1% | 0.25% | - |
| XYZ | 1.02 | 0.41 | 5.03 | - |
| YUV | 8.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 65 | 0.92 | 1 | 0 | 0.75 | 244.62 | 1 | 0.13 |
| Hex | 5 | 0 | 41 | 5C | 64 | 0 | 4B | F5 | 64 | D |
| Octal | 5 | 0 | 101 | 134 | 144 | 0 | 113 | 365 | 144 | 15 |
| Binary | 101 | 0 | 1000001 | 1011100 | 1100100 | 0 | 1001011 | 11110101 | 1100100 | 1101 |
Color Harmonies of #050041
Complementary color
Monochromatic Colors of #050041
Black with #050041
Text Example
Text Example
White with #050041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050041; }
p { color: rgb(5,0,65); }
H1.HeaderClassName
{
color: #050041;
}
.AnyTagClassName
{
color: #050041;
}
</style>
background-color css
<style>
a { background-color: #050041; }
a { background-color: rgb(5,0,65); }
div.DivClassName
{
background-color: #050041;
}
.BgClassName
{
background-color: #050041;
}
</style>
border-color css
<style>
span { border-color: #050041; }
span { border-color: rgb(5,0,65); }
td.TdClassName
{
border-color: #050041;
}
.TagClassName
{
border-color: #050041;
}
</style>