Shades of Teal Blue #1A5460
Tints of Teal Blue #1A5460
RGB
CMYK
RGB Variations
Color information
#1A5460 (or 0x1A5460) is known color: Teal Blue. HEX triplet: 1A, 54 and 60. RGB value is (26,84,96). Sum of RGB (Red+Green+Blue) = 26+84+96=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5460 is #E5AB9F. Grayscale: #434343. Windows color (decimal): -15051680 or 6312986. OLE color: 6312986.
HSL color Cylindrical-coordinate representation of color #1A5460: hue angle of 190.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5460 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 84 | 96 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.62 |
| HSL | 190.29º | 0.57% | 0.24% | - |
| HSV(B) | 190.29º | 0.73% | 0.38% | - |
| XYZ | 5.71 | 7.4 | 12.19 | - |
| YUV | 68.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 96 | 0.73 | 0.12 | 0 | 0.62 | 190.29 | 0.57 | 0.24 |
| Hex | 1A | 54 | 60 | 49 | C | 0 | 3E | BE | 39 | 18 |
| Octal | 32 | 124 | 140 | 111 | 14 | 0 | 76 | 276 | 71 | 30 |
| Binary | 11010 | 1010100 | 1100000 | 1001001 | 1100 | 0 | 111110 | 10111110 | 111001 | 11000 |
Color Harmonies of #1A5460
Complementary color
Monochromatic Colors of #1A5460
Black with #1A5460
Text Example
Text Example
White with #1A5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5460; }
p { color: rgb(26,84,96); }
H1.HeaderClassName
{
color: #1A5460;
}
.AnyTagClassName
{
color: #1A5460;
}
</style>
background-color css
<style>
a { background-color: #1A5460; }
a { background-color: rgb(26,84,96); }
div.DivClassName
{
background-color: #1A5460;
}
.BgClassName
{
background-color: #1A5460;
}
</style>
border-color css
<style>
span { border-color: #1A5460; }
span { border-color: rgb(26,84,96); }
td.TdClassName
{
border-color: #1A5460;
}
.TagClassName
{
border-color: #1A5460;
}
</style>