Shades of Smalt #11398B
Tints of Smalt #11398B
RGB
CMYK
RGB Variations
Color information
#11398B (or 0x11398B) is known color: Smalt. HEX triplet: 11, 39 and 8B. RGB value is (17,57,139). Sum of RGB (Red+Green+Blue) = 17+57+139=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #11398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11398B is #EEC674. Grayscale: #363636. Windows color (decimal): -15648373 or 9124113. OLE color: 9124113.
HSL color Cylindrical-coordinate representation of color #11398B: hue angle of 220.33º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11398B is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 57 | 139 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.45 |
| HSL | 220.33º | 0.78% | 0.31% | - |
| HSV(B) | 220.33º | 0.88% | 0.55% | - |
| XYZ | 6.35 | 4.91 | 25.04 | - |
| YUV | 54.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 139 | 0.88 | 0.59 | 0 | 0.45 | 220.33 | 0.78 | 0.31 |
| Hex | 11 | 39 | 8B | 58 | 3B | 0 | 2D | DC | 4E | 1F |
| Octal | 21 | 71 | 213 | 130 | 73 | 0 | 55 | 334 | 116 | 37 |
| Binary | 10001 | 111001 | 10001011 | 1011000 | 111011 | 0 | 101101 | 11011100 | 1001110 | 11111 |
Color Harmonies of #11398B
Complementary color
Monochromatic Colors of #11398B
Black with #11398B
Text Example
Text Example
White with #11398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11398B; }
p { color: rgb(17,57,139); }
H1.HeaderClassName
{
color: #11398B;
}
.AnyTagClassName
{
color: #11398B;
}
</style>
background-color css
<style>
a { background-color: #11398B; }
a { background-color: rgb(17,57,139); }
div.DivClassName
{
background-color: #11398B;
}
.BgClassName
{
background-color: #11398B;
}
</style>
border-color css
<style>
span { border-color: #11398B; }
span { border-color: rgb(17,57,139); }
td.TdClassName
{
border-color: #11398B;
}
.TagClassName
{
border-color: #11398B;
}
</style>