Shades of Midnight #132849
Tints of Midnight #132849
RGB
CMYK
RGB Variations
Color information
#132849 (or 0x132849) is known color: Midnight. HEX triplet: 13, 28 and 49. RGB value is (19,40,73). Sum of RGB (Red+Green+Blue) = 19+40+73=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #132849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132849 is #ECD7B6. Grayscale: #252525. Windows color (decimal): -15521719 or 4794387. OLE color: 4794387.
HSL color Cylindrical-coordinate representation of color #132849: hue angle of 216.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132849 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 40 | 73 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.71 |
| HSL | 216.67º | 0.59% | 0.18% | - |
| HSV(B) | 216.67º | 0.74% | 0.29% | - |
| XYZ | 2.23 | 2.14 | 6.6 | - |
| YUV | 37.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 73 | 0.74 | 0.45 | 0 | 0.71 | 216.67 | 0.59 | 0.18 |
| Hex | 13 | 28 | 49 | 4A | 2D | 0 | 47 | D9 | 3B | 12 |
| Octal | 23 | 50 | 111 | 112 | 55 | 0 | 107 | 331 | 73 | 22 |
| Binary | 10011 | 101000 | 1001001 | 1001010 | 101101 | 0 | 1000111 | 11011001 | 111011 | 10010 |
Color Harmonies of #132849
Complementary color
Monochromatic Colors of #132849
Black with #132849
Text Example
Text Example
White with #132849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132849; }
p { color: rgb(19,40,73); }
H1.HeaderClassName
{
color: #132849;
}
.AnyTagClassName
{
color: #132849;
}
</style>
background-color css
<style>
a { background-color: #132849; }
a { background-color: rgb(19,40,73); }
div.DivClassName
{
background-color: #132849;
}
.BgClassName
{
background-color: #132849;
}
</style>
border-color css
<style>
span { border-color: #132849; }
span { border-color: rgb(19,40,73); }
td.TdClassName
{
border-color: #132849;
}
.TagClassName
{
border-color: #132849;
}
</style>