Shades of Midnight Express #152038
Tints of Midnight Express #152038
RGB
CMYK
RGB Variations
Color information
#152038 (or 0x152038) is known color: Midnight Express. HEX triplet: 15, 20 and 38. RGB value is (21,32,56). Sum of RGB (Red+Green+Blue) = 21+32+56=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #152038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152038 is #EADFC7. Grayscale: #1F1F1F. Windows color (decimal): -15392712 or 3678229. OLE color: 3678229.
HSL color Cylindrical-coordinate representation of color #152038: hue angle of 221.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152038 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 32 | 56 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.78 |
| HSL | 221.14º | 0.45% | 0.15% | - |
| HSV(B) | 221.14º | 0.63% | 0.22% | - |
| XYZ | 1.54 | 1.48 | 3.95 | - |
| YUV | 31.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 56 | 0.63 | 0.43 | 0 | 0.78 | 221.14 | 0.45 | 0.15 |
| Hex | 15 | 20 | 38 | 3F | 2B | 0 | 4E | DD | 2D | F |
| Octal | 25 | 40 | 70 | 77 | 53 | 0 | 116 | 335 | 55 | 17 |
| Binary | 10101 | 100000 | 111000 | 111111 | 101011 | 0 | 1001110 | 11011101 | 101101 | 1111 |
Color Harmonies of #152038
Complementary color
Monochromatic Colors of #152038
Black with #152038
Text Example
Text Example
White with #152038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152038; }
p { color: rgb(21,32,56); }
H1.HeaderClassName
{
color: #152038;
}
.AnyTagClassName
{
color: #152038;
}
</style>
background-color css
<style>
a { background-color: #152038; }
a { background-color: rgb(21,32,56); }
div.DivClassName
{
background-color: #152038;
}
.BgClassName
{
background-color: #152038;
}
</style>
border-color css
<style>
span { border-color: #152038; }
span { border-color: rgb(21,32,56); }
td.TdClassName
{
border-color: #152038;
}
.TagClassName
{
border-color: #152038;
}
</style>