Shades of Midnight Express #051547
Tints of Midnight Express #051547
RGB
CMYK
RGB Variations
Color information
#051547 (or 0x051547) is known color: Midnight Express. HEX triplet: 05, 15 and 47. RGB value is (5,21,71). Sum of RGB (Red+Green+Blue) = 5+21+71=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #051547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051547 is #FAEAB8. Grayscale: #151515. Windows color (decimal): -16444089 or 4658437. OLE color: 4658437.
HSL color Cylindrical-coordinate representation of color #051547: hue angle of 225.45º 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 #051547 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 21 | 71 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.72 |
| HSL | 225.45º | 0.87% | 0.15% | - |
| HSV(B) | 225.45º | 0.93% | 0.28% | - |
| XYZ | 1.47 | 1.02 | 6.08 | - |
| YUV | 21.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 71 | 0.93 | 0.70 | 0 | 0.72 | 225.45 | 0.87 | 0.15 |
| Hex | 5 | 15 | 47 | 5D | 46 | 0 | 48 | E1 | 57 | F |
| Octal | 5 | 25 | 107 | 135 | 106 | 0 | 110 | 341 | 127 | 17 |
| Binary | 101 | 10101 | 1000111 | 1011101 | 1000110 | 0 | 1001000 | 11100001 | 1010111 | 1111 |
Color Harmonies of #051547
Complementary color
Monochromatic Colors of #051547
Black with #051547
Text Example
Text Example
White with #051547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051547; }
p { color: rgb(5,21,71); }
H1.HeaderClassName
{
color: #051547;
}
.AnyTagClassName
{
color: #051547;
}
</style>
background-color css
<style>
a { background-color: #051547; }
a { background-color: rgb(5,21,71); }
div.DivClassName
{
background-color: #051547;
}
.BgClassName
{
background-color: #051547;
}
</style>
border-color css
<style>
span { border-color: #051547; }
span { border-color: rgb(5,21,71); }
td.TdClassName
{
border-color: #051547;
}
.TagClassName
{
border-color: #051547;
}
</style>