Shades of Teal Blue #134B55
Tints of Teal Blue #134B55
RGB
CMYK
RGB Variations
Color information
#134B55 (or 0x134B55) is known color: Teal Blue. HEX triplet: 13, 4B and 55. RGB value is (19,75,85). Sum of RGB (Red+Green+Blue) = 19+75+85=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #134B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B55 is #ECB4AA. Grayscale: #3B3B3B. Windows color (decimal): -15512747 or 5589779. OLE color: 5589779.
HSL color Cylindrical-coordinate representation of color #134B55: hue angle of 189.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134B55 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 75 | 85 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.67 |
| HSL | 189.09º | 0.63% | 0.2% | - |
| HSV(B) | 189.09º | 0.78% | 0.33% | - |
| XYZ | 4.42 | 5.83 | 9.49 | - |
| YUV | 59.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 85 | 0.78 | 0.12 | 0 | 0.67 | 189.09 | 0.63 | 0.2 |
| Hex | 13 | 4B | 55 | 4E | C | 0 | 43 | BD | 3F | 14 |
| Octal | 23 | 113 | 125 | 116 | 14 | 0 | 103 | 275 | 77 | 24 |
| Binary | 10011 | 1001011 | 1010101 | 1001110 | 1100 | 0 | 1000011 | 10111101 | 111111 | 10100 |
Color Harmonies of #134B55
Complementary color
Monochromatic Colors of #134B55
Black with #134B55
Text Example
Text Example
White with #134B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B55; }
p { color: rgb(19,75,85); }
H1.HeaderClassName
{
color: #134B55;
}
.AnyTagClassName
{
color: #134B55;
}
</style>
background-color css
<style>
a { background-color: #134B55; }
a { background-color: rgb(19,75,85); }
div.DivClassName
{
background-color: #134B55;
}
.BgClassName
{
background-color: #134B55;
}
</style>
border-color css
<style>
span { border-color: #134B55; }
span { border-color: rgb(19,75,85); }
td.TdClassName
{
border-color: #134B55;
}
.TagClassName
{
border-color: #134B55;
}
</style>