Shades of Midnight Express #15224D
Tints of Midnight Express #15224D
RGB
CMYK
RGB Variations
Color information
#15224D (or 0x15224D) is known color: Midnight Express. HEX triplet: 15, 22 and 4D. RGB value is (21,34,77). Sum of RGB (Red+Green+Blue) = 21+34+77=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #15224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15224D is #EADDB2. Grayscale: #222222. Windows color (decimal): -15392179 or 5054997. OLE color: 5054997.
HSL color Cylindrical-coordinate representation of color #15224D: hue angle of 226.07º 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 #15224D is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 34 | 77 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.70 |
| HSL | 226.07º | 0.57% | 0.19% | - |
| HSV(B) | 226.07º | 0.73% | 0.3% | - |
| XYZ | 2.22 | 1.84 | 7.26 | - |
| YUV | 35.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 77 | 0.73 | 0.56 | 0 | 0.70 | 226.07 | 0.57 | 0.19 |
| Hex | 15 | 22 | 4D | 49 | 38 | 0 | 46 | E2 | 39 | 13 |
| Octal | 25 | 42 | 115 | 111 | 70 | 0 | 106 | 342 | 71 | 23 |
| Binary | 10101 | 100010 | 1001101 | 1001001 | 111000 | 0 | 1000110 | 11100010 | 111001 | 10011 |
Color Harmonies of #15224D
Complementary color
Monochromatic Colors of #15224D
Black with #15224D
Text Example
Text Example
White with #15224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15224D; }
p { color: rgb(21,34,77); }
H1.HeaderClassName
{
color: #15224D;
}
.AnyTagClassName
{
color: #15224D;
}
</style>
background-color css
<style>
a { background-color: #15224D; }
a { background-color: rgb(21,34,77); }
div.DivClassName
{
background-color: #15224D;
}
.BgClassName
{
background-color: #15224D;
}
</style>
border-color css
<style>
span { border-color: #15224D; }
span { border-color: rgb(21,34,77); }
td.TdClassName
{
border-color: #15224D;
}
.TagClassName
{
border-color: #15224D;
}
</style>