Shades of Smalt #113B93
Tints of Smalt #113B93
RGB
CMYK
RGB Variations
Color information
#113B93 (or 0x113B93) is known color: Smalt. HEX triplet: 11, 3B and 93. RGB value is (17,59,147). Sum of RGB (Red+Green+Blue) = 17+59+147=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #113B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B93 is #EEC46C. Grayscale: #383838. Windows color (decimal): -15647853 or 9648913. OLE color: 9648913.
HSL color Cylindrical-coordinate representation of color #113B93: hue angle of 220.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113B93 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 59 | 147 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.42 |
| HSL | 220.62º | 0.79% | 0.32% | - |
| HSV(B) | 220.62º | 0.88% | 0.58% | - |
| XYZ | 7.06 | 5.35 | 28.26 | - |
| YUV | 56.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 147 | 0.88 | 0.60 | 0 | 0.42 | 220.62 | 0.79 | 0.32 |
| Hex | 11 | 3B | 93 | 58 | 3C | 0 | 2A | DD | 4F | 20 |
| Octal | 21 | 73 | 223 | 130 | 74 | 0 | 52 | 335 | 117 | 40 |
| Binary | 10001 | 111011 | 10010011 | 1011000 | 111100 | 0 | 101010 | 11011101 | 1001111 | 100000 |
Color Harmonies of #113B93
Complementary color
Monochromatic Colors of #113B93
Black with #113B93
Text Example
Text Example
White with #113B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B93; }
p { color: rgb(17,59,147); }
H1.HeaderClassName
{
color: #113B93;
}
.AnyTagClassName
{
color: #113B93;
}
</style>
background-color css
<style>
a { background-color: #113B93; }
a { background-color: rgb(17,59,147); }
div.DivClassName
{
background-color: #113B93;
}
.BgClassName
{
background-color: #113B93;
}
</style>
border-color css
<style>
span { border-color: #113B93; }
span { border-color: rgb(17,59,147); }
td.TdClassName
{
border-color: #113B93;
}
.TagClassName
{
border-color: #113B93;
}
</style>