Shades of Teal Blue #1A5054
Tints of Teal Blue #1A5054
RGB
CMYK
RGB Variations
Color information
#1A5054 (or 0x1A5054) is known color: Teal Blue. HEX triplet: 1A, 50 and 54. RGB value is (26,80,84). Sum of RGB (Red+Green+Blue) = 26+80+84=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5054 is #E5AFAB. Grayscale: #404040. Windows color (decimal): -15052716 or 5525530. OLE color: 5525530.
HSL color Cylindrical-coordinate representation of color #1A5054: hue angle of 184.14º 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 #1A5054 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 80 | 84 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.67 |
| HSL | 184.14º | 0.53% | 0.22% | - |
| HSV(B) | 184.14º | 0.69% | 0.33% | - |
| XYZ | 4.89 | 6.6 | 9.4 | - |
| YUV | 64.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 84 | 0.69 | 0.05 | 0 | 0.67 | 184.14 | 0.53 | 0.22 |
| Hex | 1A | 50 | 54 | 45 | 5 | 0 | 43 | B8 | 35 | 16 |
| Octal | 32 | 120 | 124 | 105 | 5 | 0 | 103 | 270 | 65 | 26 |
| Binary | 11010 | 1010000 | 1010100 | 1000101 | 101 | 0 | 1000011 | 10111000 | 110101 | 10110 |
Color Harmonies of #1A5054
Complementary color
Monochromatic Colors of #1A5054
Black with #1A5054
Text Example
Text Example
White with #1A5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5054; }
p { color: rgb(26,80,84); }
H1.HeaderClassName
{
color: #1A5054;
}
.AnyTagClassName
{
color: #1A5054;
}
</style>
background-color css
<style>
a { background-color: #1A5054; }
a { background-color: rgb(26,80,84); }
div.DivClassName
{
background-color: #1A5054;
}
.BgClassName
{
background-color: #1A5054;
}
</style>
border-color css
<style>
span { border-color: #1A5054; }
span { border-color: rgb(26,80,84); }
td.TdClassName
{
border-color: #1A5054;
}
.TagClassName
{
border-color: #1A5054;
}
</style>