Shades of Midnight Express #151240
Tints of Midnight Express #151240
RGB
CMYK
RGB Variations
Color information
#151240 (or 0x151240) is known color: Midnight Express. HEX triplet: 15, 12 and 40. RGB value is (21,18,64). Sum of RGB (Red+Green+Blue) = 21+18+64=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #151240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151240 is #EAEDBF. Grayscale: #171717. Windows color (decimal): -15396288 or 4198933. OLE color: 4198933.
HSL color Cylindrical-coordinate representation of color #151240: hue angle of 243.91º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151240 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 18 | 64 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.75 |
| HSL | 243.91º | 0.56% | 0.16% | - |
| HSV(B) | 243.91º | 0.72% | 0.25% | - |
| XYZ | 1.45 | 0.96 | 4.96 | - |
| YUV | 24.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 64 | 0.67 | 0.72 | 0 | 0.75 | 243.91 | 0.56 | 0.16 |
| Hex | 15 | 12 | 40 | 43 | 48 | 0 | 4B | F4 | 38 | 10 |
| Octal | 25 | 22 | 100 | 103 | 110 | 0 | 113 | 364 | 70 | 20 |
| Binary | 10101 | 10010 | 1000000 | 1000011 | 1001000 | 0 | 1001011 | 11110100 | 111000 | 10000 |
Color Harmonies of #151240
Complementary color
Monochromatic Colors of #151240
Black with #151240
Text Example
Text Example
White with #151240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151240; }
p { color: rgb(21,18,64); }
H1.HeaderClassName
{
color: #151240;
}
.AnyTagClassName
{
color: #151240;
}
</style>
background-color css
<style>
a { background-color: #151240; }
a { background-color: rgb(21,18,64); }
div.DivClassName
{
background-color: #151240;
}
.BgClassName
{
background-color: #151240;
}
</style>
border-color css
<style>
span { border-color: #151240; }
span { border-color: rgb(21,18,64); }
td.TdClassName
{
border-color: #151240;
}
.TagClassName
{
border-color: #151240;
}
</style>