Shades of Smalt #132887
Tints of Smalt #132887
RGB
CMYK
RGB Variations
Color information
#132887 (or 0x132887) is known color: Smalt. HEX triplet: 13, 28 and 87. RGB value is (19,40,135). Sum of RGB (Red+Green+Blue) = 19+40+135=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #132887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132887 is #ECD778. Grayscale: #2C2C2C. Windows color (decimal): -15521657 or 8857619. OLE color: 8857619.
HSL color Cylindrical-coordinate representation of color #132887: hue angle of 229.14º 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 #132887 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 40 | 135 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.47 |
| HSL | 229.14º | 0.75% | 0.3% | - |
| HSV(B) | 229.14º | 0.86% | 0.53% | - |
| XYZ | 5.4 | 3.41 | 23.29 | - |
| YUV | 44.55 | 179.04 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 135 | 0.86 | 0.70 | 0 | 0.47 | 229.14 | 0.75 | 0.3 |
| Hex | 13 | 28 | 87 | 56 | 46 | 0 | 2F | E5 | 4B | 1E |
| Octal | 23 | 50 | 207 | 126 | 106 | 0 | 57 | 345 | 113 | 36 |
| Binary | 10011 | 101000 | 10000111 | 1010110 | 1000110 | 0 | 101111 | 11100101 | 1001011 | 11110 |
Color Harmonies of #132887
Complementary color
Monochromatic Colors of #132887
Black with #132887
Text Example
Text Example
White with #132887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132887; }
p { color: rgb(19,40,135); }
H1.HeaderClassName
{
color: #132887;
}
.AnyTagClassName
{
color: #132887;
}
</style>
background-color css
<style>
a { background-color: #132887; }
a { background-color: rgb(19,40,135); }
div.DivClassName
{
background-color: #132887;
}
.BgClassName
{
background-color: #132887;
}
</style>
border-color css
<style>
span { border-color: #132887; }
span { border-color: rgb(19,40,135); }
td.TdClassName
{
border-color: #132887;
}
.TagClassName
{
border-color: #132887;
}
</style>