Shades of Smalt #132987
Tints of Smalt #132987
RGB
CMYK
RGB Variations
Color information
#132987 (or 0x132987) is known color: Smalt. HEX triplet: 13, 29 and 87. RGB value is (19,41,135). Sum of RGB (Red+Green+Blue) = 19+41+135=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #132987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132987 is #ECD678. Grayscale: #2C2C2C. Windows color (decimal): -15521401 or 8857875. OLE color: 8857875.
HSL color Cylindrical-coordinate representation of color #132987: hue angle of 228.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132987 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 41 | 135 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.47 |
| HSL | 228.62º | 0.75% | 0.3% | - |
| HSV(B) | 228.62º | 0.86% | 0.53% | - |
| XYZ | 5.43 | 3.47 | 23.31 | - |
| YUV | 45.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 135 | 0.86 | 0.70 | 0 | 0.47 | 228.62 | 0.75 | 0.3 |
| Hex | 13 | 29 | 87 | 56 | 46 | 0 | 2F | E5 | 4B | 1E |
| Octal | 23 | 51 | 207 | 126 | 106 | 0 | 57 | 345 | 113 | 36 |
| Binary | 10011 | 101001 | 10000111 | 1010110 | 1000110 | 0 | 101111 | 11100101 | 1001011 | 11110 |
Color Harmonies of #132987
Complementary color
Monochromatic Colors of #132987
Black with #132987
Text Example
Text Example
White with #132987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132987; }
p { color: rgb(19,41,135); }
H1.HeaderClassName
{
color: #132987;
}
.AnyTagClassName
{
color: #132987;
}
</style>
background-color css
<style>
a { background-color: #132987; }
a { background-color: rgb(19,41,135); }
div.DivClassName
{
background-color: #132987;
}
.BgClassName
{
background-color: #132987;
}
</style>
border-color css
<style>
span { border-color: #132987; }
span { border-color: rgb(19,41,135); }
td.TdClassName
{
border-color: #132987;
}
.TagClassName
{
border-color: #132987;
}
</style>