Shades of Midnight Express #132049
Tints of Midnight Express #132049
RGB
CMYK
RGB Variations
Color information
#132049 (or 0x132049) is known color: Midnight Express. HEX triplet: 13, 20 and 49. RGB value is (19,32,73). Sum of RGB (Red+Green+Blue) = 19+32+73=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #132049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132049 is #ECDFB6. Grayscale: #202020. Windows color (decimal): -15523767 or 4792339. OLE color: 4792339.
HSL color Cylindrical-coordinate representation of color #132049: hue angle of 225.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132049 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 32 | 73 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.71 |
| HSL | 225.56º | 0.59% | 0.18% | - |
| HSV(B) | 225.56º | 0.74% | 0.29% | - |
| XYZ | 1.99 | 1.65 | 6.52 | - |
| YUV | 32.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 73 | 0.74 | 0.56 | 0 | 0.71 | 225.56 | 0.59 | 0.18 |
| Hex | 13 | 20 | 49 | 4A | 38 | 0 | 47 | E2 | 3B | 12 |
| Octal | 23 | 40 | 111 | 112 | 70 | 0 | 107 | 342 | 73 | 22 |
| Binary | 10011 | 100000 | 1001001 | 1001010 | 111000 | 0 | 1000111 | 11100010 | 111011 | 10010 |
Color Harmonies of #132049
Complementary color
Monochromatic Colors of #132049
Black with #132049
Text Example
Text Example
White with #132049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132049; }
p { color: rgb(19,32,73); }
H1.HeaderClassName
{
color: #132049;
}
.AnyTagClassName
{
color: #132049;
}
</style>
background-color css
<style>
a { background-color: #132049; }
a { background-color: rgb(19,32,73); }
div.DivClassName
{
background-color: #132049;
}
.BgClassName
{
background-color: #132049;
}
</style>
border-color css
<style>
span { border-color: #132049; }
span { border-color: rgb(19,32,73); }
td.TdClassName
{
border-color: #132049;
}
.TagClassName
{
border-color: #132049;
}
</style>