Shades of Smalt #172D87
Tints of Smalt #172D87
RGB
CMYK
RGB Variations
Color information
#172D87 (or 0x172D87) is known color: Smalt. HEX triplet: 17, 2D and 87. RGB value is (23,45,135). Sum of RGB (Red+Green+Blue) = 23+45+135=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #172D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D87 is #E8D278. Grayscale: #303030. Windows color (decimal): -15258233 or 8858903. OLE color: 8858903.
HSL color Cylindrical-coordinate representation of color #172D87: hue angle of 228.21º 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 #172D87 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 45 | 135 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.47 |
| HSL | 228.21º | 0.71% | 0.31% | - |
| HSV(B) | 228.21º | 0.83% | 0.53% | - |
| XYZ | 5.66 | 3.81 | 23.36 | - |
| YUV | 48.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 135 | 0.83 | 0.67 | 0 | 0.47 | 228.21 | 0.71 | 0.31 |
| Hex | 17 | 2D | 87 | 53 | 43 | 0 | 2F | E4 | 47 | 1F |
| Octal | 27 | 55 | 207 | 123 | 103 | 0 | 57 | 344 | 107 | 37 |
| Binary | 10111 | 101101 | 10000111 | 1010011 | 1000011 | 0 | 101111 | 11100100 | 1000111 | 11111 |
Color Harmonies of #172D87
Complementary color
Monochromatic Colors of #172D87
Black with #172D87
Text Example
Text Example
White with #172D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D87; }
p { color: rgb(23,45,135); }
H1.HeaderClassName
{
color: #172D87;
}
.AnyTagClassName
{
color: #172D87;
}
</style>
background-color css
<style>
a { background-color: #172D87; }
a { background-color: rgb(23,45,135); }
div.DivClassName
{
background-color: #172D87;
}
.BgClassName
{
background-color: #172D87;
}
</style>
border-color css
<style>
span { border-color: #172D87; }
span { border-color: rgb(23,45,135); }
td.TdClassName
{
border-color: #172D87;
}
.TagClassName
{
border-color: #172D87;
}
</style>