Shades of Midnight Express #152143
Tints of Midnight Express #152143
RGB
CMYK
RGB Variations
Color information
#152143 (or 0x152143) is known color: Midnight Express. HEX triplet: 15, 21 and 43. RGB value is (21,33,67). Sum of RGB (Red+Green+Blue) = 21+33+67=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #152143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152143 is #EADEBC. Grayscale: #212121. Windows color (decimal): -15392445 or 4399381. OLE color: 4399381.
HSL color Cylindrical-coordinate representation of color #152143: hue angle of 224.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152143 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 33 | 67 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.74 |
| HSL | 224.35º | 0.52% | 0.17% | - |
| HSV(B) | 224.35º | 0.69% | 0.26% | - |
| XYZ | 1.87 | 1.65 | 5.53 | - |
| YUV | 33.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 67 | 0.69 | 0.51 | 0 | 0.74 | 224.35 | 0.52 | 0.17 |
| Hex | 15 | 21 | 43 | 45 | 33 | 0 | 4A | E0 | 34 | 11 |
| Octal | 25 | 41 | 103 | 105 | 63 | 0 | 112 | 340 | 64 | 21 |
| Binary | 10101 | 100001 | 1000011 | 1000101 | 110011 | 0 | 1001010 | 11100000 | 110100 | 10001 |
Color Harmonies of #152143
Complementary color
Monochromatic Colors of #152143
Black with #152143
Text Example
Text Example
White with #152143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152143; }
p { color: rgb(21,33,67); }
H1.HeaderClassName
{
color: #152143;
}
.AnyTagClassName
{
color: #152143;
}
</style>
background-color css
<style>
a { background-color: #152143; }
a { background-color: rgb(21,33,67); }
div.DivClassName
{
background-color: #152143;
}
.BgClassName
{
background-color: #152143;
}
</style>
border-color css
<style>
span { border-color: #152143; }
span { border-color: rgb(21,33,67); }
td.TdClassName
{
border-color: #152143;
}
.TagClassName
{
border-color: #152143;
}
</style>