Shades of Midnight #132947
Tints of Midnight #132947
RGB
CMYK
RGB Variations
Color information
#132947 (or 0x132947) is known color: Midnight. HEX triplet: 13, 29 and 47. RGB value is (19,41,71). Sum of RGB (Red+Green+Blue) = 19+41+71=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #132947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132947 is #ECD6B8. Grayscale: #252525. Windows color (decimal): -15521465 or 4663571. OLE color: 4663571.
HSL color Cylindrical-coordinate representation of color #132947: hue angle of 214.62º 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 #132947 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 41 | 71 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.72 |
| HSL | 214.62º | 0.58% | 0.18% | - |
| HSV(B) | 214.62º | 0.73% | 0.28% | - |
| XYZ | 2.2 | 2.18 | 6.27 | - |
| YUV | 37.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 71 | 0.73 | 0.42 | 0 | 0.72 | 214.62 | 0.58 | 0.18 |
| Hex | 13 | 29 | 47 | 49 | 2A | 0 | 48 | D7 | 3A | 12 |
| Octal | 23 | 51 | 107 | 111 | 52 | 0 | 110 | 327 | 72 | 22 |
| Binary | 10011 | 101001 | 1000111 | 1001001 | 101010 | 0 | 1001000 | 11010111 | 111010 | 10010 |
Color Harmonies of #132947
Complementary color
Monochromatic Colors of #132947
Black with #132947
Text Example
Text Example
White with #132947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132947; }
p { color: rgb(19,41,71); }
H1.HeaderClassName
{
color: #132947;
}
.AnyTagClassName
{
color: #132947;
}
</style>
background-color css
<style>
a { background-color: #132947; }
a { background-color: rgb(19,41,71); }
div.DivClassName
{
background-color: #132947;
}
.BgClassName
{
background-color: #132947;
}
</style>
border-color css
<style>
span { border-color: #132947; }
span { border-color: rgb(19,41,71); }
td.TdClassName
{
border-color: #132947;
}
.TagClassName
{
border-color: #132947;
}
</style>