Shades of Smalt #133184
Tints of Smalt #133184
RGB
CMYK
RGB Variations
Color information
#133184 (or 0x133184) is known color: Smalt. HEX triplet: 13, 31 and 84. RGB value is (19,49,132). Sum of RGB (Red+Green+Blue) = 19+49+132=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #133184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133184 is #ECCE7B. Grayscale: #313131. Windows color (decimal): -15519356 or 8663315. OLE color: 8663315.
HSL color Cylindrical-coordinate representation of color #133184: hue angle of 224.07º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133184 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 49 | 132 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.48 |
| HSL | 224.07º | 0.75% | 0.3% | - |
| HSV(B) | 224.07º | 0.86% | 0.52% | - |
| XYZ | 5.53 | 4 | 22.31 | - |
| YUV | 49.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 132 | 0.86 | 0.63 | 0 | 0.48 | 224.07 | 0.75 | 0.3 |
| Hex | 13 | 31 | 84 | 56 | 3F | 0 | 30 | E0 | 4B | 1E |
| Octal | 23 | 61 | 204 | 126 | 77 | 0 | 60 | 340 | 113 | 36 |
| Binary | 10011 | 110001 | 10000100 | 1010110 | 111111 | 0 | 110000 | 11100000 | 1001011 | 11110 |
Color Harmonies of #133184
Complementary color
Monochromatic Colors of #133184
Black with #133184
Text Example
Text Example
White with #133184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133184; }
p { color: rgb(19,49,132); }
H1.HeaderClassName
{
color: #133184;
}
.AnyTagClassName
{
color: #133184;
}
</style>
background-color css
<style>
a { background-color: #133184; }
a { background-color: rgb(19,49,132); }
div.DivClassName
{
background-color: #133184;
}
.BgClassName
{
background-color: #133184;
}
</style>
border-color css
<style>
span { border-color: #133184; }
span { border-color: rgb(19,49,132); }
td.TdClassName
{
border-color: #133184;
}
.TagClassName
{
border-color: #133184;
}
</style>