Shades of Smalt #133182
Tints of Smalt #133182
RGB
CMYK
RGB Variations
Color information
#133182 (or 0x133182) is known color: Smalt. HEX triplet: 13, 31 and 82. RGB value is (19,49,130). Sum of RGB (Red+Green+Blue) = 19+49+130=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #133182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133182 is #ECCE7D. Grayscale: #303030. Windows color (decimal): -15519358 or 8532243. OLE color: 8532243.
HSL color Cylindrical-coordinate representation of color #133182: hue angle of 223.78º 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 #133182 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 49 | 130 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.49 |
| HSL | 223.78º | 0.74% | 0.29% | - |
| HSV(B) | 223.78º | 0.85% | 0.51% | - |
| XYZ | 5.4 | 3.95 | 21.6 | - |
| YUV | 49.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 130 | 0.85 | 0.62 | 0 | 0.49 | 223.78 | 0.74 | 0.29 |
| Hex | 13 | 31 | 82 | 55 | 3E | 0 | 31 | E0 | 4A | 1D |
| Octal | 23 | 61 | 202 | 125 | 76 | 0 | 61 | 340 | 112 | 35 |
| Binary | 10011 | 110001 | 10000010 | 1010101 | 111110 | 0 | 110001 | 11100000 | 1001010 | 11101 |
Color Harmonies of #133182
Complementary color
Monochromatic Colors of #133182
Black with #133182
Text Example
Text Example
White with #133182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133182; }
p { color: rgb(19,49,130); }
H1.HeaderClassName
{
color: #133182;
}
.AnyTagClassName
{
color: #133182;
}
</style>
background-color css
<style>
a { background-color: #133182; }
a { background-color: rgb(19,49,130); }
div.DivClassName
{
background-color: #133182;
}
.BgClassName
{
background-color: #133182;
}
</style>
border-color css
<style>
span { border-color: #133182; }
span { border-color: rgb(19,49,130); }
td.TdClassName
{
border-color: #133182;
}
.TagClassName
{
border-color: #133182;
}
</style>