Shades of Midnight Express #152549
Tints of Midnight Express #152549
RGB
CMYK
RGB Variations
Color information
#152549 (or 0x152549) is known color: Midnight Express. HEX triplet: 15, 25 and 49. RGB value is (21,37,73). Sum of RGB (Red+Green+Blue) = 21+37+73=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #152549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152549 is #EADAB6. Grayscale: #242424. Windows color (decimal): -15391415 or 4793621. OLE color: 4793621.
HSL color Cylindrical-coordinate representation of color #152549: hue angle of 221.54º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152549 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 37 | 73 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.71 |
| HSL | 221.54º | 0.55% | 0.18% | - |
| HSV(B) | 221.54º | 0.71% | 0.29% | - |
| XYZ | 2.17 | 1.96 | 6.57 | - |
| YUV | 36.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 73 | 0.71 | 0.49 | 0 | 0.71 | 221.54 | 0.55 | 0.18 |
| Hex | 15 | 25 | 49 | 47 | 31 | 0 | 47 | DE | 37 | 12 |
| Octal | 25 | 45 | 111 | 107 | 61 | 0 | 107 | 336 | 67 | 22 |
| Binary | 10101 | 100101 | 1001001 | 1000111 | 110001 | 0 | 1000111 | 11011110 | 110111 | 10010 |
Color Harmonies of #152549
Complementary color
Monochromatic Colors of #152549
Black with #152549
Text Example
Text Example
White with #152549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152549; }
p { color: rgb(21,37,73); }
H1.HeaderClassName
{
color: #152549;
}
.AnyTagClassName
{
color: #152549;
}
</style>
background-color css
<style>
a { background-color: #152549; }
a { background-color: rgb(21,37,73); }
div.DivClassName
{
background-color: #152549;
}
.BgClassName
{
background-color: #152549;
}
</style>
border-color css
<style>
span { border-color: #152549; }
span { border-color: rgb(21,37,73); }
td.TdClassName
{
border-color: #152549;
}
.TagClassName
{
border-color: #152549;
}
</style>