Shades of Smalt #172F83
Tints of Smalt #172F83
RGB
CMYK
RGB Variations
Color information
#172F83 (or 0x172F83) is known color: Smalt. HEX triplet: 17, 2F and 83. RGB value is (23,47,131). Sum of RGB (Red+Green+Blue) = 23+47+131=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #172F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F83 is #E8D07C. Grayscale: #313131. Windows color (decimal): -15257725 or 8597271. OLE color: 8597271.
HSL color Cylindrical-coordinate representation of color #172F83: hue angle of 226.67º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172F83 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 47 | 131 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.49 |
| HSL | 226.67º | 0.7% | 0.3% | - |
| HSV(B) | 226.67º | 0.82% | 0.51% | - |
| XYZ | 5.47 | 3.85 | 21.93 | - |
| YUV | 49.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 131 | 0.82 | 0.64 | 0 | 0.49 | 226.67 | 0.7 | 0.3 |
| Hex | 17 | 2F | 83 | 52 | 40 | 0 | 31 | E3 | 46 | 1E |
| Octal | 27 | 57 | 203 | 122 | 100 | 0 | 61 | 343 | 106 | 36 |
| Binary | 10111 | 101111 | 10000011 | 1010010 | 1000000 | 0 | 110001 | 11100011 | 1000110 | 11110 |
Color Harmonies of #172F83
Complementary color
Monochromatic Colors of #172F83
Black with #172F83
Text Example
Text Example
White with #172F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F83; }
p { color: rgb(23,47,131); }
H1.HeaderClassName
{
color: #172F83;
}
.AnyTagClassName
{
color: #172F83;
}
</style>
background-color css
<style>
a { background-color: #172F83; }
a { background-color: rgb(23,47,131); }
div.DivClassName
{
background-color: #172F83;
}
.BgClassName
{
background-color: #172F83;
}
</style>
border-color css
<style>
span { border-color: #172F83; }
span { border-color: rgb(23,47,131); }
td.TdClassName
{
border-color: #172F83;
}
.TagClassName
{
border-color: #172F83;
}
</style>