Shades of Smalt #132B8C
Tints of Smalt #132B8C
RGB
CMYK
RGB Variations
Color information
#132B8C (or 0x132B8C) is known color: Smalt. HEX triplet: 13, 2B and 8C. RGB value is (19,43,140). Sum of RGB (Red+Green+Blue) = 19+43+140=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #132B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132B8C is #ECD473. Grayscale: #2E2E2E. Windows color (decimal): -15520884 or 9186067. OLE color: 9186067.
HSL color Cylindrical-coordinate representation of color #132B8C: hue angle of 228.1º 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 #132B8C is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 43 | 140 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.45 |
| HSL | 228.1º | 0.76% | 0.31% | - |
| HSV(B) | 228.1º | 0.86% | 0.55% | - |
| XYZ | 5.87 | 3.76 | 25.23 | - |
| YUV | 46.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 140 | 0.86 | 0.69 | 0 | 0.45 | 228.1 | 0.76 | 0.31 |
| Hex | 13 | 2B | 8C | 56 | 45 | 0 | 2D | E4 | 4C | 1F |
| Octal | 23 | 53 | 214 | 126 | 105 | 0 | 55 | 344 | 114 | 37 |
| Binary | 10011 | 101011 | 10001100 | 1010110 | 1000101 | 0 | 101101 | 11100100 | 1001100 | 11111 |
Color Harmonies of #132B8C
Complementary color
Monochromatic Colors of #132B8C
Black with #132B8C
Text Example
Text Example
White with #132B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B8C; }
p { color: rgb(19,43,140); }
H1.HeaderClassName
{
color: #132B8C;
}
.AnyTagClassName
{
color: #132B8C;
}
</style>
background-color css
<style>
a { background-color: #132B8C; }
a { background-color: rgb(19,43,140); }
div.DivClassName
{
background-color: #132B8C;
}
.BgClassName
{
background-color: #132B8C;
}
</style>
border-color css
<style>
span { border-color: #132B8C; }
span { border-color: rgb(19,43,140); }
td.TdClassName
{
border-color: #132B8C;
}
.TagClassName
{
border-color: #132B8C;
}
</style>