Shades of Teal Blue #134B58
Tints of Teal Blue #134B58
RGB
CMYK
RGB Variations
Color information
#134B58 (or 0x134B58) is known color: Teal Blue. HEX triplet: 13, 4B and 58. RGB value is (19,75,88). Sum of RGB (Red+Green+Blue) = 19+75+88=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #134B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B58 is #ECB4A7. Grayscale: #3B3B3B. Windows color (decimal): -15512744 or 5786387. OLE color: 5786387.
HSL color Cylindrical-coordinate representation of color #134B58: hue angle of 191.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134B58 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 75 | 88 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.65 |
| HSL | 191.3º | 0.64% | 0.21% | - |
| HSV(B) | 191.3º | 0.78% | 0.35% | - |
| XYZ | 4.55 | 5.88 | 10.13 | - |
| YUV | 59.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 88 | 0.78 | 0.15 | 0 | 0.65 | 191.3 | 0.64 | 0.21 |
| Hex | 13 | 4B | 58 | 4E | F | 0 | 41 | BF | 40 | 15 |
| Octal | 23 | 113 | 130 | 116 | 17 | 0 | 101 | 277 | 100 | 25 |
| Binary | 10011 | 1001011 | 1011000 | 1001110 | 1111 | 0 | 1000001 | 10111111 | 1000000 | 10101 |
Color Harmonies of #134B58
Complementary color
Monochromatic Colors of #134B58
Black with #134B58
Text Example
Text Example
White with #134B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B58; }
p { color: rgb(19,75,88); }
H1.HeaderClassName
{
color: #134B58;
}
.AnyTagClassName
{
color: #134B58;
}
</style>
background-color css
<style>
a { background-color: #134B58; }
a { background-color: rgb(19,75,88); }
div.DivClassName
{
background-color: #134B58;
}
.BgClassName
{
background-color: #134B58;
}
</style>
border-color css
<style>
span { border-color: #134B58; }
span { border-color: rgb(19,75,88); }
td.TdClassName
{
border-color: #134B58;
}
.TagClassName
{
border-color: #134B58;
}
</style>