Shades of Smalt #113A8B
Tints of Smalt #113A8B
RGB
CMYK
RGB Variations
Color information
#113A8B (or 0x113A8B) is known color: Smalt. HEX triplet: 11, 3A and 8B. RGB value is (17,58,139). Sum of RGB (Red+Green+Blue) = 17+58+139=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #113A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A8B is #EEC574. Grayscale: #363636. Windows color (decimal): -15648117 or 9124369. OLE color: 9124369.
HSL color Cylindrical-coordinate representation of color #113A8B: hue angle of 219.84º 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 #113A8B is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 58 | 139 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.45 |
| HSL | 219.84º | 0.78% | 0.31% | - |
| HSV(B) | 219.84º | 0.88% | 0.55% | - |
| XYZ | 6.4 | 5.01 | 25.06 | - |
| YUV | 54.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 139 | 0.88 | 0.58 | 0 | 0.45 | 219.84 | 0.78 | 0.31 |
| Hex | 11 | 3A | 8B | 58 | 3A | 0 | 2D | DC | 4E | 1F |
| Octal | 21 | 72 | 213 | 130 | 72 | 0 | 55 | 334 | 116 | 37 |
| Binary | 10001 | 111010 | 10001011 | 1011000 | 111010 | 0 | 101101 | 11011100 | 1001110 | 11111 |
Color Harmonies of #113A8B
Complementary color
Monochromatic Colors of #113A8B
Black with #113A8B
Text Example
Text Example
White with #113A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A8B; }
p { color: rgb(17,58,139); }
H1.HeaderClassName
{
color: #113A8B;
}
.AnyTagClassName
{
color: #113A8B;
}
</style>
background-color css
<style>
a { background-color: #113A8B; }
a { background-color: rgb(17,58,139); }
div.DivClassName
{
background-color: #113A8B;
}
.BgClassName
{
background-color: #113A8B;
}
</style>
border-color css
<style>
span { border-color: #113A8B; }
span { border-color: rgb(17,58,139); }
td.TdClassName
{
border-color: #113A8B;
}
.TagClassName
{
border-color: #113A8B;
}
</style>