Shades of Smalt #133088
Tints of Smalt #133088
RGB
CMYK
RGB Variations
Color information
#133088 (or 0x133088) is known color: Smalt. HEX triplet: 13, 30 and 88. RGB value is (19,48,136). Sum of RGB (Red+Green+Blue) = 19+48+136=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #133088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133088 is #ECCF77. Grayscale: #303030. Windows color (decimal): -15519608 or 8925203. OLE color: 8925203.
HSL color Cylindrical-coordinate representation of color #133088: hue angle of 225.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133088 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 48 | 136 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.47 |
| HSL | 225.13º | 0.75% | 0.3% | - |
| HSV(B) | 225.13º | 0.86% | 0.53% | - |
| XYZ | 5.77 | 4.03 | 23.77 | - |
| YUV | 49.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 136 | 0.86 | 0.65 | 0 | 0.47 | 225.13 | 0.75 | 0.3 |
| Hex | 13 | 30 | 88 | 56 | 41 | 0 | 2F | E1 | 4B | 1E |
| Octal | 23 | 60 | 210 | 126 | 101 | 0 | 57 | 341 | 113 | 36 |
| Binary | 10011 | 110000 | 10001000 | 1010110 | 1000001 | 0 | 101111 | 11100001 | 1001011 | 11110 |
Color Harmonies of #133088
Complementary color
Monochromatic Colors of #133088
Black with #133088
Text Example
Text Example
White with #133088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133088; }
p { color: rgb(19,48,136); }
H1.HeaderClassName
{
color: #133088;
}
.AnyTagClassName
{
color: #133088;
}
</style>
background-color css
<style>
a { background-color: #133088; }
a { background-color: rgb(19,48,136); }
div.DivClassName
{
background-color: #133088;
}
.BgClassName
{
background-color: #133088;
}
</style>
border-color css
<style>
span { border-color: #133088; }
span { border-color: rgb(19,48,136); }
td.TdClassName
{
border-color: #133088;
}
.TagClassName
{
border-color: #133088;
}
</style>