Shades of Smalt #133789
Tints of Smalt #133789
RGB
CMYK
RGB Variations
Color information
#133789 (or 0x133789) is known color: Smalt. HEX triplet: 13, 37 and 89. RGB value is (19,55,137). Sum of RGB (Red+Green+Blue) = 19+55+137=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #133789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133789 is #ECC876. Grayscale: #353535. Windows color (decimal): -15517815 or 8992531. OLE color: 8992531.
HSL color Cylindrical-coordinate representation of color #133789: hue angle of 221.69º 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 #133789 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 55 | 137 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.46 |
| HSL | 221.69º | 0.76% | 0.31% | - |
| HSV(B) | 221.69º | 0.86% | 0.54% | - |
| XYZ | 6.15 | 4.68 | 24.25 | - |
| YUV | 53.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 137 | 0.86 | 0.60 | 0 | 0.46 | 221.69 | 0.76 | 0.31 |
| Hex | 13 | 37 | 89 | 56 | 3C | 0 | 2E | DE | 4C | 1F |
| Octal | 23 | 67 | 211 | 126 | 74 | 0 | 56 | 336 | 114 | 37 |
| Binary | 10011 | 110111 | 10001001 | 1010110 | 111100 | 0 | 101110 | 11011110 | 1001100 | 11111 |
Color Harmonies of #133789
Complementary color
Monochromatic Colors of #133789
Black with #133789
Text Example
Text Example
White with #133789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133789; }
p { color: rgb(19,55,137); }
H1.HeaderClassName
{
color: #133789;
}
.AnyTagClassName
{
color: #133789;
}
</style>
background-color css
<style>
a { background-color: #133789; }
a { background-color: rgb(19,55,137); }
div.DivClassName
{
background-color: #133789;
}
.BgClassName
{
background-color: #133789;
}
</style>
border-color css
<style>
span { border-color: #133789; }
span { border-color: rgb(19,55,137); }
td.TdClassName
{
border-color: #133789;
}
.TagClassName
{
border-color: #133789;
}
</style>