Shades of Midnight Express #13224F
Tints of Midnight Express #13224F
RGB
CMYK
RGB Variations
Color information
#13224F (or 0x13224F) is known color: Midnight Express. HEX triplet: 13, 22 and 4F. RGB value is (19,34,79). Sum of RGB (Red+Green+Blue) = 19+34+79=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #13224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13224F is #ECDDB0. Grayscale: #222222. Windows color (decimal): -15523249 or 5186067. OLE color: 5186067.
HSL color Cylindrical-coordinate representation of color #13224F: hue angle of 225º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13224F is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 34 | 79 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.69 |
| HSL | 225º | 0.61% | 0.19% | - |
| HSV(B) | 225º | 0.76% | 0.31% | - |
| XYZ | 2.25 | 1.85 | 7.63 | - |
| YUV | 34.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 79 | 0.76 | 0.57 | 0 | 0.69 | 225 | 0.61 | 0.19 |
| Hex | 13 | 22 | 4F | 4C | 39 | 0 | 45 | E1 | 3D | 13 |
| Octal | 23 | 42 | 117 | 114 | 71 | 0 | 105 | 341 | 75 | 23 |
| Binary | 10011 | 100010 | 1001111 | 1001100 | 111001 | 0 | 1000101 | 11100001 | 111101 | 10011 |
Color Harmonies of #13224F
Complementary color
Monochromatic Colors of #13224F
Black with #13224F
Text Example
Text Example
White with #13224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13224F; }
p { color: rgb(19,34,79); }
H1.HeaderClassName
{
color: #13224F;
}
.AnyTagClassName
{
color: #13224F;
}
</style>
background-color css
<style>
a { background-color: #13224F; }
a { background-color: rgb(19,34,79); }
div.DivClassName
{
background-color: #13224F;
}
.BgClassName
{
background-color: #13224F;
}
</style>
border-color css
<style>
span { border-color: #13224F; }
span { border-color: rgb(19,34,79); }
td.TdClassName
{
border-color: #13224F;
}
.TagClassName
{
border-color: #13224F;
}
</style>