Shades of Tiber #113E49
Tints of Tiber #113E49
RGB
CMYK
RGB Variations
Color information
#113E49 (or 0x113E49) is known color: Tiber. HEX triplet: 11, 3E and 49. RGB value is (17,62,73). Sum of RGB (Red+Green+Blue) = 17+62+73=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #113E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E49 is #EEC1B6. Grayscale: #313131. Windows color (decimal): -15647159 or 4800017. OLE color: 4800017.
HSL color Cylindrical-coordinate representation of color #113E49: hue angle of 191.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113E49 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 62 | 73 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.71 |
| HSL | 191.79º | 0.62% | 0.18% | - |
| HSV(B) | 191.79º | 0.77% | 0.29% | - |
| XYZ | 3.16 | 4.05 | 6.92 | - |
| YUV | 49.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 73 | 0.77 | 0.15 | 0 | 0.71 | 191.79 | 0.62 | 0.18 |
| Hex | 11 | 3E | 49 | 4D | F | 0 | 47 | C0 | 3E | 12 |
| Octal | 21 | 76 | 111 | 115 | 17 | 0 | 107 | 300 | 76 | 22 |
| Binary | 10001 | 111110 | 1001001 | 1001101 | 1111 | 0 | 1000111 | 11000000 | 111110 | 10010 |
Color Harmonies of #113E49
Complementary color
Monochromatic Colors of #113E49
Black with #113E49
Text Example
Text Example
White with #113E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E49; }
p { color: rgb(17,62,73); }
H1.HeaderClassName
{
color: #113E49;
}
.AnyTagClassName
{
color: #113E49;
}
</style>
background-color css
<style>
a { background-color: #113E49; }
a { background-color: rgb(17,62,73); }
div.DivClassName
{
background-color: #113E49;
}
.BgClassName
{
background-color: #113E49;
}
</style>
border-color css
<style>
span { border-color: #113E49; }
span { border-color: rgb(17,62,73); }
td.TdClassName
{
border-color: #113E49;
}
.TagClassName
{
border-color: #113E49;
}
</style>