Shades of Teal Blue #134652
Tints of Teal Blue #134652
RGB
CMYK
RGB Variations
Color information
#134652 (or 0x134652) is known color: Teal Blue. HEX triplet: 13, 46 and 52. RGB value is (19,70,82). Sum of RGB (Red+Green+Blue) = 19+70+82=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #134652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134652 is #ECB9AD. Grayscale: #383838. Windows color (decimal): -15514030 or 5391891. OLE color: 5391891.
HSL color Cylindrical-coordinate representation of color #134652: hue angle of 191.43º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134652 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 70 | 82 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.68 |
| HSL | 191.43º | 0.62% | 0.2% | - |
| HSV(B) | 191.43º | 0.77% | 0.32% | - |
| XYZ | 3.98 | 5.13 | 8.76 | - |
| YUV | 56.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 82 | 0.77 | 0.15 | 0 | 0.68 | 191.43 | 0.62 | 0.2 |
| Hex | 13 | 46 | 52 | 4D | F | 0 | 44 | BF | 3E | 14 |
| Octal | 23 | 106 | 122 | 115 | 17 | 0 | 104 | 277 | 76 | 24 |
| Binary | 10011 | 1000110 | 1010010 | 1001101 | 1111 | 0 | 1000100 | 10111111 | 111110 | 10100 |
Color Harmonies of #134652
Complementary color
Monochromatic Colors of #134652
Black with #134652
Text Example
Text Example
White with #134652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134652; }
p { color: rgb(19,70,82); }
H1.HeaderClassName
{
color: #134652;
}
.AnyTagClassName
{
color: #134652;
}
</style>
background-color css
<style>
a { background-color: #134652; }
a { background-color: rgb(19,70,82); }
div.DivClassName
{
background-color: #134652;
}
.BgClassName
{
background-color: #134652;
}
</style>
border-color css
<style>
span { border-color: #134652; }
span { border-color: rgb(19,70,82); }
td.TdClassName
{
border-color: #134652;
}
.TagClassName
{
border-color: #134652;
}
</style>