Shades of Midnight Express #132044
Tints of Midnight Express #132044
RGB
CMYK
RGB Variations
Color information
#132044 (or 0x132044) is known color: Midnight Express. HEX triplet: 13, 20 and 44. RGB value is (19,32,68). Sum of RGB (Red+Green+Blue) = 19+32+68=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #132044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132044 is #ECDFBB. Grayscale: #202020. Windows color (decimal): -15523772 or 4464659. OLE color: 4464659.
HSL color Cylindrical-coordinate representation of color #132044: hue angle of 224.08º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132044 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 32 | 68 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.73 |
| HSL | 224.08º | 0.56% | 0.17% | - |
| HSV(B) | 224.08º | 0.72% | 0.27% | - |
| XYZ | 1.83 | 1.59 | 5.68 | - |
| YUV | 32.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 68 | 0.72 | 0.53 | 0 | 0.73 | 224.08 | 0.56 | 0.17 |
| Hex | 13 | 20 | 44 | 48 | 35 | 0 | 49 | E0 | 38 | 11 |
| Octal | 23 | 40 | 104 | 110 | 65 | 0 | 111 | 340 | 70 | 21 |
| Binary | 10011 | 100000 | 1000100 | 1001000 | 110101 | 0 | 1001001 | 11100000 | 111000 | 10001 |
Color Harmonies of #132044
Complementary color
Monochromatic Colors of #132044
Black with #132044
Text Example
Text Example
White with #132044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132044; }
p { color: rgb(19,32,68); }
H1.HeaderClassName
{
color: #132044;
}
.AnyTagClassName
{
color: #132044;
}
</style>
background-color css
<style>
a { background-color: #132044; }
a { background-color: rgb(19,32,68); }
div.DivClassName
{
background-color: #132044;
}
.BgClassName
{
background-color: #132044;
}
</style>
border-color css
<style>
span { border-color: #132044; }
span { border-color: rgb(19,32,68); }
td.TdClassName
{
border-color: #132044;
}
.TagClassName
{
border-color: #132044;
}
</style>