Shades of Midnight Express #050D47
Tints of Midnight Express #050D47
RGB
CMYK
RGB Variations
Color information
#050D47 (or 0x050D47) is known color: Midnight Express. HEX triplet: 05, 0D and 47. RGB value is (5,13,71). Sum of RGB (Red+Green+Blue) = 5+13+71=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #050D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D47 is #FAF2B8. Grayscale: #101010. Windows color (decimal): -16446137 or 4656389. OLE color: 4656389.
HSL color Cylindrical-coordinate representation of color #050D47: hue angle of 232.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050D47 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 13 | 71 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.72 |
| HSL | 232.73º | 0.87% | 0.15% | - |
| HSV(B) | 232.73º | 0.93% | 0.28% | - |
| XYZ | 1.34 | 0.78 | 6.04 | - |
| YUV | 17.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 71 | 0.93 | 0.82 | 0 | 0.72 | 232.73 | 0.87 | 0.15 |
| Hex | 5 | D | 47 | 5D | 52 | 0 | 48 | E9 | 57 | F |
| Octal | 5 | 15 | 107 | 135 | 122 | 0 | 110 | 351 | 127 | 17 |
| Binary | 101 | 1101 | 1000111 | 1011101 | 1010010 | 0 | 1001000 | 11101001 | 1010111 | 1111 |
Color Harmonies of #050D47
Complementary color
Monochromatic Colors of #050D47
Black with #050D47
Text Example
Text Example
White with #050D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D47; }
p { color: rgb(5,13,71); }
H1.HeaderClassName
{
color: #050D47;
}
.AnyTagClassName
{
color: #050D47;
}
</style>
background-color css
<style>
a { background-color: #050D47; }
a { background-color: rgb(5,13,71); }
div.DivClassName
{
background-color: #050D47;
}
.BgClassName
{
background-color: #050D47;
}
</style>
border-color css
<style>
span { border-color: #050D47; }
span { border-color: rgb(5,13,71); }
td.TdClassName
{
border-color: #050D47;
}
.TagClassName
{
border-color: #050D47;
}
</style>