Shades of Midnight Express #051147
Tints of Midnight Express #051147
RGB
CMYK
RGB Variations
Color information
#051147 (or 0x051147) is known color: Midnight Express. HEX triplet: 05, 11 and 47. RGB value is (5,17,71). Sum of RGB (Red+Green+Blue) = 5+17+71=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #051147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051147 is #FAEEB8. Grayscale: #131313. Windows color (decimal): -16445113 or 4657413. OLE color: 4657413.
HSL color Cylindrical-coordinate representation of color #051147: hue angle of 229.09º 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 #051147 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 17 | 71 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.72 |
| HSL | 229.09º | 0.87% | 0.15% | - |
| HSV(B) | 229.09º | 0.93% | 0.28% | - |
| XYZ | 1.4 | 0.89 | 6.06 | - |
| YUV | 19.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 71 | 0.93 | 0.76 | 0 | 0.72 | 229.09 | 0.87 | 0.15 |
| Hex | 5 | 11 | 47 | 5D | 4C | 0 | 48 | E5 | 57 | F |
| Octal | 5 | 21 | 107 | 135 | 114 | 0 | 110 | 345 | 127 | 17 |
| Binary | 101 | 10001 | 1000111 | 1011101 | 1001100 | 0 | 1001000 | 11100101 | 1010111 | 1111 |
Color Harmonies of #051147
Complementary color
Monochromatic Colors of #051147
Black with #051147
Text Example
Text Example
White with #051147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051147; }
p { color: rgb(5,17,71); }
H1.HeaderClassName
{
color: #051147;
}
.AnyTagClassName
{
color: #051147;
}
</style>
background-color css
<style>
a { background-color: #051147; }
a { background-color: rgb(5,17,71); }
div.DivClassName
{
background-color: #051147;
}
.BgClassName
{
background-color: #051147;
}
</style>
border-color css
<style>
span { border-color: #051147; }
span { border-color: rgb(5,17,71); }
td.TdClassName
{
border-color: #051147;
}
.TagClassName
{
border-color: #051147;
}
</style>