Shades of Midnight Express #152247
Tints of Midnight Express #152247
RGB
CMYK
RGB Variations
Color information
#152247 (or 0x152247) is known color: Midnight Express. HEX triplet: 15, 22 and 47. RGB value is (21,34,71). Sum of RGB (Red+Green+Blue) = 21+34+71=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #152247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152247 is #EADDB8. Grayscale: #222222. Windows color (decimal): -15392185 or 4661781. OLE color: 4661781.
HSL color Cylindrical-coordinate representation of color #152247: hue angle of 224.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152247 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 34 | 71 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.72 |
| HSL | 224.4º | 0.54% | 0.18% | - |
| HSV(B) | 224.4º | 0.7% | 0.28% | - |
| XYZ | 2.02 | 1.76 | 6.19 | - |
| YUV | 34.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 71 | 0.70 | 0.52 | 0 | 0.72 | 224.4 | 0.54 | 0.18 |
| Hex | 15 | 22 | 47 | 46 | 34 | 0 | 48 | E0 | 36 | 12 |
| Octal | 25 | 42 | 107 | 106 | 64 | 0 | 110 | 340 | 66 | 22 |
| Binary | 10101 | 100010 | 1000111 | 1000110 | 110100 | 0 | 1001000 | 11100000 | 110110 | 10010 |
Color Harmonies of #152247
Complementary color
Monochromatic Colors of #152247
Black with #152247
Text Example
Text Example
White with #152247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152247; }
p { color: rgb(21,34,71); }
H1.HeaderClassName
{
color: #152247;
}
.AnyTagClassName
{
color: #152247;
}
</style>
background-color css
<style>
a { background-color: #152247; }
a { background-color: rgb(21,34,71); }
div.DivClassName
{
background-color: #152247;
}
.BgClassName
{
background-color: #152247;
}
</style>
border-color css
<style>
span { border-color: #152247; }
span { border-color: rgb(21,34,71); }
td.TdClassName
{
border-color: #152247;
}
.TagClassName
{
border-color: #152247;
}
</style>