Shades of Teal Blue #1A5158
Tints of Teal Blue #1A5158
RGB
CMYK
RGB Variations
Color information
#1A5158 (or 0x1A5158) is known color: Teal Blue. HEX triplet: 1A, 51 and 58. RGB value is (26,81,88). Sum of RGB (Red+Green+Blue) = 26+81+88=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5158 is #E5AEA7. Grayscale: #414141. Windows color (decimal): -15052456 or 5787930. OLE color: 5787930.
HSL color Cylindrical-coordinate representation of color #1A5158: hue angle of 186.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5158 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 81 | 88 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.65 |
| HSL | 186.77º | 0.54% | 0.22% | - |
| HSV(B) | 186.77º | 0.7% | 0.35% | - |
| XYZ | 5.13 | 6.81 | 10.28 | - |
| YUV | 65.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 88 | 0.70 | 0.08 | 0 | 0.65 | 186.77 | 0.54 | 0.22 |
| Hex | 1A | 51 | 58 | 46 | 8 | 0 | 41 | BB | 36 | 16 |
| Octal | 32 | 121 | 130 | 106 | 10 | 0 | 101 | 273 | 66 | 26 |
| Binary | 11010 | 1010001 | 1011000 | 1000110 | 1000 | 0 | 1000001 | 10111011 | 110110 | 10110 |
Color Harmonies of #1A5158
Complementary color
Monochromatic Colors of #1A5158
Black with #1A5158
Text Example
Text Example
White with #1A5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5158; }
p { color: rgb(26,81,88); }
H1.HeaderClassName
{
color: #1A5158;
}
.AnyTagClassName
{
color: #1A5158;
}
</style>
background-color css
<style>
a { background-color: #1A5158; }
a { background-color: rgb(26,81,88); }
div.DivClassName
{
background-color: #1A5158;
}
.BgClassName
{
background-color: #1A5158;
}
</style>
border-color css
<style>
span { border-color: #1A5158; }
span { border-color: rgb(26,81,88); }
td.TdClassName
{
border-color: #1A5158;
}
.TagClassName
{
border-color: #1A5158;
}
</style>