Shades of Smalt #133A90
Tints of Smalt #133A90
RGB
CMYK
RGB Variations
Color information
#133A90 (or 0x133A90) is known color: Smalt. HEX triplet: 13, 3A and 90. RGB value is (19,58,144). Sum of RGB (Red+Green+Blue) = 19+58+144=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #133A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A90 is #ECC56F. Grayscale: #373737. Windows color (decimal): -15517040 or 9452051. OLE color: 9452051.
HSL color Cylindrical-coordinate representation of color #133A90: hue angle of 221.28º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133A90 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 58 | 144 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.44 |
| HSL | 221.28º | 0.77% | 0.32% | - |
| HSV(B) | 221.28º | 0.87% | 0.56% | - |
| XYZ | 6.82 | 5.18 | 27.03 | - |
| YUV | 56.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 144 | 0.87 | 0.60 | 0 | 0.44 | 221.28 | 0.77 | 0.32 |
| Hex | 13 | 3A | 90 | 57 | 3C | 0 | 2C | DD | 4D | 20 |
| Octal | 23 | 72 | 220 | 127 | 74 | 0 | 54 | 335 | 115 | 40 |
| Binary | 10011 | 111010 | 10010000 | 1010111 | 111100 | 0 | 101100 | 11011101 | 1001101 | 100000 |
Color Harmonies of #133A90
Complementary color
Monochromatic Colors of #133A90
Black with #133A90
Text Example
Text Example
White with #133A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A90; }
p { color: rgb(19,58,144); }
H1.HeaderClassName
{
color: #133A90;
}
.AnyTagClassName
{
color: #133A90;
}
</style>
background-color css
<style>
a { background-color: #133A90; }
a { background-color: rgb(19,58,144); }
div.DivClassName
{
background-color: #133A90;
}
.BgClassName
{
background-color: #133A90;
}
</style>
border-color css
<style>
span { border-color: #133A90; }
span { border-color: rgb(19,58,144); }
td.TdClassName
{
border-color: #133A90;
}
.TagClassName
{
border-color: #133A90;
}
</style>