Shades of Smalt #133183
Tints of Smalt #133183
RGB
CMYK
RGB Variations
Color information
#133183 (or 0x133183) is known color: Smalt. HEX triplet: 13, 31 and 83. RGB value is (19,49,131). Sum of RGB (Red+Green+Blue) = 19+49+131=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #133183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133183 is #ECCE7C. Grayscale: #313131. Windows color (decimal): -15519357 or 8597779. OLE color: 8597779.
HSL color Cylindrical-coordinate representation of color #133183: hue angle of 223.93º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133183 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 49 | 131 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.49 |
| HSL | 223.93º | 0.75% | 0.29% | - |
| HSV(B) | 223.93º | 0.85% | 0.51% | - |
| XYZ | 5.46 | 3.97 | 21.95 | - |
| YUV | 49.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 131 | 0.85 | 0.63 | 0 | 0.49 | 223.93 | 0.75 | 0.29 |
| Hex | 13 | 31 | 83 | 55 | 3F | 0 | 31 | E0 | 4B | 1D |
| Octal | 23 | 61 | 203 | 125 | 77 | 0 | 61 | 340 | 113 | 35 |
| Binary | 10011 | 110001 | 10000011 | 1010101 | 111111 | 0 | 110001 | 11100000 | 1001011 | 11101 |
Color Harmonies of #133183
Complementary color
Monochromatic Colors of #133183
Black with #133183
Text Example
Text Example
White with #133183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133183; }
p { color: rgb(19,49,131); }
H1.HeaderClassName
{
color: #133183;
}
.AnyTagClassName
{
color: #133183;
}
</style>
background-color css
<style>
a { background-color: #133183; }
a { background-color: rgb(19,49,131); }
div.DivClassName
{
background-color: #133183;
}
.BgClassName
{
background-color: #133183;
}
</style>
border-color css
<style>
span { border-color: #133183; }
span { border-color: rgb(19,49,131); }
td.TdClassName
{
border-color: #133183;
}
.TagClassName
{
border-color: #133183;
}
</style>