Shades of Midnight Express #152236
Tints of Midnight Express #152236
RGB
CMYK
RGB Variations
Color information
#152236 (or 0x152236) is known color: Midnight Express. HEX triplet: 15, 22 and 36. RGB value is (21,34,54). Sum of RGB (Red+Green+Blue) = 21+34+54=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #152236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152236 is #EADDC9. Grayscale: #202020. Windows color (decimal): -15392202 or 3547669. OLE color: 3547669.
HSL color Cylindrical-coordinate representation of color #152236: hue angle of 216.36º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #152236 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 34 | 54 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.79 |
| HSL | 216.36º | 0.44% | 0.15% | - |
| HSV(B) | 216.36º | 0.61% | 0.21% | - |
| XYZ | 1.55 | 1.57 | 3.71 | - |
| YUV | 32.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 54 | 0.61 | 0.37 | 0 | 0.79 | 216.36 | 0.44 | 0.15 |
| Hex | 15 | 22 | 36 | 3D | 25 | 0 | 4F | D8 | 2C | F |
| Octal | 25 | 42 | 66 | 75 | 45 | 0 | 117 | 330 | 54 | 17 |
| Binary | 10101 | 100010 | 110110 | 111101 | 100101 | 0 | 1001111 | 11011000 | 101100 | 1111 |
Color Harmonies of #152236
Complementary color
Monochromatic Colors of #152236
Black with #152236
Text Example
Text Example
White with #152236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152236; }
p { color: rgb(21,34,54); }
H1.HeaderClassName
{
color: #152236;
}
.AnyTagClassName
{
color: #152236;
}
</style>
background-color css
<style>
a { background-color: #152236; }
a { background-color: rgb(21,34,54); }
div.DivClassName
{
background-color: #152236;
}
.BgClassName
{
background-color: #152236;
}
</style>
border-color css
<style>
span { border-color: #152236; }
span { border-color: rgb(21,34,54); }
td.TdClassName
{
border-color: #152236;
}
.TagClassName
{
border-color: #152236;
}
</style>