Shades of Teal Blue #134A57
Tints of Teal Blue #134A57
RGB
CMYK
RGB Variations
Color information
#134A57 (or 0x134A57) is known color: Teal Blue. HEX triplet: 13, 4A and 57. RGB value is (19,74,87). Sum of RGB (Red+Green+Blue) = 19+74+87=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #134A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A57 is #ECB5A8. Grayscale: #3A3A3A. Windows color (decimal): -15513001 or 5720595. OLE color: 5720595.
HSL color Cylindrical-coordinate representation of color #134A57: hue angle of 191.47º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134A57 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 74 | 87 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.66 |
| HSL | 191.47º | 0.64% | 0.21% | - |
| HSV(B) | 191.47º | 0.78% | 0.34% | - |
| XYZ | 4.44 | 5.72 | 9.89 | - |
| YUV | 59.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 87 | 0.78 | 0.15 | 0 | 0.66 | 191.47 | 0.64 | 0.21 |
| Hex | 13 | 4A | 57 | 4E | F | 0 | 42 | BF | 40 | 15 |
| Octal | 23 | 112 | 127 | 116 | 17 | 0 | 102 | 277 | 100 | 25 |
| Binary | 10011 | 1001010 | 1010111 | 1001110 | 1111 | 0 | 1000010 | 10111111 | 1000000 | 10101 |
Color Harmonies of #134A57
Complementary color
Monochromatic Colors of #134A57
Black with #134A57
Text Example
Text Example
White with #134A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A57; }
p { color: rgb(19,74,87); }
H1.HeaderClassName
{
color: #134A57;
}
.AnyTagClassName
{
color: #134A57;
}
</style>
background-color css
<style>
a { background-color: #134A57; }
a { background-color: rgb(19,74,87); }
div.DivClassName
{
background-color: #134A57;
}
.BgClassName
{
background-color: #134A57;
}
</style>
border-color css
<style>
span { border-color: #134A57; }
span { border-color: rgb(19,74,87); }
td.TdClassName
{
border-color: #134A57;
}
.TagClassName
{
border-color: #134A57;
}
</style>