Shades of Midnight Express #15224F
Tints of Midnight Express #15224F
RGB
CMYK
RGB Variations
Color information
#15224F (or 0x15224F) is known color: Midnight Express. HEX triplet: 15, 22 and 4F. RGB value is (21,34,79). Sum of RGB (Red+Green+Blue) = 21+34+79=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #15224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15224F is #EADDB0. Grayscale: #232323. Windows color (decimal): -15392177 or 5186069. OLE color: 5186069.
HSL color Cylindrical-coordinate representation of color #15224F: hue angle of 226.55º 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 #15224F is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 34 | 79 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.69 |
| HSL | 226.55º | 0.58% | 0.2% | - |
| HSV(B) | 226.55º | 0.73% | 0.31% | - |
| XYZ | 2.29 | 1.87 | 7.64 | - |
| YUV | 35.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 79 | 0.73 | 0.57 | 0 | 0.69 | 226.55 | 0.58 | 0.2 |
| Hex | 15 | 22 | 4F | 49 | 39 | 0 | 45 | E3 | 3A | 14 |
| Octal | 25 | 42 | 117 | 111 | 71 | 0 | 105 | 343 | 72 | 24 |
| Binary | 10101 | 100010 | 1001111 | 1001001 | 111001 | 0 | 1000101 | 11100011 | 111010 | 10100 |
Color Harmonies of #15224F
Complementary color
Monochromatic Colors of #15224F
Black with #15224F
Text Example
Text Example
White with #15224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15224F; }
p { color: rgb(21,34,79); }
H1.HeaderClassName
{
color: #15224F;
}
.AnyTagClassName
{
color: #15224F;
}
</style>
background-color css
<style>
a { background-color: #15224F; }
a { background-color: rgb(21,34,79); }
div.DivClassName
{
background-color: #15224F;
}
.BgClassName
{
background-color: #15224F;
}
</style>
border-color css
<style>
span { border-color: #15224F; }
span { border-color: rgb(21,34,79); }
td.TdClassName
{
border-color: #15224F;
}
.TagClassName
{
border-color: #15224F;
}
</style>