Shades of Midnight Express #152139
Tints of Midnight Express #152139
RGB
CMYK
RGB Variations
Color information
#152139 (or 0x152139) is known color: Midnight Express. HEX triplet: 15, 21 and 39. RGB value is (21,33,57). Sum of RGB (Red+Green+Blue) = 21+33+57=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #152139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152139 is #EADEC6. Grayscale: #202020. Windows color (decimal): -15392455 or 3744021. OLE color: 3744021.
HSL color Cylindrical-coordinate representation of color #152139: hue angle of 220º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152139 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 33 | 57 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.78 |
| HSL | 220º | 0.46% | 0.15% | - |
| HSV(B) | 220º | 0.63% | 0.22% | - |
| XYZ | 1.59 | 1.54 | 4.08 | - |
| YUV | 32.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 57 | 0.63 | 0.42 | 0 | 0.78 | 220 | 0.46 | 0.15 |
| Hex | 15 | 21 | 39 | 3F | 2A | 0 | 4E | DC | 2E | F |
| Octal | 25 | 41 | 71 | 77 | 52 | 0 | 116 | 334 | 56 | 17 |
| Binary | 10101 | 100001 | 111001 | 111111 | 101010 | 0 | 1001110 | 11011100 | 101110 | 1111 |
Color Harmonies of #152139
Complementary color
Monochromatic Colors of #152139
Black with #152139
Text Example
Text Example
White with #152139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152139; }
p { color: rgb(21,33,57); }
H1.HeaderClassName
{
color: #152139;
}
.AnyTagClassName
{
color: #152139;
}
</style>
background-color css
<style>
a { background-color: #152139; }
a { background-color: rgb(21,33,57); }
div.DivClassName
{
background-color: #152139;
}
.BgClassName
{
background-color: #152139;
}
</style>
border-color css
<style>
span { border-color: #152139; }
span { border-color: rgb(21,33,57); }
td.TdClassName
{
border-color: #152139;
}
.TagClassName
{
border-color: #152139;
}
</style>