Shades of Midnight Express #15214D
Tints of Midnight Express #15214D
RGB
CMYK
RGB Variations
Color information
#15214D (or 0x15214D) is known color: Midnight Express. HEX triplet: 15, 21 and 4D. RGB value is (21,33,77). Sum of RGB (Red+Green+Blue) = 21+33+77=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #15214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214D is #EADEB2. Grayscale: #222222. Windows color (decimal): -15392435 or 5054741. OLE color: 5054741.
HSL color Cylindrical-coordinate representation of color #15214D: hue angle of 227.14º 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 #15214D is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 33 | 77 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.70 |
| HSL | 227.14º | 0.57% | 0.19% | - |
| HSV(B) | 227.14º | 0.73% | 0.3% | - |
| XYZ | 2.19 | 1.78 | 7.25 | - |
| YUV | 34.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 77 | 0.73 | 0.57 | 0 | 0.70 | 227.14 | 0.57 | 0.19 |
| Hex | 15 | 21 | 4D | 49 | 39 | 0 | 46 | E3 | 39 | 13 |
| Octal | 25 | 41 | 115 | 111 | 71 | 0 | 106 | 343 | 71 | 23 |
| Binary | 10101 | 100001 | 1001101 | 1001001 | 111001 | 0 | 1000110 | 11100011 | 111001 | 10011 |
Color Harmonies of #15214D
Complementary color
Monochromatic Colors of #15214D
Black with #15214D
Text Example
Text Example
White with #15214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15214D; }
p { color: rgb(21,33,77); }
H1.HeaderClassName
{
color: #15214D;
}
.AnyTagClassName
{
color: #15214D;
}
</style>
background-color css
<style>
a { background-color: #15214D; }
a { background-color: rgb(21,33,77); }
div.DivClassName
{
background-color: #15214D;
}
.BgClassName
{
background-color: #15214D;
}
</style>
border-color css
<style>
span { border-color: #15214D; }
span { border-color: rgb(21,33,77); }
td.TdClassName
{
border-color: #15214D;
}
.TagClassName
{
border-color: #15214D;
}
</style>