Shades of Midnight Express #152041
Tints of Midnight Express #152041
RGB
CMYK
RGB Variations
Color information
#152041 (or 0x152041) is known color: Midnight Express. HEX triplet: 15, 20 and 41. RGB value is (21,32,65). Sum of RGB (Red+Green+Blue) = 21+32+65=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #152041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152041 is #EADFBE. Grayscale: #202020. Windows color (decimal): -15392703 or 4268053. OLE color: 4268053.
HSL color Cylindrical-coordinate representation of color #152041: hue angle of 225º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152041 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 32 | 65 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.75 |
| HSL | 225º | 0.51% | 0.17% | - |
| HSV(B) | 225º | 0.68% | 0.25% | - |
| XYZ | 1.78 | 1.57 | 5.21 | - |
| YUV | 32.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 65 | 0.68 | 0.51 | 0 | 0.75 | 225 | 0.51 | 0.17 |
| Hex | 15 | 20 | 41 | 44 | 33 | 0 | 4B | E1 | 33 | 11 |
| Octal | 25 | 40 | 101 | 104 | 63 | 0 | 113 | 341 | 63 | 21 |
| Binary | 10101 | 100000 | 1000001 | 1000100 | 110011 | 0 | 1001011 | 11100001 | 110011 | 10001 |
Color Harmonies of #152041
Complementary color
Monochromatic Colors of #152041
Black with #152041
Text Example
Text Example
White with #152041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152041; }
p { color: rgb(21,32,65); }
H1.HeaderClassName
{
color: #152041;
}
.AnyTagClassName
{
color: #152041;
}
</style>
background-color css
<style>
a { background-color: #152041; }
a { background-color: rgb(21,32,65); }
div.DivClassName
{
background-color: #152041;
}
.BgClassName
{
background-color: #152041;
}
</style>
border-color css
<style>
span { border-color: #152041; }
span { border-color: rgb(21,32,65); }
td.TdClassName
{
border-color: #152041;
}
.TagClassName
{
border-color: #152041;
}
</style>