Shades of Teal Blue #13515B
Tints of Teal Blue #13515B
RGB
CMYK
RGB Variations
Color information
#13515B (or 0x13515B) is known color: Teal Blue. HEX triplet: 13, 51 and 5B. RGB value is (19,81,91). Sum of RGB (Red+Green+Blue) = 19+81+91=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #13515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13515B is #ECAEA4. Grayscale: #3F3F3F. Windows color (decimal): -15511205 or 5984531. OLE color: 5984531.
HSL color Cylindrical-coordinate representation of color #13515B: hue angle of 188.33º degrees, saturation: 0.65, 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 #13515B is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 81 | 91 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.64 |
| HSL | 188.33º | 0.65% | 0.22% | - |
| HSV(B) | 188.33º | 0.79% | 0.36% | - |
| XYZ | 5.1 | 6.78 | 10.94 | - |
| YUV | 63.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 91 | 0.79 | 0.11 | 0 | 0.64 | 188.33 | 0.65 | 0.22 |
| Hex | 13 | 51 | 5B | 4F | B | 0 | 40 | BC | 41 | 16 |
| Octal | 23 | 121 | 133 | 117 | 13 | 0 | 100 | 274 | 101 | 26 |
| Binary | 10011 | 1010001 | 1011011 | 1001111 | 1011 | 0 | 1000000 | 10111100 | 1000001 | 10110 |
Color Harmonies of #13515B
Complementary color
Monochromatic Colors of #13515B
Black with #13515B
Text Example
Text Example
White with #13515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13515B; }
p { color: rgb(19,81,91); }
H1.HeaderClassName
{
color: #13515B;
}
.AnyTagClassName
{
color: #13515B;
}
</style>
background-color css
<style>
a { background-color: #13515B; }
a { background-color: rgb(19,81,91); }
div.DivClassName
{
background-color: #13515B;
}
.BgClassName
{
background-color: #13515B;
}
</style>
border-color css
<style>
span { border-color: #13515B; }
span { border-color: rgb(19,81,91); }
td.TdClassName
{
border-color: #13515B;
}
.TagClassName
{
border-color: #13515B;
}
</style>