Shades of Smalt #17398A
Tints of Smalt #17398A
RGB
CMYK
RGB Variations
Color information
#17398A (or 0x17398A) is known color: Smalt. HEX triplet: 17, 39 and 8A. RGB value is (23,57,138). Sum of RGB (Red+Green+Blue) = 23+57+138=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #17398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17398A is #E8C675. Grayscale: #373737. Windows color (decimal): -15255158 or 9058583. OLE color: 9058583.
HSL color Cylindrical-coordinate representation of color #17398A: hue angle of 222.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17398A is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 57 | 138 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.46 |
| HSL | 222.26º | 0.71% | 0.32% | - |
| HSV(B) | 222.26º | 0.83% | 0.54% | - |
| XYZ | 6.4 | 4.94 | 24.66 | - |
| YUV | 56.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 138 | 0.83 | 0.59 | 0 | 0.46 | 222.26 | 0.71 | 0.32 |
| Hex | 17 | 39 | 8A | 53 | 3B | 0 | 2E | DE | 47 | 20 |
| Octal | 27 | 71 | 212 | 123 | 73 | 0 | 56 | 336 | 107 | 40 |
| Binary | 10111 | 111001 | 10001010 | 1010011 | 111011 | 0 | 101110 | 11011110 | 1000111 | 100000 |
Color Harmonies of #17398A
Complementary color
Monochromatic Colors of #17398A
Black with #17398A
Text Example
Text Example
White with #17398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17398A; }
p { color: rgb(23,57,138); }
H1.HeaderClassName
{
color: #17398A;
}
.AnyTagClassName
{
color: #17398A;
}
</style>
background-color css
<style>
a { background-color: #17398A; }
a { background-color: rgb(23,57,138); }
div.DivClassName
{
background-color: #17398A;
}
.BgClassName
{
background-color: #17398A;
}
</style>
border-color css
<style>
span { border-color: #17398A; }
span { border-color: rgb(23,57,138); }
td.TdClassName
{
border-color: #17398A;
}
.TagClassName
{
border-color: #17398A;
}
</style>