Shades of Midnight Express #152346
Tints of Midnight Express #152346
RGB
CMYK
RGB Variations
Color information
#152346 (or 0x152346) is known color: Midnight Express. HEX triplet: 15, 23 and 46. RGB value is (21,35,70). Sum of RGB (Red+Green+Blue) = 21+35+70=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #152346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152346 is #EADCB9. Grayscale: #222222. Windows color (decimal): -15391930 or 4596501. OLE color: 4596501.
HSL color Cylindrical-coordinate representation of color #152346: hue angle of 222.86º 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 #152346 is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 35 | 70 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.73 |
| HSL | 222.86º | 0.54% | 0.18% | - |
| HSV(B) | 222.86º | 0.7% | 0.27% | - |
| XYZ | 2.02 | 1.8 | 6.04 | - |
| YUV | 34.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 70 | 0.70 | 0.5 | 0 | 0.73 | 222.86 | 0.54 | 0.18 |
| Hex | 15 | 23 | 46 | 46 | 32 | 0 | 49 | DF | 36 | 12 |
| Octal | 25 | 43 | 106 | 106 | 62 | 0 | 111 | 337 | 66 | 22 |
| Binary | 10101 | 100011 | 1000110 | 1000110 | 110010 | 0 | 1001001 | 11011111 | 110110 | 10010 |
Color Harmonies of #152346
Complementary color
Monochromatic Colors of #152346
Black with #152346
Text Example
Text Example
White with #152346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152346; }
p { color: rgb(21,35,70); }
H1.HeaderClassName
{
color: #152346;
}
.AnyTagClassName
{
color: #152346;
}
</style>
background-color css
<style>
a { background-color: #152346; }
a { background-color: rgb(21,35,70); }
div.DivClassName
{
background-color: #152346;
}
.BgClassName
{
background-color: #152346;
}
</style>
border-color css
<style>
span { border-color: #152346; }
span { border-color: rgb(21,35,70); }
td.TdClassName
{
border-color: #152346;
}
.TagClassName
{
border-color: #152346;
}
</style>