Shades of Smalt #132D8B
Tints of Smalt #132D8B
RGB
CMYK
RGB Variations
Color information
#132D8B (or 0x132D8B) is known color: Smalt. HEX triplet: 13, 2D and 8B. RGB value is (19,45,139). Sum of RGB (Red+Green+Blue) = 19+45+139=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #132D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D8B is #ECD274. Grayscale: #2F2F2F. Windows color (decimal): -15520373 or 9121043. OLE color: 9121043.
HSL color Cylindrical-coordinate representation of color #132D8B: hue angle of 227º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132D8B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 45 | 139 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.45 |
| HSL | 227º | 0.76% | 0.31% | - |
| HSV(B) | 227º | 0.86% | 0.55% | - |
| XYZ | 5.87 | 3.88 | 24.87 | - |
| YUV | 47.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 139 | 0.86 | 0.68 | 0 | 0.45 | 227 | 0.76 | 0.31 |
| Hex | 13 | 2D | 8B | 56 | 44 | 0 | 2D | E3 | 4C | 1F |
| Octal | 23 | 55 | 213 | 126 | 104 | 0 | 55 | 343 | 114 | 37 |
| Binary | 10011 | 101101 | 10001011 | 1010110 | 1000100 | 0 | 101101 | 11100011 | 1001100 | 11111 |
Color Harmonies of #132D8B
Complementary color
Monochromatic Colors of #132D8B
Black with #132D8B
Text Example
Text Example
White with #132D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D8B; }
p { color: rgb(19,45,139); }
H1.HeaderClassName
{
color: #132D8B;
}
.AnyTagClassName
{
color: #132D8B;
}
</style>
background-color css
<style>
a { background-color: #132D8B; }
a { background-color: rgb(19,45,139); }
div.DivClassName
{
background-color: #132D8B;
}
.BgClassName
{
background-color: #132D8B;
}
</style>
border-color css
<style>
span { border-color: #132D8B; }
span { border-color: rgb(19,45,139); }
td.TdClassName
{
border-color: #132D8B;
}
.TagClassName
{
border-color: #132D8B;
}
</style>