Shades of Midnight Express #152039
Tints of Midnight Express #152039
RGB
CMYK
RGB Variations
Color information
#152039 (or 0x152039) is known color: Midnight Express. HEX triplet: 15, 20 and 39. RGB value is (21,32,57). Sum of RGB (Red+Green+Blue) = 21+32+57=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #152039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152039 is #EADFC6. Grayscale: #1F1F1F. Windows color (decimal): -15392711 or 3743765. OLE color: 3743765.
HSL color Cylindrical-coordinate representation of color #152039: hue angle of 221.67º 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 #152039 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 32 | 57 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.78 |
| HSL | 221.67º | 0.46% | 0.15% | - |
| HSV(B) | 221.67º | 0.63% | 0.22% | - |
| XYZ | 1.56 | 1.49 | 4.08 | - |
| YUV | 31.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 57 | 0.63 | 0.44 | 0 | 0.78 | 221.67 | 0.46 | 0.15 |
| Hex | 15 | 20 | 39 | 3F | 2C | 0 | 4E | DE | 2E | F |
| Octal | 25 | 40 | 71 | 77 | 54 | 0 | 116 | 336 | 56 | 17 |
| Binary | 10101 | 100000 | 111001 | 111111 | 101100 | 0 | 1001110 | 11011110 | 101110 | 1111 |
Color Harmonies of #152039
Complementary color
Monochromatic Colors of #152039
Black with #152039
Text Example
Text Example
White with #152039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152039; }
p { color: rgb(21,32,57); }
H1.HeaderClassName
{
color: #152039;
}
.AnyTagClassName
{
color: #152039;
}
</style>
background-color css
<style>
a { background-color: #152039; }
a { background-color: rgb(21,32,57); }
div.DivClassName
{
background-color: #152039;
}
.BgClassName
{
background-color: #152039;
}
</style>
border-color css
<style>
span { border-color: #152039; }
span { border-color: rgb(21,32,57); }
td.TdClassName
{
border-color: #152039;
}
.TagClassName
{
border-color: #152039;
}
</style>