Shades of Midnight Express #152140
Tints of Midnight Express #152140
RGB
CMYK
RGB Variations
Color information
#152140 (or 0x152140) is known color: Midnight Express. HEX triplet: 15, 21 and 40. RGB value is (21,33,64). Sum of RGB (Red+Green+Blue) = 21+33+64=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #152140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152140 is #EADEBF. Grayscale: #202020. Windows color (decimal): -15392448 or 4202773. OLE color: 4202773.
HSL color Cylindrical-coordinate representation of color #152140: hue angle of 223.26º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152140 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 33 | 64 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.75 |
| HSL | 223.26º | 0.51% | 0.17% | - |
| HSV(B) | 223.26º | 0.67% | 0.25% | - |
| XYZ | 1.78 | 1.62 | 5.07 | - |
| YUV | 32.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 64 | 0.67 | 0.48 | 0 | 0.75 | 223.26 | 0.51 | 0.17 |
| Hex | 15 | 21 | 40 | 43 | 30 | 0 | 4B | DF | 33 | 11 |
| Octal | 25 | 41 | 100 | 103 | 60 | 0 | 113 | 337 | 63 | 21 |
| Binary | 10101 | 100001 | 1000000 | 1000011 | 110000 | 0 | 1001011 | 11011111 | 110011 | 10001 |
Color Harmonies of #152140
Complementary color
Monochromatic Colors of #152140
Black with #152140
Text Example
Text Example
White with #152140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152140; }
p { color: rgb(21,33,64); }
H1.HeaderClassName
{
color: #152140;
}
.AnyTagClassName
{
color: #152140;
}
</style>
background-color css
<style>
a { background-color: #152140; }
a { background-color: rgb(21,33,64); }
div.DivClassName
{
background-color: #152140;
}
.BgClassName
{
background-color: #152140;
}
</style>
border-color css
<style>
span { border-color: #152140; }
span { border-color: rgb(21,33,64); }
td.TdClassName
{
border-color: #152140;
}
.TagClassName
{
border-color: #152140;
}
</style>