Shades of Teal Blue #1A4756
Tints of Teal Blue #1A4756
RGB
CMYK
RGB Variations
Color information
#1A4756 (or 0x1A4756) is known color: Teal Blue. HEX triplet: 1A, 47 and 56. RGB value is (26,71,86). Sum of RGB (Red+Green+Blue) = 26+71+86=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A4756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4756 is #E5B8A9. Grayscale: #3B3B3B. Windows color (decimal): -15055018 or 5654298. OLE color: 5654298.
HSL color Cylindrical-coordinate representation of color #1A4756: hue angle of 195º 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 #1A4756 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 71 | 86 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.66 |
| HSL | 195º | 0.54% | 0.22% | - |
| HSV(B) | 195º | 0.7% | 0.34% | - |
| XYZ | 4.36 | 5.4 | 9.62 | - |
| YUV | 59.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 86 | 0.70 | 0.17 | 0 | 0.66 | 195 | 0.54 | 0.22 |
| Hex | 1A | 47 | 56 | 46 | 11 | 0 | 42 | C3 | 36 | 16 |
| Octal | 32 | 107 | 126 | 106 | 21 | 0 | 102 | 303 | 66 | 26 |
| Binary | 11010 | 1000111 | 1010110 | 1000110 | 10001 | 0 | 1000010 | 11000011 | 110110 | 10110 |
Color Harmonies of #1A4756
Complementary color
Monochromatic Colors of #1A4756
Black with #1A4756
Text Example
Text Example
White with #1A4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4756; }
p { color: rgb(26,71,86); }
H1.HeaderClassName
{
color: #1A4756;
}
.AnyTagClassName
{
color: #1A4756;
}
</style>
background-color css
<style>
a { background-color: #1A4756; }
a { background-color: rgb(26,71,86); }
div.DivClassName
{
background-color: #1A4756;
}
.BgClassName
{
background-color: #1A4756;
}
</style>
border-color css
<style>
span { border-color: #1A4756; }
span { border-color: rgb(26,71,86); }
td.TdClassName
{
border-color: #1A4756;
}
.TagClassName
{
border-color: #1A4756;
}
</style>