Shades of Smalt #132F82
Tints of Smalt #132F82
RGB
CMYK
RGB Variations
Color information
#132F82 (or 0x132F82) is known color: Smalt. HEX triplet: 13, 2F and 82. RGB value is (19,47,130). Sum of RGB (Red+Green+Blue) = 19+47+130=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #132F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F82 is #ECD07D. Grayscale: #2F2F2F. Windows color (decimal): -15519870 or 8531731. OLE color: 8531731.
HSL color Cylindrical-coordinate representation of color #132F82: hue angle of 224.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132F82 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 47 | 130 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.49 |
| HSL | 224.86º | 0.74% | 0.29% | - |
| HSV(B) | 224.86º | 0.85% | 0.51% | - |
| XYZ | 5.31 | 3.78 | 21.57 | - |
| YUV | 48.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 130 | 0.85 | 0.64 | 0 | 0.49 | 224.86 | 0.74 | 0.29 |
| Hex | 13 | 2F | 82 | 55 | 40 | 0 | 31 | E1 | 4A | 1D |
| Octal | 23 | 57 | 202 | 125 | 100 | 0 | 61 | 341 | 112 | 35 |
| Binary | 10011 | 101111 | 10000010 | 1010101 | 1000000 | 0 | 110001 | 11100001 | 1001010 | 11101 |
Color Harmonies of #132F82
Complementary color
Monochromatic Colors of #132F82
Black with #132F82
Text Example
Text Example
White with #132F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F82; }
p { color: rgb(19,47,130); }
H1.HeaderClassName
{
color: #132F82;
}
.AnyTagClassName
{
color: #132F82;
}
</style>
background-color css
<style>
a { background-color: #132F82; }
a { background-color: rgb(19,47,130); }
div.DivClassName
{
background-color: #132F82;
}
.BgClassName
{
background-color: #132F82;
}
</style>
border-color css
<style>
span { border-color: #132F82; }
span { border-color: rgb(19,47,130); }
td.TdClassName
{
border-color: #132F82;
}
.TagClassName
{
border-color: #132F82;
}
</style>