Shades of Tiber #134049
Tints of Tiber #134049
RGB
CMYK
RGB Variations
Color information
#134049 (or 0x134049) is known color: Tiber. HEX triplet: 13, 40 and 49. RGB value is (19,64,73). Sum of RGB (Red+Green+Blue) = 19+64+73=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #134049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134049 is #ECBFB6. Grayscale: #333333. Windows color (decimal): -15515575 or 4800531. OLE color: 4800531.
HSL color Cylindrical-coordinate representation of color #134049: hue angle of 190º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134049 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 64 | 73 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.71 |
| HSL | 190º | 0.59% | 0.18% | - |
| HSV(B) | 190º | 0.74% | 0.29% | - |
| XYZ | 3.3 | 4.29 | 6.96 | - |
| YUV | 51.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 73 | 0.74 | 0.12 | 0 | 0.71 | 190 | 0.59 | 0.18 |
| Hex | 13 | 40 | 49 | 4A | C | 0 | 47 | BE | 3B | 12 |
| Octal | 23 | 100 | 111 | 112 | 14 | 0 | 107 | 276 | 73 | 22 |
| Binary | 10011 | 1000000 | 1001001 | 1001010 | 1100 | 0 | 1000111 | 10111110 | 111011 | 10010 |
Color Harmonies of #134049
Complementary color
Monochromatic Colors of #134049
Black with #134049
Text Example
Text Example
White with #134049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134049; }
p { color: rgb(19,64,73); }
H1.HeaderClassName
{
color: #134049;
}
.AnyTagClassName
{
color: #134049;
}
</style>
background-color css
<style>
a { background-color: #134049; }
a { background-color: rgb(19,64,73); }
div.DivClassName
{
background-color: #134049;
}
.BgClassName
{
background-color: #134049;
}
</style>
border-color css
<style>
span { border-color: #134049; }
span { border-color: rgb(19,64,73); }
td.TdClassName
{
border-color: #134049;
}
.TagClassName
{
border-color: #134049;
}
</style>