Shades of Tiber #134242
Tints of Tiber #134242
RGB
CMYK
RGB Variations
Color information
#134242 (or 0x134242) is known color: Tiber. HEX triplet: 13, 42 and 42. RGB value is (19,66,66). Sum of RGB (Red+Green+Blue) = 19+66+66=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #134242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134242 is #ECBDBD. Grayscale: #333333. Windows color (decimal): -15515070 or 4342291. OLE color: 4342291.
HSL color Cylindrical-coordinate representation of color #134242: hue angle of 180º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134242 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 66 | - |
| CMYK | 0.71 | 0 | 0 | 0.74 |
| HSL | 180º | 0.55% | 0.17% | - |
| HSV(B) | 180º | 0.71% | 0.26% | - |
| XYZ | 3.2 | 4.43 | 5.84 | - |
| YUV | 51.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 66 | 0.71 | 0 | 0 | 0.74 | 180 | 0.55 | 0.17 |
| Hex | 13 | 42 | 42 | 47 | 0 | 0 | 4A | B4 | 37 | 11 |
| Octal | 23 | 102 | 102 | 107 | 0 | 0 | 112 | 264 | 67 | 21 |
| Binary | 10011 | 1000010 | 1000010 | 1000111 | 0 | 0 | 1001010 | 10110100 | 110111 | 10001 |
Color Harmonies of #134242
Complementary color
Monochromatic Colors of #134242
Black with #134242
Text Example
Text Example
White with #134242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134242; }
p { color: rgb(19,66,66); }
H1.HeaderClassName
{
color: #134242;
}
.AnyTagClassName
{
color: #134242;
}
</style>
background-color css
<style>
a { background-color: #134242; }
a { background-color: rgb(19,66,66); }
div.DivClassName
{
background-color: #134242;
}
.BgClassName
{
background-color: #134242;
}
</style>
border-color css
<style>
span { border-color: #134242; }
span { border-color: rgb(19,66,66); }
td.TdClassName
{
border-color: #134242;
}
.TagClassName
{
border-color: #134242;
}
</style>