Shades of Teal Blue #13515C
Tints of Teal Blue #13515C
RGB
CMYK
RGB Variations
Color information
#13515C (or 0x13515C) is known color: Teal Blue. HEX triplet: 13, 51 and 5C. RGB value is (19,81,92). Sum of RGB (Red+Green+Blue) = 19+81+92=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #13515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13515C is #ECAEA3. Grayscale: #3F3F3F. Windows color (decimal): -15511204 or 6050067. OLE color: 6050067.
HSL color Cylindrical-coordinate representation of color #13515C: hue angle of 189.04º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13515C is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 81 | 92 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.64 |
| HSL | 189.04º | 0.66% | 0.22% | - |
| HSV(B) | 189.04º | 0.79% | 0.36% | - |
| XYZ | 5.14 | 6.8 | 11.17 | - |
| YUV | 63.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 92 | 0.79 | 0.12 | 0 | 0.64 | 189.04 | 0.66 | 0.22 |
| Hex | 13 | 51 | 5C | 4F | C | 0 | 40 | BD | 42 | 16 |
| Octal | 23 | 121 | 134 | 117 | 14 | 0 | 100 | 275 | 102 | 26 |
| Binary | 10011 | 1010001 | 1011100 | 1001111 | 1100 | 0 | 1000000 | 10111101 | 1000010 | 10110 |
Color Harmonies of #13515C
Complementary color
Monochromatic Colors of #13515C
Black with #13515C
Text Example
Text Example
White with #13515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13515C; }
p { color: rgb(19,81,92); }
H1.HeaderClassName
{
color: #13515C;
}
.AnyTagClassName
{
color: #13515C;
}
</style>
background-color css
<style>
a { background-color: #13515C; }
a { background-color: rgb(19,81,92); }
div.DivClassName
{
background-color: #13515C;
}
.BgClassName
{
background-color: #13515C;
}
</style>
border-color css
<style>
span { border-color: #13515C; }
span { border-color: rgb(19,81,92); }
td.TdClassName
{
border-color: #13515C;
}
.TagClassName
{
border-color: #13515C;
}
</style>