Shades of Smalt #133189
Tints of Smalt #133189
RGB
CMYK
RGB Variations
Color information
#133189 (or 0x133189) is known color: Smalt. HEX triplet: 13, 31 and 89. RGB value is (19,49,137). Sum of RGB (Red+Green+Blue) = 19+49+137=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #133189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133189 is #ECCE76. Grayscale: #313131. Windows color (decimal): -15519351 or 8990995. OLE color: 8990995.
HSL color Cylindrical-coordinate representation of color #133189: hue angle of 224.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133189 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 49 | 137 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.46 |
| HSL | 224.75º | 0.76% | 0.31% | - |
| HSV(B) | 224.75º | 0.86% | 0.54% | - |
| XYZ | 5.88 | 4.14 | 24.16 | - |
| YUV | 50.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 137 | 0.86 | 0.64 | 0 | 0.46 | 224.75 | 0.76 | 0.31 |
| Hex | 13 | 31 | 89 | 56 | 40 | 0 | 2E | E1 | 4C | 1F |
| Octal | 23 | 61 | 211 | 126 | 100 | 0 | 56 | 341 | 114 | 37 |
| Binary | 10011 | 110001 | 10001001 | 1010110 | 1000000 | 0 | 101110 | 11100001 | 1001100 | 11111 |
Color Harmonies of #133189
Complementary color
Monochromatic Colors of #133189
Black with #133189
Text Example
Text Example
White with #133189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133189; }
p { color: rgb(19,49,137); }
H1.HeaderClassName
{
color: #133189;
}
.AnyTagClassName
{
color: #133189;
}
</style>
background-color css
<style>
a { background-color: #133189; }
a { background-color: rgb(19,49,137); }
div.DivClassName
{
background-color: #133189;
}
.BgClassName
{
background-color: #133189;
}
</style>
border-color css
<style>
span { border-color: #133189; }
span { border-color: rgb(19,49,137); }
td.TdClassName
{
border-color: #133189;
}
.TagClassName
{
border-color: #133189;
}
</style>