Shades of Smalt #193588
Tints of Smalt #193588
RGB
CMYK
RGB Variations
Color information
#193588 (or 0x193588) is known color: Smalt. HEX triplet: 19, 35 and 88. RGB value is (25,53,136). Sum of RGB (Red+Green+Blue) = 25+53+136=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #193588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193588 is #E6CA77. Grayscale: #353535. Windows color (decimal): -15125112 or 8926489. OLE color: 8926489.
HSL color Cylindrical-coordinate representation of color #193588: hue angle of 224.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193588 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 53 | 136 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.47 |
| HSL | 224.86º | 0.69% | 0.32% | - |
| HSV(B) | 224.86º | 0.82% | 0.53% | - |
| XYZ | 6.12 | 4.53 | 23.84 | - |
| YUV | 54.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 136 | 0.82 | 0.61 | 0 | 0.47 | 224.86 | 0.69 | 0.32 |
| Hex | 19 | 35 | 88 | 52 | 3D | 0 | 2F | E1 | 45 | 20 |
| Octal | 31 | 65 | 210 | 122 | 75 | 0 | 57 | 341 | 105 | 40 |
| Binary | 11001 | 110101 | 10001000 | 1010010 | 111101 | 0 | 101111 | 11100001 | 1000101 | 100000 |
Color Harmonies of #193588
Complementary color
Monochromatic Colors of #193588
Black with #193588
Text Example
Text Example
White with #193588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193588; }
p { color: rgb(25,53,136); }
H1.HeaderClassName
{
color: #193588;
}
.AnyTagClassName
{
color: #193588;
}
</style>
background-color css
<style>
a { background-color: #193588; }
a { background-color: rgb(25,53,136); }
div.DivClassName
{
background-color: #193588;
}
.BgClassName
{
background-color: #193588;
}
</style>
border-color css
<style>
span { border-color: #193588; }
span { border-color: rgb(25,53,136); }
td.TdClassName
{
border-color: #193588;
}
.TagClassName
{
border-color: #193588;
}
</style>