Shades of Midnight Express #050846
Tints of Midnight Express #050846
RGB
CMYK
RGB Variations
Color information
#050846 (or 0x050846) is known color: Midnight Express. HEX triplet: 05, 08 and 46. RGB value is (5,8,70). Sum of RGB (Red+Green+Blue) = 5+8+70=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 70 (27.73% from 255 or 84.34% from 83); Max value from RGB is 70 - color contains mainly: blue. Hex color #050846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050846 is #FAF7B9. Grayscale: #0D0D0D. Windows color (decimal): -16447418 or 4589573. OLE color: 4589573.
HSL color Cylindrical-coordinate representation of color #050846: hue angle of 237.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050846 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 8 | 70 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.73 |
| HSL | 237.23º | 0.87% | 0.15% | - |
| HSV(B) | 237.23º | 0.93% | 0.27% | - |
| XYZ | 1.25 | 0.65 | 5.85 | - |
| YUV | 14.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 70 | 0.93 | 0.89 | 0 | 0.73 | 237.23 | 0.87 | 0.15 |
| Hex | 5 | 8 | 46 | 5D | 59 | 0 | 49 | ED | 57 | F |
| Octal | 5 | 10 | 106 | 135 | 131 | 0 | 111 | 355 | 127 | 17 |
| Binary | 101 | 1000 | 1000110 | 1011101 | 1011001 | 0 | 1001001 | 11101101 | 1010111 | 1111 |
Color Harmonies of #050846
Complementary color
Monochromatic Colors of #050846
Black with #050846
Text Example
Text Example
White with #050846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050846; }
p { color: rgb(5,8,70); }
H1.HeaderClassName
{
color: #050846;
}
.AnyTagClassName
{
color: #050846;
}
</style>
background-color css
<style>
a { background-color: #050846; }
a { background-color: rgb(5,8,70); }
div.DivClassName
{
background-color: #050846;
}
.BgClassName
{
background-color: #050846;
}
</style>
border-color css
<style>
span { border-color: #050846; }
span { border-color: rgb(5,8,70); }
td.TdClassName
{
border-color: #050846;
}
.TagClassName
{
border-color: #050846;
}
</style>