Shades of Smalt #173188
Tints of Smalt #173188
RGB
CMYK
RGB Variations
Color information
#173188 (or 0x173188) is known color: Smalt. HEX triplet: 17, 31 and 88. RGB value is (23,49,136). Sum of RGB (Red+Green+Blue) = 23+49+136=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #173188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173188 is #E8CE77. Grayscale: #323232. Windows color (decimal): -15257208 or 8925463. OLE color: 8925463.
HSL color Cylindrical-coordinate representation of color #173188: hue angle of 226.19º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173188 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 49 | 136 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.47 |
| HSL | 226.19º | 0.71% | 0.31% | - |
| HSV(B) | 226.19º | 0.83% | 0.53% | - |
| XYZ | 5.9 | 4.16 | 23.78 | - |
| YUV | 51.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 136 | 0.83 | 0.64 | 0 | 0.47 | 226.19 | 0.71 | 0.31 |
| Hex | 17 | 31 | 88 | 53 | 40 | 0 | 2F | E2 | 47 | 1F |
| Octal | 27 | 61 | 210 | 123 | 100 | 0 | 57 | 342 | 107 | 37 |
| Binary | 10111 | 110001 | 10001000 | 1010011 | 1000000 | 0 | 101111 | 11100010 | 1000111 | 11111 |
Color Harmonies of #173188
Complementary color
Monochromatic Colors of #173188
Black with #173188
Text Example
Text Example
White with #173188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173188; }
p { color: rgb(23,49,136); }
H1.HeaderClassName
{
color: #173188;
}
.AnyTagClassName
{
color: #173188;
}
</style>
background-color css
<style>
a { background-color: #173188; }
a { background-color: rgb(23,49,136); }
div.DivClassName
{
background-color: #173188;
}
.BgClassName
{
background-color: #173188;
}
</style>
border-color css
<style>
span { border-color: #173188; }
span { border-color: rgb(23,49,136); }
td.TdClassName
{
border-color: #173188;
}
.TagClassName
{
border-color: #173188;
}
</style>