Shades of Midnight Express #152547
Tints of Midnight Express #152547
RGB
CMYK
RGB Variations
Color information
#152547 (or 0x152547) is known color: Midnight Express. HEX triplet: 15, 25 and 47. RGB value is (21,37,71). Sum of RGB (Red+Green+Blue) = 21+37+71=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #152547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152547 is #EADAB8. Grayscale: #232323. Windows color (decimal): -15391417 or 4662549. OLE color: 4662549.
HSL color Cylindrical-coordinate representation of color #152547: hue angle of 220.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152547 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 37 | 71 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.72 |
| HSL | 220.8º | 0.54% | 0.18% | - |
| HSV(B) | 220.8º | 0.7% | 0.28% | - |
| XYZ | 2.11 | 1.94 | 6.22 | - |
| YUV | 36.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 71 | 0.70 | 0.48 | 0 | 0.72 | 220.8 | 0.54 | 0.18 |
| Hex | 15 | 25 | 47 | 46 | 30 | 0 | 48 | DD | 36 | 12 |
| Octal | 25 | 45 | 107 | 106 | 60 | 0 | 110 | 335 | 66 | 22 |
| Binary | 10101 | 100101 | 1000111 | 1000110 | 110000 | 0 | 1001000 | 11011101 | 110110 | 10010 |
Color Harmonies of #152547
Complementary color
Monochromatic Colors of #152547
Black with #152547
Text Example
Text Example
White with #152547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152547; }
p { color: rgb(21,37,71); }
H1.HeaderClassName
{
color: #152547;
}
.AnyTagClassName
{
color: #152547;
}
</style>
background-color css
<style>
a { background-color: #152547; }
a { background-color: rgb(21,37,71); }
div.DivClassName
{
background-color: #152547;
}
.BgClassName
{
background-color: #152547;
}
</style>
border-color css
<style>
span { border-color: #152547; }
span { border-color: rgb(21,37,71); }
td.TdClassName
{
border-color: #152547;
}
.TagClassName
{
border-color: #152547;
}
</style>