Shades of Smalt #17398B
Tints of Smalt #17398B
RGB
CMYK
RGB Variations
Color information
#17398B (or 0x17398B) is known color: Smalt. HEX triplet: 17, 39 and 8B. RGB value is (23,57,139). Sum of RGB (Red+Green+Blue) = 23+57+139=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #17398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17398B is #E8C674. Grayscale: #373737. Windows color (decimal): -15255157 or 9124119. OLE color: 9124119.
HSL color Cylindrical-coordinate representation of color #17398B: hue angle of 222.41º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17398B is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 57 | 139 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.45 |
| HSL | 222.41º | 0.72% | 0.32% | - |
| HSV(B) | 222.41º | 0.83% | 0.55% | - |
| XYZ | 6.48 | 4.97 | 25.04 | - |
| YUV | 56.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 139 | 0.83 | 0.59 | 0 | 0.45 | 222.41 | 0.72 | 0.32 |
| Hex | 17 | 39 | 8B | 53 | 3B | 0 | 2D | DE | 48 | 20 |
| Octal | 27 | 71 | 213 | 123 | 73 | 0 | 55 | 336 | 110 | 40 |
| Binary | 10111 | 111001 | 10001011 | 1010011 | 111011 | 0 | 101101 | 11011110 | 1001000 | 100000 |
Color Harmonies of #17398B
Complementary color
Monochromatic Colors of #17398B
Black with #17398B
Text Example
Text Example
White with #17398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17398B; }
p { color: rgb(23,57,139); }
H1.HeaderClassName
{
color: #17398B;
}
.AnyTagClassName
{
color: #17398B;
}
</style>
background-color css
<style>
a { background-color: #17398B; }
a { background-color: rgb(23,57,139); }
div.DivClassName
{
background-color: #17398B;
}
.BgClassName
{
background-color: #17398B;
}
</style>
border-color css
<style>
span { border-color: #17398B; }
span { border-color: rgb(23,57,139); }
td.TdClassName
{
border-color: #17398B;
}
.TagClassName
{
border-color: #17398B;
}
</style>