Shades of Teal Blue #134A54
Tints of Teal Blue #134A54
RGB
CMYK
RGB Variations
Color information
#134A54 (or 0x134A54) is known color: Teal Blue. HEX triplet: 13, 4A and 54. RGB value is (19,74,84). Sum of RGB (Red+Green+Blue) = 19+74+84=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #134A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A54 is #ECB5AB. Grayscale: #3A3A3A. Windows color (decimal): -15513004 or 5523987. OLE color: 5523987.
HSL color Cylindrical-coordinate representation of color #134A54: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134A54 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 74 | 84 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.67 |
| HSL | 189.23º | 0.63% | 0.2% | - |
| HSV(B) | 189.23º | 0.77% | 0.33% | - |
| XYZ | 4.32 | 5.68 | 9.26 | - |
| YUV | 58.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 84 | 0.77 | 0.12 | 0 | 0.67 | 189.23 | 0.63 | 0.2 |
| Hex | 13 | 4A | 54 | 4D | C | 0 | 43 | BD | 3F | 14 |
| Octal | 23 | 112 | 124 | 115 | 14 | 0 | 103 | 275 | 77 | 24 |
| Binary | 10011 | 1001010 | 1010100 | 1001101 | 1100 | 0 | 1000011 | 10111101 | 111111 | 10100 |
Color Harmonies of #134A54
Complementary color
Monochromatic Colors of #134A54
Black with #134A54
Text Example
Text Example
White with #134A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A54; }
p { color: rgb(19,74,84); }
H1.HeaderClassName
{
color: #134A54;
}
.AnyTagClassName
{
color: #134A54;
}
</style>
background-color css
<style>
a { background-color: #134A54; }
a { background-color: rgb(19,74,84); }
div.DivClassName
{
background-color: #134A54;
}
.BgClassName
{
background-color: #134A54;
}
</style>
border-color css
<style>
span { border-color: #134A54; }
span { border-color: rgb(19,74,84); }
td.TdClassName
{
border-color: #134A54;
}
.TagClassName
{
border-color: #134A54;
}
</style>