Shades of Teal Blue #1A5461
Tints of Teal Blue #1A5461
RGB
CMYK
RGB Variations
Color information
#1A5461 (or 0x1A5461) is known color: Teal Blue. HEX triplet: 1A, 54 and 61. RGB value is (26,84,97). Sum of RGB (Red+Green+Blue) = 26+84+97=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5461 is #E5AB9E. Grayscale: #444444. Windows color (decimal): -15051679 or 6378522. OLE color: 6378522.
HSL color Cylindrical-coordinate representation of color #1A5461: hue angle of 190.99º degrees, saturation: 0.58, 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 #1A5461 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 84 | 97 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.62 |
| HSL | 190.99º | 0.58% | 0.24% | - |
| HSV(B) | 190.99º | 0.73% | 0.38% | - |
| XYZ | 5.75 | 7.42 | 12.44 | - |
| YUV | 68.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 97 | 0.73 | 0.13 | 0 | 0.62 | 190.99 | 0.58 | 0.24 |
| Hex | 1A | 54 | 61 | 49 | D | 0 | 3E | BF | 3A | 18 |
| Octal | 32 | 124 | 141 | 111 | 15 | 0 | 76 | 277 | 72 | 30 |
| Binary | 11010 | 1010100 | 1100001 | 1001001 | 1101 | 0 | 111110 | 10111111 | 111010 | 11000 |
Color Harmonies of #1A5461
Complementary color
Monochromatic Colors of #1A5461
Black with #1A5461
Text Example
Text Example
White with #1A5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5461; }
p { color: rgb(26,84,97); }
H1.HeaderClassName
{
color: #1A5461;
}
.AnyTagClassName
{
color: #1A5461;
}
</style>
background-color css
<style>
a { background-color: #1A5461; }
a { background-color: rgb(26,84,97); }
div.DivClassName
{
background-color: #1A5461;
}
.BgClassName
{
background-color: #1A5461;
}
</style>
border-color css
<style>
span { border-color: #1A5461; }
span { border-color: rgb(26,84,97); }
td.TdClassName
{
border-color: #1A5461;
}
.TagClassName
{
border-color: #1A5461;
}
</style>