Shades of Smalt #193587
Tints of Smalt #193587
RGB
CMYK
RGB Variations
Color information
#193587 (or 0x193587) is known color: Smalt. HEX triplet: 19, 35 and 87. RGB value is (25,53,135). Sum of RGB (Red+Green+Blue) = 25+53+135=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #193587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193587 is #E6CA78. Grayscale: #353535. Windows color (decimal): -15125113 or 8860953. OLE color: 8860953.
HSL color Cylindrical-coordinate representation of color #193587: hue angle of 224.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193587 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 53 | 135 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.47 |
| HSL | 224.73º | 0.69% | 0.31% | - |
| HSV(B) | 224.73º | 0.81% | 0.53% | - |
| XYZ | 6.05 | 4.5 | 23.47 | - |
| YUV | 53.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 135 | 0.81 | 0.61 | 0 | 0.47 | 224.73 | 0.69 | 0.31 |
| Hex | 19 | 35 | 87 | 51 | 3D | 0 | 2F | E1 | 45 | 1F |
| Octal | 31 | 65 | 207 | 121 | 75 | 0 | 57 | 341 | 105 | 37 |
| Binary | 11001 | 110101 | 10000111 | 1010001 | 111101 | 0 | 101111 | 11100001 | 1000101 | 11111 |
Color Harmonies of #193587
Complementary color
Monochromatic Colors of #193587
Black with #193587
Text Example
Text Example
White with #193587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193587; }
p { color: rgb(25,53,135); }
H1.HeaderClassName
{
color: #193587;
}
.AnyTagClassName
{
color: #193587;
}
</style>
background-color css
<style>
a { background-color: #193587; }
a { background-color: rgb(25,53,135); }
div.DivClassName
{
background-color: #193587;
}
.BgClassName
{
background-color: #193587;
}
</style>
border-color css
<style>
span { border-color: #193587; }
span { border-color: rgb(25,53,135); }
td.TdClassName
{
border-color: #193587;
}
.TagClassName
{
border-color: #193587;
}
</style>