Shades of Smalt #113D91
Tints of Smalt #113D91
RGB
CMYK
RGB Variations
Color information
#113D91 (or 0x113D91) is known color: Smalt. HEX triplet: 11, 3D and 91. RGB value is (17,61,145). Sum of RGB (Red+Green+Blue) = 17+61+145=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #113D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D91 is #EEC26E. Grayscale: #393939. Windows color (decimal): -15647343 or 9518353. OLE color: 9518353.
HSL color Cylindrical-coordinate representation of color #113D91: hue angle of 219.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113D91 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 61 | 145 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.43 |
| HSL | 219.38º | 0.79% | 0.32% | - |
| HSV(B) | 219.38º | 0.88% | 0.57% | - |
| XYZ | 7.01 | 5.5 | 27.48 | - |
| YUV | 57.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 145 | 0.88 | 0.58 | 0 | 0.43 | 219.38 | 0.79 | 0.32 |
| Hex | 11 | 3D | 91 | 58 | 3A | 0 | 2B | DB | 4F | 20 |
| Octal | 21 | 75 | 221 | 130 | 72 | 0 | 53 | 333 | 117 | 40 |
| Binary | 10001 | 111101 | 10010001 | 1011000 | 111010 | 0 | 101011 | 11011011 | 1001111 | 100000 |
Color Harmonies of #113D91
Complementary color
Monochromatic Colors of #113D91
Black with #113D91
Text Example
Text Example
White with #113D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D91; }
p { color: rgb(17,61,145); }
H1.HeaderClassName
{
color: #113D91;
}
.AnyTagClassName
{
color: #113D91;
}
</style>
background-color css
<style>
a { background-color: #113D91; }
a { background-color: rgb(17,61,145); }
div.DivClassName
{
background-color: #113D91;
}
.BgClassName
{
background-color: #113D91;
}
</style>
border-color css
<style>
span { border-color: #113D91; }
span { border-color: rgb(17,61,145); }
td.TdClassName
{
border-color: #113D91;
}
.TagClassName
{
border-color: #113D91;
}
</style>