Shades of Midnight Express #152146
Tints of Midnight Express #152146
RGB
CMYK
RGB Variations
Color information
#152146 (or 0x152146) is known color: Midnight Express. HEX triplet: 15, 21 and 46. RGB value is (21,33,70). Sum of RGB (Red+Green+Blue) = 21+33+70=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #152146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152146 is #EADEB9. Grayscale: #212121. Windows color (decimal): -15392442 or 4595989. OLE color: 4595989.
HSL color Cylindrical-coordinate representation of color #152146: hue angle of 225.31º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152146 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 33 | 70 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.73 |
| HSL | 225.31º | 0.54% | 0.18% | - |
| HSV(B) | 225.31º | 0.7% | 0.27% | - |
| XYZ | 1.96 | 1.69 | 6.02 | - |
| YUV | 33.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 70 | 0.70 | 0.53 | 0 | 0.73 | 225.31 | 0.54 | 0.18 |
| Hex | 15 | 21 | 46 | 46 | 35 | 0 | 49 | E1 | 36 | 12 |
| Octal | 25 | 41 | 106 | 106 | 65 | 0 | 111 | 341 | 66 | 22 |
| Binary | 10101 | 100001 | 1000110 | 1000110 | 110101 | 0 | 1001001 | 11100001 | 110110 | 10010 |
Color Harmonies of #152146
Complementary color
Monochromatic Colors of #152146
Black with #152146
Text Example
Text Example
White with #152146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152146; }
p { color: rgb(21,33,70); }
H1.HeaderClassName
{
color: #152146;
}
.AnyTagClassName
{
color: #152146;
}
</style>
background-color css
<style>
a { background-color: #152146; }
a { background-color: rgb(21,33,70); }
div.DivClassName
{
background-color: #152146;
}
.BgClassName
{
background-color: #152146;
}
</style>
border-color css
<style>
span { border-color: #152146; }
span { border-color: rgb(21,33,70); }
td.TdClassName
{
border-color: #152146;
}
.TagClassName
{
border-color: #152146;
}
</style>