Shades of Teal Blue #1A4956
Tints of Teal Blue #1A4956
RGB
CMYK
RGB Variations
Color information
#1A4956 (or 0x1A4956) is known color: Teal Blue. HEX triplet: 1A, 49 and 56. RGB value is (26,73,86). Sum of RGB (Red+Green+Blue) = 26+73+86=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A4956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4956 is #E5B6A9. Grayscale: #3C3C3C. Windows color (decimal): -15054506 or 5654810. OLE color: 5654810.
HSL color Cylindrical-coordinate representation of color #1A4956: hue angle of 193º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4956 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 73 | 86 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.66 |
| HSL | 193º | 0.54% | 0.22% | - |
| HSV(B) | 193º | 0.7% | 0.34% | - |
| XYZ | 4.49 | 5.66 | 9.66 | - |
| YUV | 60.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 86 | 0.70 | 0.15 | 0 | 0.66 | 193 | 0.54 | 0.22 |
| Hex | 1A | 49 | 56 | 46 | F | 0 | 42 | C1 | 36 | 16 |
| Octal | 32 | 111 | 126 | 106 | 17 | 0 | 102 | 301 | 66 | 26 |
| Binary | 11010 | 1001001 | 1010110 | 1000110 | 1111 | 0 | 1000010 | 11000001 | 110110 | 10110 |
Color Harmonies of #1A4956
Complementary color
Monochromatic Colors of #1A4956
Black with #1A4956
Text Example
Text Example
White with #1A4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4956; }
p { color: rgb(26,73,86); }
H1.HeaderClassName
{
color: #1A4956;
}
.AnyTagClassName
{
color: #1A4956;
}
</style>
background-color css
<style>
a { background-color: #1A4956; }
a { background-color: rgb(26,73,86); }
div.DivClassName
{
background-color: #1A4956;
}
.BgClassName
{
background-color: #1A4956;
}
</style>
border-color css
<style>
span { border-color: #1A4956; }
span { border-color: rgb(26,73,86); }
td.TdClassName
{
border-color: #1A4956;
}
.TagClassName
{
border-color: #1A4956;
}
</style>