Shades of Midnight Express #15204E
Tints of Midnight Express #15204E
RGB
CMYK
RGB Variations
Color information
#15204E (or 0x15204E) is known color: Midnight Express. HEX triplet: 15, 20 and 4E. RGB value is (21,32,78). Sum of RGB (Red+Green+Blue) = 21+32+78=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #15204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15204E is #EADFB1. Grayscale: #212121. Windows color (decimal): -15392690 or 5120021. OLE color: 5120021.
HSL color Cylindrical-coordinate representation of color #15204E: hue angle of 228.42º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15204E is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 32 | 78 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.69 |
| HSL | 228.42º | 0.58% | 0.19% | - |
| HSV(B) | 228.42º | 0.73% | 0.31% | - |
| XYZ | 2.2 | 1.74 | 7.43 | - |
| YUV | 33.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 78 | 0.73 | 0.59 | 0 | 0.69 | 228.42 | 0.58 | 0.19 |
| Hex | 15 | 20 | 4E | 49 | 3B | 0 | 45 | E4 | 3A | 13 |
| Octal | 25 | 40 | 116 | 111 | 73 | 0 | 105 | 344 | 72 | 23 |
| Binary | 10101 | 100000 | 1001110 | 1001001 | 111011 | 0 | 1000101 | 11100100 | 111010 | 10011 |
Color Harmonies of #15204E
Complementary color
Monochromatic Colors of #15204E
Black with #15204E
Text Example
Text Example
White with #15204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15204E; }
p { color: rgb(21,32,78); }
H1.HeaderClassName
{
color: #15204E;
}
.AnyTagClassName
{
color: #15204E;
}
</style>
background-color css
<style>
a { background-color: #15204E; }
a { background-color: rgb(21,32,78); }
div.DivClassName
{
background-color: #15204E;
}
.BgClassName
{
background-color: #15204E;
}
</style>
border-color css
<style>
span { border-color: #15204E; }
span { border-color: rgb(21,32,78); }
td.TdClassName
{
border-color: #15204E;
}
.TagClassName
{
border-color: #15204E;
}
</style>