Shades of Teal Blue #1A545D
Tints of Teal Blue #1A545D
RGB
CMYK
RGB Variations
Color information
#1A545D (or 0x1A545D) is known color: Teal Blue. HEX triplet: 1A, 54 and 5D. RGB value is (26,84,93). Sum of RGB (Red+Green+Blue) = 26+84+93=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A545D is #E5ABA2. Grayscale: #434343. Windows color (decimal): -15051683 or 6116378. OLE color: 6116378.
HSL color Cylindrical-coordinate representation of color #1A545D: hue angle of 188.06º 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 #1A545D is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 84 | 93 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.64 |
| HSL | 188.06º | 0.56% | 0.23% | - |
| HSV(B) | 188.06º | 0.72% | 0.36% | - |
| XYZ | 5.57 | 7.35 | 11.48 | - |
| YUV | 67.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 93 | 0.72 | 0.10 | 0 | 0.64 | 188.06 | 0.56 | 0.23 |
| Hex | 1A | 54 | 5D | 48 | A | 0 | 40 | BC | 38 | 17 |
| Octal | 32 | 124 | 135 | 110 | 12 | 0 | 100 | 274 | 70 | 27 |
| Binary | 11010 | 1010100 | 1011101 | 1001000 | 1010 | 0 | 1000000 | 10111100 | 111000 | 10111 |
Color Harmonies of #1A545D
Complementary color
Monochromatic Colors of #1A545D
Black with #1A545D
Text Example
Text Example
White with #1A545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A545D; }
p { color: rgb(26,84,93); }
H1.HeaderClassName
{
color: #1A545D;
}
.AnyTagClassName
{
color: #1A545D;
}
</style>
background-color css
<style>
a { background-color: #1A545D; }
a { background-color: rgb(26,84,93); }
div.DivClassName
{
background-color: #1A545D;
}
.BgClassName
{
background-color: #1A545D;
}
</style>
border-color css
<style>
span { border-color: #1A545D; }
span { border-color: rgb(26,84,93); }
td.TdClassName
{
border-color: #1A545D;
}
.TagClassName
{
border-color: #1A545D;
}
</style>