Shades of Tiber #113F47
Tints of Tiber #113F47
RGB
CMYK
RGB Variations
Color information
#113F47 (or 0x113F47) is known color: Tiber. HEX triplet: 11, 3F and 47. RGB value is (17,63,71). Sum of RGB (Red+Green+Blue) = 17+63+71=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #113F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F47 is #EEC0B8. Grayscale: #323232. Windows color (decimal): -15646905 or 4669201. OLE color: 4669201.
HSL color Cylindrical-coordinate representation of color #113F47: hue angle of 188.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113F47 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 63 | 71 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.72 |
| HSL | 188.89º | 0.61% | 0.17% | - |
| HSV(B) | 188.89º | 0.76% | 0.28% | - |
| XYZ | 3.15 | 4.13 | 6.59 | - |
| YUV | 50.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 71 | 0.76 | 0.11 | 0 | 0.72 | 188.89 | 0.61 | 0.17 |
| Hex | 11 | 3F | 47 | 4C | B | 0 | 48 | BD | 3D | 11 |
| Octal | 21 | 77 | 107 | 114 | 13 | 0 | 110 | 275 | 75 | 21 |
| Binary | 10001 | 111111 | 1000111 | 1001100 | 1011 | 0 | 1001000 | 10111101 | 111101 | 10001 |
Color Harmonies of #113F47
Complementary color
Monochromatic Colors of #113F47
Black with #113F47
Text Example
Text Example
White with #113F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F47; }
p { color: rgb(17,63,71); }
H1.HeaderClassName
{
color: #113F47;
}
.AnyTagClassName
{
color: #113F47;
}
</style>
background-color css
<style>
a { background-color: #113F47; }
a { background-color: rgb(17,63,71); }
div.DivClassName
{
background-color: #113F47;
}
.BgClassName
{
background-color: #113F47;
}
</style>
border-color css
<style>
span { border-color: #113F47; }
span { border-color: rgb(17,63,71); }
td.TdClassName
{
border-color: #113F47;
}
.TagClassName
{
border-color: #113F47;
}
</style>