Shades of Midnight Express #151440
Tints of Midnight Express #151440
RGB
CMYK
RGB Variations
Color information
#151440 (or 0x151440) is known color: Midnight Express. HEX triplet: 15, 14 and 40. RGB value is (21,20,64). Sum of RGB (Red+Green+Blue) = 21+20+64=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #151440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151440 is #EAEBBF. Grayscale: #191919. Windows color (decimal): -15395776 or 4199445. OLE color: 4199445.
HSL color Cylindrical-coordinate representation of color #151440: hue angle of 241.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #151440 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 20 | 64 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.75 |
| HSL | 241.36º | 0.52% | 0.16% | - |
| HSV(B) | 241.36º | 0.69% | 0.25% | - |
| XYZ | 1.48 | 1.03 | 4.97 | - |
| YUV | 25.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 64 | 0.67 | 0.69 | 0 | 0.75 | 241.36 | 0.52 | 0.16 |
| Hex | 15 | 14 | 40 | 43 | 45 | 0 | 4B | F1 | 34 | 10 |
| Octal | 25 | 24 | 100 | 103 | 105 | 0 | 113 | 361 | 64 | 20 |
| Binary | 10101 | 10100 | 1000000 | 1000011 | 1000101 | 0 | 1001011 | 11110001 | 110100 | 10000 |
Color Harmonies of #151440
Complementary color
Monochromatic Colors of #151440
Black with #151440
Text Example
Text Example
White with #151440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151440; }
p { color: rgb(21,20,64); }
H1.HeaderClassName
{
color: #151440;
}
.AnyTagClassName
{
color: #151440;
}
</style>
background-color css
<style>
a { background-color: #151440; }
a { background-color: rgb(21,20,64); }
div.DivClassName
{
background-color: #151440;
}
.BgClassName
{
background-color: #151440;
}
</style>
border-color css
<style>
span { border-color: #151440; }
span { border-color: rgb(21,20,64); }
td.TdClassName
{
border-color: #151440;
}
.TagClassName
{
border-color: #151440;
}
</style>