Shades of Teal Blue #1A515A
Tints of Teal Blue #1A515A
RGB
CMYK
RGB Variations
Color information
#1A515A (or 0x1A515A) is known color: Teal Blue. HEX triplet: 1A, 51 and 5A. RGB value is (26,81,90). Sum of RGB (Red+Green+Blue) = 26+81+90=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A515A is #E5AEA5. Grayscale: #414141. Windows color (decimal): -15052454 or 5919002. OLE color: 5919002.
HSL color Cylindrical-coordinate representation of color #1A515A: hue angle of 188.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A515A is Cyan = 0.71, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 81 | 90 | - |
| CMYK | 0.71 | 0.1 | 0 | 0.65 |
| HSL | 188.44º | 0.55% | 0.23% | - |
| HSV(B) | 188.44º | 0.71% | 0.35% | - |
| XYZ | 5.21 | 6.84 | 10.72 | - |
| YUV | 65.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 90 | 0.71 | 0.1 | 0 | 0.65 | 188.44 | 0.55 | 0.23 |
| Hex | 1A | 51 | 5A | 47 | A | 0 | 41 | BC | 37 | 17 |
| Octal | 32 | 121 | 132 | 107 | 12 | 0 | 101 | 274 | 67 | 27 |
| Binary | 11010 | 1010001 | 1011010 | 1000111 | 1010 | 0 | 1000001 | 10111100 | 110111 | 10111 |
Color Harmonies of #1A515A
Complementary color
Monochromatic Colors of #1A515A
Black with #1A515A
Text Example
Text Example
White with #1A515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A515A; }
p { color: rgb(26,81,90); }
H1.HeaderClassName
{
color: #1A515A;
}
.AnyTagClassName
{
color: #1A515A;
}
</style>
background-color css
<style>
a { background-color: #1A515A; }
a { background-color: rgb(26,81,90); }
div.DivClassName
{
background-color: #1A515A;
}
.BgClassName
{
background-color: #1A515A;
}
</style>
border-color css
<style>
span { border-color: #1A515A; }
span { border-color: rgb(26,81,90); }
td.TdClassName
{
border-color: #1A515A;
}
.TagClassName
{
border-color: #1A515A;
}
</style>