Shades of Midnight Express #050931
Tints of Midnight Express #050931
RGB
CMYK
RGB Variations
Color information
#050931 (or 0x050931) is known color: Midnight Express. HEX triplet: 05, 09 and 31. RGB value is (5,9,49). Sum of RGB (Red+Green+Blue) = 5+9+49=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #050931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050931 is #FAF6CE. Grayscale: #0C0C0C. Windows color (decimal): -16447183 or 3213573. OLE color: 3213573.
HSL color Cylindrical-coordinate representation of color #050931: hue angle of 234.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050931 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 9 | 49 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.81 |
| HSL | 234.55º | 0.81% | 0.11% | - |
| HSV(B) | 234.55º | 0.9% | 0.19% | - |
| XYZ | 0.71 | 0.45 | 2.95 | - |
| YUV | 12.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 49 | 0.90 | 0.82 | 0 | 0.81 | 234.55 | 0.81 | 0.11 |
| Hex | 5 | 9 | 31 | 5A | 52 | 0 | 51 | EB | 51 | B |
| Octal | 5 | 11 | 61 | 132 | 122 | 0 | 121 | 353 | 121 | 13 |
| Binary | 101 | 1001 | 110001 | 1011010 | 1010010 | 0 | 1010001 | 11101011 | 1010001 | 1011 |
Color Harmonies of #050931
Complementary color
Monochromatic Colors of #050931
Black with #050931
Text Example
Text Example
White with #050931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050931; }
p { color: rgb(5,9,49); }
H1.HeaderClassName
{
color: #050931;
}
.AnyTagClassName
{
color: #050931;
}
</style>
background-color css
<style>
a { background-color: #050931; }
a { background-color: rgb(5,9,49); }
div.DivClassName
{
background-color: #050931;
}
.BgClassName
{
background-color: #050931;
}
</style>
border-color css
<style>
span { border-color: #050931; }
span { border-color: rgb(5,9,49); }
td.TdClassName
{
border-color: #050931;
}
.TagClassName
{
border-color: #050931;
}
</style>