Shades of Teal Blue #134955
Tints of Teal Blue #134955
RGB
CMYK
RGB Variations
Color information
#134955 (or 0x134955) is known color: Teal Blue. HEX triplet: 13, 49 and 55. RGB value is (19,73,85). Sum of RGB (Red+Green+Blue) = 19+73+85=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #134955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134955 is #ECB6AA. Grayscale: #3A3A3A. Windows color (decimal): -15513259 or 5589267. OLE color: 5589267.
HSL color Cylindrical-coordinate representation of color #134955: hue angle of 190.91º 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 #134955 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 73 | 85 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.67 |
| HSL | 190.91º | 0.63% | 0.2% | - |
| HSV(B) | 190.91º | 0.78% | 0.33% | - |
| XYZ | 4.29 | 5.56 | 9.44 | - |
| YUV | 58.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 85 | 0.78 | 0.14 | 0 | 0.67 | 190.91 | 0.63 | 0.2 |
| Hex | 13 | 49 | 55 | 4E | E | 0 | 43 | BF | 3F | 14 |
| Octal | 23 | 111 | 125 | 116 | 16 | 0 | 103 | 277 | 77 | 24 |
| Binary | 10011 | 1001001 | 1010101 | 1001110 | 1110 | 0 | 1000011 | 10111111 | 111111 | 10100 |
Color Harmonies of #134955
Complementary color
Monochromatic Colors of #134955
Black with #134955
Text Example
Text Example
White with #134955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134955; }
p { color: rgb(19,73,85); }
H1.HeaderClassName
{
color: #134955;
}
.AnyTagClassName
{
color: #134955;
}
</style>
background-color css
<style>
a { background-color: #134955; }
a { background-color: rgb(19,73,85); }
div.DivClassName
{
background-color: #134955;
}
.BgClassName
{
background-color: #134955;
}
</style>
border-color css
<style>
span { border-color: #134955; }
span { border-color: rgb(19,73,85); }
td.TdClassName
{
border-color: #134955;
}
.TagClassName
{
border-color: #134955;
}
</style>