Shades of Smalt #132D88
Tints of Smalt #132D88
RGB
CMYK
RGB Variations
Color information
#132D88 (or 0x132D88) is known color: Smalt. HEX triplet: 13, 2D and 88. RGB value is (19,45,136). Sum of RGB (Red+Green+Blue) = 19+45+136=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #132D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D88 is #ECD277. Grayscale: #2F2F2F. Windows color (decimal): -15520376 or 8924435. OLE color: 8924435.
HSL color Cylindrical-coordinate representation of color #132D88: hue angle of 226.67º 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 #132D88 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 45 | 136 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.47 |
| HSL | 226.67º | 0.75% | 0.3% | - |
| HSV(B) | 226.67º | 0.86% | 0.53% | - |
| XYZ | 5.65 | 3.79 | 23.73 | - |
| YUV | 47.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 136 | 0.86 | 0.67 | 0 | 0.47 | 226.67 | 0.75 | 0.3 |
| Hex | 13 | 2D | 88 | 56 | 43 | 0 | 2F | E3 | 4B | 1E |
| Octal | 23 | 55 | 210 | 126 | 103 | 0 | 57 | 343 | 113 | 36 |
| Binary | 10011 | 101101 | 10001000 | 1010110 | 1000011 | 0 | 101111 | 11100011 | 1001011 | 11110 |
Color Harmonies of #132D88
Complementary color
Monochromatic Colors of #132D88
Black with #132D88
Text Example
Text Example
White with #132D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D88; }
p { color: rgb(19,45,136); }
H1.HeaderClassName
{
color: #132D88;
}
.AnyTagClassName
{
color: #132D88;
}
</style>
background-color css
<style>
a { background-color: #132D88; }
a { background-color: rgb(19,45,136); }
div.DivClassName
{
background-color: #132D88;
}
.BgClassName
{
background-color: #132D88;
}
</style>
border-color css
<style>
span { border-color: #132D88; }
span { border-color: rgb(19,45,136); }
td.TdClassName
{
border-color: #132D88;
}
.TagClassName
{
border-color: #132D88;
}
</style>