Shades of Smalt #113C90
Tints of Smalt #113C90
RGB
CMYK
RGB Variations
Color information
#113C90 (or 0x113C90) is known color: Smalt. HEX triplet: 11, 3C and 90. RGB value is (17,60,144). Sum of RGB (Red+Green+Blue) = 17+60+144=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #113C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C90 is #EEC36F. Grayscale: #383838. Windows color (decimal): -15647600 or 9452561. OLE color: 9452561.
HSL color Cylindrical-coordinate representation of color #113C90: hue angle of 219.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113C90 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 60 | 144 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.44 |
| HSL | 219.69º | 0.79% | 0.32% | - |
| HSV(B) | 219.69º | 0.88% | 0.56% | - |
| XYZ | 6.88 | 5.36 | 27.06 | - |
| YUV | 56.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 144 | 0.88 | 0.58 | 0 | 0.44 | 219.69 | 0.79 | 0.32 |
| Hex | 11 | 3C | 90 | 58 | 3A | 0 | 2C | DC | 4F | 20 |
| Octal | 21 | 74 | 220 | 130 | 72 | 0 | 54 | 334 | 117 | 40 |
| Binary | 10001 | 111100 | 10010000 | 1011000 | 111010 | 0 | 101100 | 11011100 | 1001111 | 100000 |
Color Harmonies of #113C90
Complementary color
Monochromatic Colors of #113C90
Black with #113C90
Text Example
Text Example
White with #113C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C90; }
p { color: rgb(17,60,144); }
H1.HeaderClassName
{
color: #113C90;
}
.AnyTagClassName
{
color: #113C90;
}
</style>
background-color css
<style>
a { background-color: #113C90; }
a { background-color: rgb(17,60,144); }
div.DivClassName
{
background-color: #113C90;
}
.BgClassName
{
background-color: #113C90;
}
</style>
border-color css
<style>
span { border-color: #113C90; }
span { border-color: rgb(17,60,144); }
td.TdClassName
{
border-color: #113C90;
}
.TagClassName
{
border-color: #113C90;
}
</style>