Shades of Tiber #134349
Tints of Tiber #134349
RGB
CMYK
RGB Variations
Color information
#134349 (or 0x134349) is known color: Tiber. HEX triplet: 13, 43 and 49. RGB value is (19,67,73). Sum of RGB (Red+Green+Blue) = 19+67+73=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #134349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134349 is #ECBCB6. Grayscale: #353535. Windows color (decimal): -15514807 or 4801299. OLE color: 4801299.
HSL color Cylindrical-coordinate representation of color #134349: hue angle of 186.67º 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 #134349 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 67 | 73 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.71 |
| HSL | 186.67º | 0.59% | 0.18% | - |
| HSV(B) | 186.67º | 0.74% | 0.29% | - |
| XYZ | 3.48 | 4.63 | 7.01 | - |
| YUV | 53.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 73 | 0.74 | 0.08 | 0 | 0.71 | 186.67 | 0.59 | 0.18 |
| Hex | 13 | 43 | 49 | 4A | 8 | 0 | 47 | BB | 3B | 12 |
| Octal | 23 | 103 | 111 | 112 | 10 | 0 | 107 | 273 | 73 | 22 |
| Binary | 10011 | 1000011 | 1001001 | 1001010 | 1000 | 0 | 1000111 | 10111011 | 111011 | 10010 |
Color Harmonies of #134349
Complementary color
Monochromatic Colors of #134349
Black with #134349
Text Example
Text Example
White with #134349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134349; }
p { color: rgb(19,67,73); }
H1.HeaderClassName
{
color: #134349;
}
.AnyTagClassName
{
color: #134349;
}
</style>
background-color css
<style>
a { background-color: #134349; }
a { background-color: rgb(19,67,73); }
div.DivClassName
{
background-color: #134349;
}
.BgClassName
{
background-color: #134349;
}
</style>
border-color css
<style>
span { border-color: #134349; }
span { border-color: rgb(19,67,73); }
td.TdClassName
{
border-color: #134349;
}
.TagClassName
{
border-color: #134349;
}
</style>