Shades of Teal Blue #1A4650
Tints of Teal Blue #1A4650
RGB
CMYK
RGB Variations
Color information
#1A4650 (or 0x1A4650) is known color: Teal Blue. HEX triplet: 1A, 46 and 50. RGB value is (26,70,80). Sum of RGB (Red+Green+Blue) = 26+70+80=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4650 is #E5B9AF. Grayscale: #393939. Windows color (decimal): -15055280 or 5260826. OLE color: 5260826.
HSL color Cylindrical-coordinate representation of color #1A4650: hue angle of 191.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4650 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 70 | 80 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.69 |
| HSL | 191.11º | 0.51% | 0.21% | - |
| HSV(B) | 191.11º | 0.68% | 0.31% | - |
| XYZ | 4.06 | 5.18 | 8.37 | - |
| YUV | 57.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 80 | 0.67 | 0.12 | 0 | 0.69 | 191.11 | 0.51 | 0.21 |
| Hex | 1A | 46 | 50 | 43 | C | 0 | 45 | BF | 33 | 15 |
| Octal | 32 | 106 | 120 | 103 | 14 | 0 | 105 | 277 | 63 | 25 |
| Binary | 11010 | 1000110 | 1010000 | 1000011 | 1100 | 0 | 1000101 | 10111111 | 110011 | 10101 |
Color Harmonies of #1A4650
Complementary color
Monochromatic Colors of #1A4650
Black with #1A4650
Text Example
Text Example
White with #1A4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4650; }
p { color: rgb(26,70,80); }
H1.HeaderClassName
{
color: #1A4650;
}
.AnyTagClassName
{
color: #1A4650;
}
</style>
background-color css
<style>
a { background-color: #1A4650; }
a { background-color: rgb(26,70,80); }
div.DivClassName
{
background-color: #1A4650;
}
.BgClassName
{
background-color: #1A4650;
}
</style>
border-color css
<style>
span { border-color: #1A4650; }
span { border-color: rgb(26,70,80); }
td.TdClassName
{
border-color: #1A4650;
}
.TagClassName
{
border-color: #1A4650;
}
</style>