Shades of Teal Blue #1A525C
Tints of Teal Blue #1A525C
RGB
CMYK
RGB Variations
Color information
#1A525C (or 0x1A525C) is known color: Teal Blue. HEX triplet: 1A, 52 and 5C. RGB value is (26,82,92). Sum of RGB (Red+Green+Blue) = 26+82+92=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A525C is #E5ADA3. Grayscale: #424242. Windows color (decimal): -15052196 or 6050330. OLE color: 6050330.
HSL color Cylindrical-coordinate representation of color #1A525C: hue angle of 189.09º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A525C is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 82 | 92 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.64 |
| HSL | 189.09º | 0.56% | 0.23% | - |
| HSV(B) | 189.09º | 0.72% | 0.36% | - |
| XYZ | 5.38 | 7.03 | 11.2 | - |
| YUV | 66.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 92 | 0.72 | 0.11 | 0 | 0.64 | 189.09 | 0.56 | 0.23 |
| Hex | 1A | 52 | 5C | 48 | B | 0 | 40 | BD | 38 | 17 |
| Octal | 32 | 122 | 134 | 110 | 13 | 0 | 100 | 275 | 70 | 27 |
| Binary | 11010 | 1010010 | 1011100 | 1001000 | 1011 | 0 | 1000000 | 10111101 | 111000 | 10111 |
Color Harmonies of #1A525C
Complementary color
Monochromatic Colors of #1A525C
Black with #1A525C
Text Example
Text Example
White with #1A525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A525C; }
p { color: rgb(26,82,92); }
H1.HeaderClassName
{
color: #1A525C;
}
.AnyTagClassName
{
color: #1A525C;
}
</style>
background-color css
<style>
a { background-color: #1A525C; }
a { background-color: rgb(26,82,92); }
div.DivClassName
{
background-color: #1A525C;
}
.BgClassName
{
background-color: #1A525C;
}
</style>
border-color css
<style>
span { border-color: #1A525C; }
span { border-color: rgb(26,82,92); }
td.TdClassName
{
border-color: #1A525C;
}
.TagClassName
{
border-color: #1A525C;
}
</style>