Shades of Smalt #173187
Tints of Smalt #173187
RGB
CMYK
RGB Variations
Color information
#173187 (or 0x173187) is known color: Smalt. HEX triplet: 17, 31 and 87. RGB value is (23,49,135). Sum of RGB (Red+Green+Blue) = 23+49+135=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #173187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173187 is #E8CE78. Grayscale: #323232. Windows color (decimal): -15257209 or 8859927. OLE color: 8859927.
HSL color Cylindrical-coordinate representation of color #173187: hue angle of 226.07º 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 #173187 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 49 | 135 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.47 |
| HSL | 226.07º | 0.71% | 0.31% | - |
| HSV(B) | 226.07º | 0.83% | 0.53% | - |
| XYZ | 5.82 | 4.13 | 23.41 | - |
| YUV | 51.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 135 | 0.83 | 0.64 | 0 | 0.47 | 226.07 | 0.71 | 0.31 |
| Hex | 17 | 31 | 87 | 53 | 40 | 0 | 2F | E2 | 47 | 1F |
| Octal | 27 | 61 | 207 | 123 | 100 | 0 | 57 | 342 | 107 | 37 |
| Binary | 10111 | 110001 | 10000111 | 1010011 | 1000000 | 0 | 101111 | 11100010 | 1000111 | 11111 |
Color Harmonies of #173187
Complementary color
Monochromatic Colors of #173187
Black with #173187
Text Example
Text Example
White with #173187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173187; }
p { color: rgb(23,49,135); }
H1.HeaderClassName
{
color: #173187;
}
.AnyTagClassName
{
color: #173187;
}
</style>
background-color css
<style>
a { background-color: #173187; }
a { background-color: rgb(23,49,135); }
div.DivClassName
{
background-color: #173187;
}
.BgClassName
{
background-color: #173187;
}
</style>
border-color css
<style>
span { border-color: #173187; }
span { border-color: rgb(23,49,135); }
td.TdClassName
{
border-color: #173187;
}
.TagClassName
{
border-color: #173187;
}
</style>