Shades of Teal Blue #1A4654
Tints of Teal Blue #1A4654
RGB
CMYK
RGB Variations
Color information
#1A4654 (or 0x1A4654) is known color: Teal Blue. HEX triplet: 1A, 46 and 54. RGB value is (26,70,84). Sum of RGB (Red+Green+Blue) = 26+70+84=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A4654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4654 is #E5B9AB. Grayscale: #3A3A3A. Windows color (decimal): -15055276 or 5522970. OLE color: 5522970.
HSL color Cylindrical-coordinate representation of color #1A4654: hue angle of 194.48º 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 #1A4654 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 70 | 84 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.67 |
| HSL | 194.48º | 0.53% | 0.22% | - |
| HSV(B) | 194.48º | 0.69% | 0.33% | - |
| XYZ | 4.22 | 5.24 | 9.18 | - |
| YUV | 58.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 84 | 0.69 | 0.17 | 0 | 0.67 | 194.48 | 0.53 | 0.22 |
| Hex | 1A | 46 | 54 | 45 | 11 | 0 | 43 | C2 | 35 | 16 |
| Octal | 32 | 106 | 124 | 105 | 21 | 0 | 103 | 302 | 65 | 26 |
| Binary | 11010 | 1000110 | 1010100 | 1000101 | 10001 | 0 | 1000011 | 11000010 | 110101 | 10110 |
Color Harmonies of #1A4654
Complementary color
Monochromatic Colors of #1A4654
Black with #1A4654
Text Example
Text Example
White with #1A4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4654; }
p { color: rgb(26,70,84); }
H1.HeaderClassName
{
color: #1A4654;
}
.AnyTagClassName
{
color: #1A4654;
}
</style>
background-color css
<style>
a { background-color: #1A4654; }
a { background-color: rgb(26,70,84); }
div.DivClassName
{
background-color: #1A4654;
}
.BgClassName
{
background-color: #1A4654;
}
</style>
border-color css
<style>
span { border-color: #1A4654; }
span { border-color: rgb(26,70,84); }
td.TdClassName
{
border-color: #1A4654;
}
.TagClassName
{
border-color: #1A4654;
}
</style>