Shades of Midnight Express #13224D
Tints of Midnight Express #13224D
RGB
CMYK
RGB Variations
Color information
#13224D (or 0x13224D) is known color: Midnight Express. HEX triplet: 13, 22 and 4D. RGB value is (19,34,77). Sum of RGB (Red+Green+Blue) = 19+34+77=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #13224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13224D is #ECDDB2. Grayscale: #222222. Windows color (decimal): -15523251 or 5054995. OLE color: 5054995.
HSL color Cylindrical-coordinate representation of color #13224D: hue angle of 224.48º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13224D is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 34 | 77 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.70 |
| HSL | 224.48º | 0.6% | 0.19% | - |
| HSV(B) | 224.48º | 0.75% | 0.3% | - |
| XYZ | 2.18 | 1.82 | 7.26 | - |
| YUV | 34.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 77 | 0.75 | 0.56 | 0 | 0.70 | 224.48 | 0.6 | 0.19 |
| Hex | 13 | 22 | 4D | 4B | 38 | 0 | 46 | E0 | 3C | 13 |
| Octal | 23 | 42 | 115 | 113 | 70 | 0 | 106 | 340 | 74 | 23 |
| Binary | 10011 | 100010 | 1001101 | 1001011 | 111000 | 0 | 1000110 | 11100000 | 111100 | 10011 |
Color Harmonies of #13224D
Complementary color
Monochromatic Colors of #13224D
Black with #13224D
Text Example
Text Example
White with #13224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13224D; }
p { color: rgb(19,34,77); }
H1.HeaderClassName
{
color: #13224D;
}
.AnyTagClassName
{
color: #13224D;
}
</style>
background-color css
<style>
a { background-color: #13224D; }
a { background-color: rgb(19,34,77); }
div.DivClassName
{
background-color: #13224D;
}
.BgClassName
{
background-color: #13224D;
}
</style>
border-color css
<style>
span { border-color: #13224D; }
span { border-color: rgb(19,34,77); }
td.TdClassName
{
border-color: #13224D;
}
.TagClassName
{
border-color: #13224D;
}
</style>