Shades of Teal Blue #134B59
Tints of Teal Blue #134B59
RGB
CMYK
RGB Variations
Color information
#134B59 (or 0x134B59) is known color: Teal Blue. HEX triplet: 13, 4B and 59. RGB value is (19,75,89). Sum of RGB (Red+Green+Blue) = 19+75+89=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #134B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B59 is #ECB4A6. Grayscale: #3B3B3B. Windows color (decimal): -15512743 or 5851923. OLE color: 5851923.
HSL color Cylindrical-coordinate representation of color #134B59: hue angle of 192º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134B59 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 75 | 89 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.65 |
| HSL | 192º | 0.65% | 0.21% | - |
| HSV(B) | 192º | 0.79% | 0.35% | - |
| XYZ | 4.59 | 5.89 | 10.35 | - |
| YUV | 59.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 89 | 0.79 | 0.16 | 0 | 0.65 | 192 | 0.65 | 0.21 |
| Hex | 13 | 4B | 59 | 4F | 10 | 0 | 41 | C0 | 41 | 15 |
| Octal | 23 | 113 | 131 | 117 | 20 | 0 | 101 | 300 | 101 | 25 |
| Binary | 10011 | 1001011 | 1011001 | 1001111 | 10000 | 0 | 1000001 | 11000000 | 1000001 | 10101 |
Color Harmonies of #134B59
Complementary color
Monochromatic Colors of #134B59
Black with #134B59
Text Example
Text Example
White with #134B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B59; }
p { color: rgb(19,75,89); }
H1.HeaderClassName
{
color: #134B59;
}
.AnyTagClassName
{
color: #134B59;
}
</style>
background-color css
<style>
a { background-color: #134B59; }
a { background-color: rgb(19,75,89); }
div.DivClassName
{
background-color: #134B59;
}
.BgClassName
{
background-color: #134B59;
}
</style>
border-color css
<style>
span { border-color: #134B59; }
span { border-color: rgb(19,75,89); }
td.TdClassName
{
border-color: #134B59;
}
.TagClassName
{
border-color: #134B59;
}
</style>