Shades of Midnight Express #050946
Tints of Midnight Express #050946
RGB
CMYK
RGB Variations
Color information
#050946 (or 0x050946) is known color: Midnight Express. HEX triplet: 05, 09 and 46. RGB value is (5,9,70). Sum of RGB (Red+Green+Blue) = 5+9+70=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #050946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050946 is #FAF6B9. Grayscale: #0E0E0E. Windows color (decimal): -16447162 or 4589829. OLE color: 4589829.
HSL color Cylindrical-coordinate representation of color #050946: hue angle of 236.31º 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 #050946 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 9 | 70 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.73 |
| HSL | 236.31º | 0.87% | 0.15% | - |
| HSV(B) | 236.31º | 0.93% | 0.27% | - |
| XYZ | 1.27 | 0.67 | 5.86 | - |
| YUV | 14.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 70 | 0.93 | 0.87 | 0 | 0.73 | 236.31 | 0.87 | 0.15 |
| Hex | 5 | 9 | 46 | 5D | 57 | 0 | 49 | EC | 57 | F |
| Octal | 5 | 11 | 106 | 135 | 127 | 0 | 111 | 354 | 127 | 17 |
| Binary | 101 | 1001 | 1000110 | 1011101 | 1010111 | 0 | 1001001 | 11101100 | 1010111 | 1111 |
Color Harmonies of #050946
Complementary color
Monochromatic Colors of #050946
Black with #050946
Text Example
Text Example
White with #050946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050946; }
p { color: rgb(5,9,70); }
H1.HeaderClassName
{
color: #050946;
}
.AnyTagClassName
{
color: #050946;
}
</style>
background-color css
<style>
a { background-color: #050946; }
a { background-color: rgb(5,9,70); }
div.DivClassName
{
background-color: #050946;
}
.BgClassName
{
background-color: #050946;
}
</style>
border-color css
<style>
span { border-color: #050946; }
span { border-color: rgb(5,9,70); }
td.TdClassName
{
border-color: #050946;
}
.TagClassName
{
border-color: #050946;
}
</style>