Shades of Smalt #173185
Tints of Smalt #173185
RGB
CMYK
RGB Variations
Color information
#173185 (or 0x173185) is known color: Smalt. HEX triplet: 17, 31 and 85. RGB value is (23,49,133). Sum of RGB (Red+Green+Blue) = 23+49+133=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #173185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173185 is #E8CE7A. Grayscale: #323232. Windows color (decimal): -15257211 or 8728855. OLE color: 8728855.
HSL color Cylindrical-coordinate representation of color #173185: hue angle of 225.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173185 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 49 | 133 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.48 |
| HSL | 225.82º | 0.71% | 0.31% | - |
| HSV(B) | 225.82º | 0.83% | 0.52% | - |
| XYZ | 5.69 | 4.07 | 22.68 | - |
| YUV | 50.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 133 | 0.83 | 0.63 | 0 | 0.48 | 225.82 | 0.71 | 0.31 |
| Hex | 17 | 31 | 85 | 53 | 3F | 0 | 30 | E2 | 47 | 1F |
| Octal | 27 | 61 | 205 | 123 | 77 | 0 | 60 | 342 | 107 | 37 |
| Binary | 10111 | 110001 | 10000101 | 1010011 | 111111 | 0 | 110000 | 11100010 | 1000111 | 11111 |
Color Harmonies of #173185
Complementary color
Monochromatic Colors of #173185
Black with #173185
Text Example
Text Example
White with #173185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173185; }
p { color: rgb(23,49,133); }
H1.HeaderClassName
{
color: #173185;
}
.AnyTagClassName
{
color: #173185;
}
</style>
background-color css
<style>
a { background-color: #173185; }
a { background-color: rgb(23,49,133); }
div.DivClassName
{
background-color: #173185;
}
.BgClassName
{
background-color: #173185;
}
</style>
border-color css
<style>
span { border-color: #173185; }
span { border-color: rgb(23,49,133); }
td.TdClassName
{
border-color: #173185;
}
.TagClassName
{
border-color: #173185;
}
</style>