Shades of Teal Blue #1A4E55
Tints of Teal Blue #1A4E55
RGB
CMYK
RGB Variations
Color information
#1A4E55 (or 0x1A4E55) is known color: Teal Blue. HEX triplet: 1A, 4E and 55. RGB value is (26,78,85). Sum of RGB (Red+Green+Blue) = 26+78+85=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A4E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E55 is #E5B1AA. Grayscale: #3F3F3F. Windows color (decimal): -15053227 or 5590554. OLE color: 5590554.
HSL color Cylindrical-coordinate representation of color #1A4E55: hue angle of 187.12º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A4E55 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 78 | 85 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.67 |
| HSL | 187.12º | 0.53% | 0.22% | - |
| HSV(B) | 187.12º | 0.69% | 0.33% | - |
| XYZ | 4.79 | 6.32 | 9.56 | - |
| YUV | 63.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 85 | 0.69 | 0.08 | 0 | 0.67 | 187.12 | 0.53 | 0.22 |
| Hex | 1A | 4E | 55 | 45 | 8 | 0 | 43 | BB | 35 | 16 |
| Octal | 32 | 116 | 125 | 105 | 10 | 0 | 103 | 273 | 65 | 26 |
| Binary | 11010 | 1001110 | 1010101 | 1000101 | 1000 | 0 | 1000011 | 10111011 | 110101 | 10110 |
Color Harmonies of #1A4E55
Complementary color
Monochromatic Colors of #1A4E55
Black with #1A4E55
Text Example
Text Example
White with #1A4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E55; }
p { color: rgb(26,78,85); }
H1.HeaderClassName
{
color: #1A4E55;
}
.AnyTagClassName
{
color: #1A4E55;
}
</style>
background-color css
<style>
a { background-color: #1A4E55; }
a { background-color: rgb(26,78,85); }
div.DivClassName
{
background-color: #1A4E55;
}
.BgClassName
{
background-color: #1A4E55;
}
</style>
border-color css
<style>
span { border-color: #1A4E55; }
span { border-color: rgb(26,78,85); }
td.TdClassName
{
border-color: #1A4E55;
}
.TagClassName
{
border-color: #1A4E55;
}
</style>