Shades of Smalt #133386
Tints of Smalt #133386
RGB
CMYK
RGB Variations
Color information
#133386 (or 0x133386) is known color: Smalt. HEX triplet: 13, 33 and 86. RGB value is (19,51,134). Sum of RGB (Red+Green+Blue) = 19+51+134=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #133386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133386 is #ECCC79. Grayscale: #323232. Windows color (decimal): -15518842 or 8794899. OLE color: 8794899.
HSL color Cylindrical-coordinate representation of color #133386: hue angle of 223.3º 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 #133386 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 51 | 134 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.47 |
| HSL | 223.3º | 0.75% | 0.3% | - |
| HSV(B) | 223.3º | 0.86% | 0.53% | - |
| XYZ | 5.76 | 4.23 | 23.07 | - |
| YUV | 50.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 134 | 0.86 | 0.62 | 0 | 0.47 | 223.3 | 0.75 | 0.3 |
| Hex | 13 | 33 | 86 | 56 | 3E | 0 | 2F | DF | 4B | 1E |
| Octal | 23 | 63 | 206 | 126 | 76 | 0 | 57 | 337 | 113 | 36 |
| Binary | 10011 | 110011 | 10000110 | 1010110 | 111110 | 0 | 101111 | 11011111 | 1001011 | 11110 |
Color Harmonies of #133386
Complementary color
Monochromatic Colors of #133386
Black with #133386
Text Example
Text Example
White with #133386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133386; }
p { color: rgb(19,51,134); }
H1.HeaderClassName
{
color: #133386;
}
.AnyTagClassName
{
color: #133386;
}
</style>
background-color css
<style>
a { background-color: #133386; }
a { background-color: rgb(19,51,134); }
div.DivClassName
{
background-color: #133386;
}
.BgClassName
{
background-color: #133386;
}
</style>
border-color css
<style>
span { border-color: #133386; }
span { border-color: rgb(19,51,134); }
td.TdClassName
{
border-color: #133386;
}
.TagClassName
{
border-color: #133386;
}
</style>