Shades of Tiber #134346
Tints of Tiber #134346
RGB
CMYK
RGB Variations
Color information
#134346 (or 0x134346) is known color: Tiber. HEX triplet: 13, 43 and 46. RGB value is (19,67,70). Sum of RGB (Red+Green+Blue) = 19+67+70=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #134346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134346 is #ECBCB9. Grayscale: #343434. Windows color (decimal): -15514810 or 4604691. OLE color: 4604691.
HSL color Cylindrical-coordinate representation of color #134346: hue angle of 183.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134346 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 67 | 70 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.73 |
| HSL | 183.53º | 0.57% | 0.17% | - |
| HSV(B) | 183.53º | 0.73% | 0.27% | - |
| XYZ | 3.38 | 4.59 | 6.5 | - |
| YUV | 52.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 70 | 0.73 | 0.04 | 0 | 0.73 | 183.53 | 0.57 | 0.17 |
| Hex | 13 | 43 | 46 | 49 | 4 | 0 | 49 | B8 | 39 | 11 |
| Octal | 23 | 103 | 106 | 111 | 4 | 0 | 111 | 270 | 71 | 21 |
| Binary | 10011 | 1000011 | 1000110 | 1001001 | 100 | 0 | 1001001 | 10111000 | 111001 | 10001 |
Color Harmonies of #134346
Complementary color
Monochromatic Colors of #134346
Black with #134346
Text Example
Text Example
White with #134346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134346; }
p { color: rgb(19,67,70); }
H1.HeaderClassName
{
color: #134346;
}
.AnyTagClassName
{
color: #134346;
}
</style>
background-color css
<style>
a { background-color: #134346; }
a { background-color: rgb(19,67,70); }
div.DivClassName
{
background-color: #134346;
}
.BgClassName
{
background-color: #134346;
}
</style>
border-color css
<style>
span { border-color: #134346; }
span { border-color: rgb(19,67,70); }
td.TdClassName
{
border-color: #134346;
}
.TagClassName
{
border-color: #134346;
}
</style>