Shades of Tiber #113E47
Tints of Tiber #113E47
RGB
CMYK
RGB Variations
Color information
#113E47 (or 0x113E47) is known color: Tiber. HEX triplet: 11, 3E and 47. RGB value is (17,62,71). Sum of RGB (Red+Green+Blue) = 17+62+71=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #113E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E47 is #EEC1B8. Grayscale: #313131. Windows color (decimal): -15647161 or 4668945. OLE color: 4668945.
HSL color Cylindrical-coordinate representation of color #113E47: hue angle of 190º 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 #113E47 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 62 | 71 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.72 |
| HSL | 190º | 0.61% | 0.17% | - |
| HSV(B) | 190º | 0.76% | 0.28% | - |
| XYZ | 3.09 | 4.02 | 6.57 | - |
| YUV | 49.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 71 | 0.76 | 0.13 | 0 | 0.72 | 190 | 0.61 | 0.17 |
| Hex | 11 | 3E | 47 | 4C | D | 0 | 48 | BE | 3D | 11 |
| Octal | 21 | 76 | 107 | 114 | 15 | 0 | 110 | 276 | 75 | 21 |
| Binary | 10001 | 111110 | 1000111 | 1001100 | 1101 | 0 | 1001000 | 10111110 | 111101 | 10001 |
Color Harmonies of #113E47
Complementary color
Monochromatic Colors of #113E47
Black with #113E47
Text Example
Text Example
White with #113E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E47; }
p { color: rgb(17,62,71); }
H1.HeaderClassName
{
color: #113E47;
}
.AnyTagClassName
{
color: #113E47;
}
</style>
background-color css
<style>
a { background-color: #113E47; }
a { background-color: rgb(17,62,71); }
div.DivClassName
{
background-color: #113E47;
}
.BgClassName
{
background-color: #113E47;
}
</style>
border-color css
<style>
span { border-color: #113E47; }
span { border-color: rgb(17,62,71); }
td.TdClassName
{
border-color: #113E47;
}
.TagClassName
{
border-color: #113E47;
}
</style>