Shades of Midnight Express #132447
Tints of Midnight Express #132447
RGB
CMYK
RGB Variations
Color information
#132447 (or 0x132447) is known color: Midnight Express. HEX triplet: 13, 24 and 47. RGB value is (19,36,71). Sum of RGB (Red+Green+Blue) = 19+36+71=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #132447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132447 is #ECDBB8. Grayscale: #222222. Windows color (decimal): -15522745 or 4662291. OLE color: 4662291.
HSL color Cylindrical-coordinate representation of color #132447: hue angle of 220.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132447 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 36 | 71 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.72 |
| HSL | 220.38º | 0.58% | 0.18% | - |
| HSV(B) | 220.38º | 0.73% | 0.28% | - |
| XYZ | 2.04 | 1.86 | 6.21 | - |
| YUV | 34.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 71 | 0.73 | 0.49 | 0 | 0.72 | 220.38 | 0.58 | 0.18 |
| Hex | 13 | 24 | 47 | 49 | 31 | 0 | 48 | DC | 3A | 12 |
| Octal | 23 | 44 | 107 | 111 | 61 | 0 | 110 | 334 | 72 | 22 |
| Binary | 10011 | 100100 | 1000111 | 1001001 | 110001 | 0 | 1001000 | 11011100 | 111010 | 10010 |
Color Harmonies of #132447
Complementary color
Monochromatic Colors of #132447
Black with #132447
Text Example
Text Example
White with #132447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132447; }
p { color: rgb(19,36,71); }
H1.HeaderClassName
{
color: #132447;
}
.AnyTagClassName
{
color: #132447;
}
</style>
background-color css
<style>
a { background-color: #132447; }
a { background-color: rgb(19,36,71); }
div.DivClassName
{
background-color: #132447;
}
.BgClassName
{
background-color: #132447;
}
</style>
border-color css
<style>
span { border-color: #132447; }
span { border-color: rgb(19,36,71); }
td.TdClassName
{
border-color: #132447;
}
.TagClassName
{
border-color: #132447;
}
</style>