Shades of Teal Blue #134753
Tints of Teal Blue #134753
RGB
CMYK
RGB Variations
Color information
#134753 (or 0x134753) is known color: Teal Blue. HEX triplet: 13, 47 and 53. RGB value is (19,71,83). Sum of RGB (Red+Green+Blue) = 19+71+83=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #134753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134753 is #ECB8AC. Grayscale: #383838. Windows color (decimal): -15513773 or 5457683. OLE color: 5457683.
HSL color Cylindrical-coordinate representation of color #134753: hue angle of 191.25º 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 #134753 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 71 | 83 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.67 |
| HSL | 191.25º | 0.63% | 0.2% | - |
| HSV(B) | 191.25º | 0.77% | 0.33% | - |
| XYZ | 4.08 | 5.27 | 8.99 | - |
| YUV | 56.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 83 | 0.77 | 0.14 | 0 | 0.67 | 191.25 | 0.63 | 0.2 |
| Hex | 13 | 47 | 53 | 4D | E | 0 | 43 | BF | 3F | 14 |
| Octal | 23 | 107 | 123 | 115 | 16 | 0 | 103 | 277 | 77 | 24 |
| Binary | 10011 | 1000111 | 1010011 | 1001101 | 1110 | 0 | 1000011 | 10111111 | 111111 | 10100 |
Color Harmonies of #134753
Complementary color
Monochromatic Colors of #134753
Black with #134753
Text Example
Text Example
White with #134753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134753; }
p { color: rgb(19,71,83); }
H1.HeaderClassName
{
color: #134753;
}
.AnyTagClassName
{
color: #134753;
}
</style>
background-color css
<style>
a { background-color: #134753; }
a { background-color: rgb(19,71,83); }
div.DivClassName
{
background-color: #134753;
}
.BgClassName
{
background-color: #134753;
}
</style>
border-color css
<style>
span { border-color: #134753; }
span { border-color: rgb(19,71,83); }
td.TdClassName
{
border-color: #134753;
}
.TagClassName
{
border-color: #134753;
}
</style>