Shades of Smalt #132C89
Tints of Smalt #132C89
RGB
CMYK
RGB Variations
Color information
#132C89 (or 0x132C89) is known color: Smalt. HEX triplet: 13, 2C and 89. RGB value is (19,44,137). Sum of RGB (Red+Green+Blue) = 19+44+137=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #132C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C89 is #ECD376. Grayscale: #2E2E2E. Windows color (decimal): -15520631 or 8989715. OLE color: 8989715.
HSL color Cylindrical-coordinate representation of color #132C89: hue angle of 227.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132C89 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 44 | 137 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.46 |
| HSL | 227.29º | 0.76% | 0.31% | - |
| HSV(B) | 227.29º | 0.86% | 0.54% | - |
| XYZ | 5.68 | 3.75 | 24.09 | - |
| YUV | 47.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 137 | 0.86 | 0.68 | 0 | 0.46 | 227.29 | 0.76 | 0.31 |
| Hex | 13 | 2C | 89 | 56 | 44 | 0 | 2E | E3 | 4C | 1F |
| Octal | 23 | 54 | 211 | 126 | 104 | 0 | 56 | 343 | 114 | 37 |
| Binary | 10011 | 101100 | 10001001 | 1010110 | 1000100 | 0 | 101110 | 11100011 | 1001100 | 11111 |
Color Harmonies of #132C89
Complementary color
Monochromatic Colors of #132C89
Black with #132C89
Text Example
Text Example
White with #132C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C89; }
p { color: rgb(19,44,137); }
H1.HeaderClassName
{
color: #132C89;
}
.AnyTagClassName
{
color: #132C89;
}
</style>
background-color css
<style>
a { background-color: #132C89; }
a { background-color: rgb(19,44,137); }
div.DivClassName
{
background-color: #132C89;
}
.BgClassName
{
background-color: #132C89;
}
</style>
border-color css
<style>
span { border-color: #132C89; }
span { border-color: rgb(19,44,137); }
td.TdClassName
{
border-color: #132C89;
}
.TagClassName
{
border-color: #132C89;
}
</style>