Shades of Midnight Express #152447
Tints of Midnight Express #152447
RGB
CMYK
RGB Variations
Color information
#152447 (or 0x152447) is known color: Midnight Express. HEX triplet: 15, 24 and 47. RGB value is (21,36,71). Sum of RGB (Red+Green+Blue) = 21+36+71=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #152447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152447 is #EADBB8. Grayscale: #232323. Windows color (decimal): -15391673 or 4662293. OLE color: 4662293.
HSL color Cylindrical-coordinate representation of color #152447: hue angle of 222º 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 #152447 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 36 | 71 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.72 |
| HSL | 222º | 0.54% | 0.18% | - |
| HSV(B) | 222º | 0.7% | 0.28% | - |
| XYZ | 2.08 | 1.88 | 6.21 | - |
| YUV | 35.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 71 | 0.70 | 0.49 | 0 | 0.72 | 222 | 0.54 | 0.18 |
| Hex | 15 | 24 | 47 | 46 | 31 | 0 | 48 | DE | 36 | 12 |
| Octal | 25 | 44 | 107 | 106 | 61 | 0 | 110 | 336 | 66 | 22 |
| Binary | 10101 | 100100 | 1000111 | 1000110 | 110001 | 0 | 1001000 | 11011110 | 110110 | 10010 |
Color Harmonies of #152447
Complementary color
Monochromatic Colors of #152447
Black with #152447
Text Example
Text Example
White with #152447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152447; }
p { color: rgb(21,36,71); }
H1.HeaderClassName
{
color: #152447;
}
.AnyTagClassName
{
color: #152447;
}
</style>
background-color css
<style>
a { background-color: #152447; }
a { background-color: rgb(21,36,71); }
div.DivClassName
{
background-color: #152447;
}
.BgClassName
{
background-color: #152447;
}
</style>
border-color css
<style>
span { border-color: #152447; }
span { border-color: rgb(21,36,71); }
td.TdClassName
{
border-color: #152447;
}
.TagClassName
{
border-color: #152447;
}
</style>