Shades of Midnight Express #15204D
Tints of Midnight Express #15204D
RGB
CMYK
RGB Variations
Color information
#15204D (or 0x15204D) is known color: Midnight Express. HEX triplet: 15, 20 and 4D. RGB value is (21,32,77). Sum of RGB (Red+Green+Blue) = 21+32+77=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #15204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15204D is #EADFB2. Grayscale: #212121. Windows color (decimal): -15392691 or 5054485. OLE color: 5054485.
HSL color Cylindrical-coordinate representation of color #15204D: hue angle of 228.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15204D is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 32 | 77 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.70 |
| HSL | 228.21º | 0.57% | 0.19% | - |
| HSV(B) | 228.21º | 0.73% | 0.3% | - |
| XYZ | 2.17 | 1.73 | 7.24 | - |
| YUV | 33.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 77 | 0.73 | 0.58 | 0 | 0.70 | 228.21 | 0.57 | 0.19 |
| Hex | 15 | 20 | 4D | 49 | 3A | 0 | 46 | E4 | 39 | 13 |
| Octal | 25 | 40 | 115 | 111 | 72 | 0 | 106 | 344 | 71 | 23 |
| Binary | 10101 | 100000 | 1001101 | 1001001 | 111010 | 0 | 1000110 | 11100100 | 111001 | 10011 |
Color Harmonies of #15204D
Complementary color
Monochromatic Colors of #15204D
Black with #15204D
Text Example
Text Example
White with #15204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15204D; }
p { color: rgb(21,32,77); }
H1.HeaderClassName
{
color: #15204D;
}
.AnyTagClassName
{
color: #15204D;
}
</style>
background-color css
<style>
a { background-color: #15204D; }
a { background-color: rgb(21,32,77); }
div.DivClassName
{
background-color: #15204D;
}
.BgClassName
{
background-color: #15204D;
}
</style>
border-color css
<style>
span { border-color: #15204D; }
span { border-color: rgb(21,32,77); }
td.TdClassName
{
border-color: #15204D;
}
.TagClassName
{
border-color: #15204D;
}
</style>