Shades of Midnight Express #15214F
Tints of Midnight Express #15214F
RGB
CMYK
RGB Variations
Color information
#15214F (or 0x15214F) is known color: Midnight Express. HEX triplet: 15, 21 and 4F. RGB value is (21,33,79). Sum of RGB (Red+Green+Blue) = 21+33+79=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #15214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214F is #EADEB0. Grayscale: #222222. Windows color (decimal): -15392433 or 5185813. OLE color: 5185813.
HSL color Cylindrical-coordinate representation of color #15214F: hue angle of 227.59º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15214F is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 33 | 79 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.69 |
| HSL | 227.59º | 0.58% | 0.2% | - |
| HSV(B) | 227.59º | 0.73% | 0.31% | - |
| XYZ | 2.26 | 1.81 | 7.63 | - |
| YUV | 34.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 79 | 0.73 | 0.58 | 0 | 0.69 | 227.59 | 0.58 | 0.2 |
| Hex | 15 | 21 | 4F | 49 | 3A | 0 | 45 | E4 | 3A | 14 |
| Octal | 25 | 41 | 117 | 111 | 72 | 0 | 105 | 344 | 72 | 24 |
| Binary | 10101 | 100001 | 1001111 | 1001001 | 111010 | 0 | 1000101 | 11100100 | 111010 | 10100 |
Color Harmonies of #15214F
Complementary color
Monochromatic Colors of #15214F
Black with #15214F
Text Example
Text Example
White with #15214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15214F; }
p { color: rgb(21,33,79); }
H1.HeaderClassName
{
color: #15214F;
}
.AnyTagClassName
{
color: #15214F;
}
</style>
background-color css
<style>
a { background-color: #15214F; }
a { background-color: rgb(21,33,79); }
div.DivClassName
{
background-color: #15214F;
}
.BgClassName
{
background-color: #15214F;
}
</style>
border-color css
<style>
span { border-color: #15214F; }
span { border-color: rgb(21,33,79); }
td.TdClassName
{
border-color: #15214F;
}
.TagClassName
{
border-color: #15214F;
}
</style>