Shades of Tiber #134147
Tints of Tiber #134147
RGB
CMYK
RGB Variations
Color information
#134147 (or 0x134147) is known color: Tiber. HEX triplet: 13, 41 and 47. RGB value is (19,65,71). Sum of RGB (Red+Green+Blue) = 19+65+71=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #134147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134147 is #ECBEB8. Grayscale: #333333. Windows color (decimal): -15515321 or 4669715. OLE color: 4669715.
HSL color Cylindrical-coordinate representation of color #134147: hue angle of 186.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134147 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 65 | 71 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.72 |
| HSL | 186.92º | 0.58% | 0.18% | - |
| HSV(B) | 186.92º | 0.73% | 0.28% | - |
| XYZ | 3.3 | 4.37 | 6.63 | - |
| YUV | 51.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 71 | 0.73 | 0.08 | 0 | 0.72 | 186.92 | 0.58 | 0.18 |
| Hex | 13 | 41 | 47 | 49 | 8 | 0 | 48 | BB | 3A | 12 |
| Octal | 23 | 101 | 107 | 111 | 10 | 0 | 110 | 273 | 72 | 22 |
| Binary | 10011 | 1000001 | 1000111 | 1001001 | 1000 | 0 | 1001000 | 10111011 | 111010 | 10010 |
Color Harmonies of #134147
Complementary color
Monochromatic Colors of #134147
Black with #134147
Text Example
Text Example
White with #134147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134147; }
p { color: rgb(19,65,71); }
H1.HeaderClassName
{
color: #134147;
}
.AnyTagClassName
{
color: #134147;
}
</style>
background-color css
<style>
a { background-color: #134147; }
a { background-color: rgb(19,65,71); }
div.DivClassName
{
background-color: #134147;
}
.BgClassName
{
background-color: #134147;
}
</style>
border-color css
<style>
span { border-color: #134147; }
span { border-color: rgb(19,65,71); }
td.TdClassName
{
border-color: #134147;
}
.TagClassName
{
border-color: #134147;
}
</style>