Shades of Midnight Express #132445
Tints of Midnight Express #132445
RGB
CMYK
RGB Variations
Color information
#132445 (or 0x132445) is known color: Midnight Express. HEX triplet: 13, 24 and 45. RGB value is (19,36,69). Sum of RGB (Red+Green+Blue) = 19+36+69=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #132445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132445 is #ECDBBA. Grayscale: #222222. Windows color (decimal): -15522747 or 4531219. OLE color: 4531219.
HSL color Cylindrical-coordinate representation of color #132445: hue angle of 219.6º degrees, saturation: 0.57, 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 #132445 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 36 | 69 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.73 |
| HSL | 219.6º | 0.57% | 0.17% | - |
| HSV(B) | 219.6º | 0.72% | 0.27% | - |
| XYZ | 1.97 | 1.83 | 5.88 | - |
| YUV | 34.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 69 | 0.72 | 0.48 | 0 | 0.73 | 219.6 | 0.57 | 0.17 |
| Hex | 13 | 24 | 45 | 48 | 30 | 0 | 49 | DC | 39 | 11 |
| Octal | 23 | 44 | 105 | 110 | 60 | 0 | 111 | 334 | 71 | 21 |
| Binary | 10011 | 100100 | 1000101 | 1001000 | 110000 | 0 | 1001001 | 11011100 | 111001 | 10001 |
Color Harmonies of #132445
Complementary color
Monochromatic Colors of #132445
Black with #132445
Text Example
Text Example
White with #132445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132445; }
p { color: rgb(19,36,69); }
H1.HeaderClassName
{
color: #132445;
}
.AnyTagClassName
{
color: #132445;
}
</style>
background-color css
<style>
a { background-color: #132445; }
a { background-color: rgb(19,36,69); }
div.DivClassName
{
background-color: #132445;
}
.BgClassName
{
background-color: #132445;
}
</style>
border-color css
<style>
span { border-color: #132445; }
span { border-color: rgb(19,36,69); }
td.TdClassName
{
border-color: #132445;
}
.TagClassName
{
border-color: #132445;
}
</style>