Shades of Tiber #113F4A
Tints of Tiber #113F4A
RGB
CMYK
RGB Variations
Color information
#113F4A (or 0x113F4A) is known color: Tiber. HEX triplet: 11, 3F and 4A. RGB value is (17,63,74). Sum of RGB (Red+Green+Blue) = 17+63+74=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #113F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F4A is #EEC0B5. Grayscale: #323232. Windows color (decimal): -15646902 or 4865809. OLE color: 4865809.
HSL color Cylindrical-coordinate representation of color #113F4A: hue angle of 191.58º degrees, saturation: 0.63, 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 #113F4A is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 63 | 74 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.71 |
| HSL | 191.58º | 0.63% | 0.18% | - |
| HSV(B) | 191.58º | 0.77% | 0.29% | - |
| XYZ | 3.24 | 4.17 | 7.11 | - |
| YUV | 50.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 74 | 0.77 | 0.15 | 0 | 0.71 | 191.58 | 0.63 | 0.18 |
| Hex | 11 | 3F | 4A | 4D | F | 0 | 47 | C0 | 3F | 12 |
| Octal | 21 | 77 | 112 | 115 | 17 | 0 | 107 | 300 | 77 | 22 |
| Binary | 10001 | 111111 | 1001010 | 1001101 | 1111 | 0 | 1000111 | 11000000 | 111111 | 10010 |
Color Harmonies of #113F4A
Complementary color
Monochromatic Colors of #113F4A
Black with #113F4A
Text Example
Text Example
White with #113F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F4A; }
p { color: rgb(17,63,74); }
H1.HeaderClassName
{
color: #113F4A;
}
.AnyTagClassName
{
color: #113F4A;
}
</style>
background-color css
<style>
a { background-color: #113F4A; }
a { background-color: rgb(17,63,74); }
div.DivClassName
{
background-color: #113F4A;
}
.BgClassName
{
background-color: #113F4A;
}
</style>
border-color css
<style>
span { border-color: #113F4A; }
span { border-color: rgb(17,63,74); }
td.TdClassName
{
border-color: #113F4A;
}
.TagClassName
{
border-color: #113F4A;
}
</style>