Shades of Smalt #133188
Tints of Smalt #133188
RGB
CMYK
RGB Variations
Color information
#133188 (or 0x133188) is known color: Smalt. HEX triplet: 13, 31 and 88. RGB value is (19,49,136). Sum of RGB (Red+Green+Blue) = 19+49+136=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #133188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133188 is #ECCE77. Grayscale: #313131. Windows color (decimal): -15519352 or 8925459. OLE color: 8925459.
HSL color Cylindrical-coordinate representation of color #133188: hue angle of 224.62º 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 #133188 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 49 | 136 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.47 |
| HSL | 224.62º | 0.75% | 0.3% | - |
| HSV(B) | 224.62º | 0.86% | 0.53% | - |
| XYZ | 5.81 | 4.11 | 23.78 | - |
| YUV | 49.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 136 | 0.86 | 0.64 | 0 | 0.47 | 224.62 | 0.75 | 0.3 |
| Hex | 13 | 31 | 88 | 56 | 40 | 0 | 2F | E1 | 4B | 1E |
| Octal | 23 | 61 | 210 | 126 | 100 | 0 | 57 | 341 | 113 | 36 |
| Binary | 10011 | 110001 | 10001000 | 1010110 | 1000000 | 0 | 101111 | 11100001 | 1001011 | 11110 |
Color Harmonies of #133188
Complementary color
Monochromatic Colors of #133188
Black with #133188
Text Example
Text Example
White with #133188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133188; }
p { color: rgb(19,49,136); }
H1.HeaderClassName
{
color: #133188;
}
.AnyTagClassName
{
color: #133188;
}
</style>
background-color css
<style>
a { background-color: #133188; }
a { background-color: rgb(19,49,136); }
div.DivClassName
{
background-color: #133188;
}
.BgClassName
{
background-color: #133188;
}
</style>
border-color css
<style>
span { border-color: #133188; }
span { border-color: rgb(19,49,136); }
td.TdClassName
{
border-color: #133188;
}
.TagClassName
{
border-color: #133188;
}
</style>