Shades of Midnight Express #132544
Tints of Midnight Express #132544
RGB
CMYK
RGB Variations
Color information
#132544 (or 0x132544) is known color: Midnight Express. HEX triplet: 13, 25 and 44. RGB value is (19,37,68). Sum of RGB (Red+Green+Blue) = 19+37+68=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #132544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132544 is #ECDABB. Grayscale: #232323. Windows color (decimal): -15522492 or 4465939. OLE color: 4465939.
HSL color Cylindrical-coordinate representation of color #132544: hue angle of 217.96º 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 #132544 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 37 | 68 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.73 |
| HSL | 217.96º | 0.56% | 0.17% | - |
| HSV(B) | 217.96º | 0.72% | 0.27% | - |
| XYZ | 1.97 | 1.88 | 5.73 | - |
| YUV | 35.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 68 | 0.72 | 0.46 | 0 | 0.73 | 217.96 | 0.56 | 0.17 |
| Hex | 13 | 25 | 44 | 48 | 2E | 0 | 49 | DA | 38 | 11 |
| Octal | 23 | 45 | 104 | 110 | 56 | 0 | 111 | 332 | 70 | 21 |
| Binary | 10011 | 100101 | 1000100 | 1001000 | 101110 | 0 | 1001001 | 11011010 | 111000 | 10001 |
Color Harmonies of #132544
Complementary color
Monochromatic Colors of #132544
Black with #132544
Text Example
Text Example
White with #132544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132544; }
p { color: rgb(19,37,68); }
H1.HeaderClassName
{
color: #132544;
}
.AnyTagClassName
{
color: #132544;
}
</style>
background-color css
<style>
a { background-color: #132544; }
a { background-color: rgb(19,37,68); }
div.DivClassName
{
background-color: #132544;
}
.BgClassName
{
background-color: #132544;
}
</style>
border-color css
<style>
span { border-color: #132544; }
span { border-color: rgb(19,37,68); }
td.TdClassName
{
border-color: #132544;
}
.TagClassName
{
border-color: #132544;
}
</style>