Shades of Teal Blue #1A5257
Tints of Teal Blue #1A5257
RGB
CMYK
RGB Variations
Color information
#1A5257 (or 0x1A5257) is known color: Teal Blue. HEX triplet: 1A, 52 and 57. RGB value is (26,82,87). Sum of RGB (Red+Green+Blue) = 26+82+87=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A5257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5257 is #E5ADA8. Grayscale: #414141. Windows color (decimal): -15052201 or 5722650. OLE color: 5722650.
HSL color Cylindrical-coordinate representation of color #1A5257: hue angle of 184.92º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5257 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 82 | 87 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.66 |
| HSL | 184.92º | 0.54% | 0.22% | - |
| HSV(B) | 184.92º | 0.7% | 0.34% | - |
| XYZ | 5.16 | 6.94 | 10.08 | - |
| YUV | 65.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 87 | 0.70 | 0.06 | 0 | 0.66 | 184.92 | 0.54 | 0.22 |
| Hex | 1A | 52 | 57 | 46 | 6 | 0 | 42 | B9 | 36 | 16 |
| Octal | 32 | 122 | 127 | 106 | 6 | 0 | 102 | 271 | 66 | 26 |
| Binary | 11010 | 1010010 | 1010111 | 1000110 | 110 | 0 | 1000010 | 10111001 | 110110 | 10110 |
Color Harmonies of #1A5257
Complementary color
Monochromatic Colors of #1A5257
Black with #1A5257
Text Example
Text Example
White with #1A5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5257; }
p { color: rgb(26,82,87); }
H1.HeaderClassName
{
color: #1A5257;
}
.AnyTagClassName
{
color: #1A5257;
}
</style>
background-color css
<style>
a { background-color: #1A5257; }
a { background-color: rgb(26,82,87); }
div.DivClassName
{
background-color: #1A5257;
}
.BgClassName
{
background-color: #1A5257;
}
</style>
border-color css
<style>
span { border-color: #1A5257; }
span { border-color: rgb(26,82,87); }
td.TdClassName
{
border-color: #1A5257;
}
.TagClassName
{
border-color: #1A5257;
}
</style>