Shades of Teal Blue #1A4C58
Tints of Teal Blue #1A4C58
RGB
CMYK
RGB Variations
Color information
#1A4C58 (or 0x1A4C58) is known color: Teal Blue. HEX triplet: 1A, 4C and 58. RGB value is (26,76,88). Sum of RGB (Red+Green+Blue) = 26+76+88=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A4C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C58 is #E5B3A7. Grayscale: #3E3E3E. Windows color (decimal): -15053736 or 5786650. OLE color: 5786650.
HSL color Cylindrical-coordinate representation of color #1A4C58: hue angle of 191.61º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4C58 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 76 | 88 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.65 |
| HSL | 191.61º | 0.54% | 0.22% | - |
| HSV(B) | 191.61º | 0.7% | 0.35% | - |
| XYZ | 4.77 | 6.09 | 10.16 | - |
| YUV | 62.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 88 | 0.70 | 0.14 | 0 | 0.65 | 191.61 | 0.54 | 0.22 |
| Hex | 1A | 4C | 58 | 46 | E | 0 | 41 | C0 | 36 | 16 |
| Octal | 32 | 114 | 130 | 106 | 16 | 0 | 101 | 300 | 66 | 26 |
| Binary | 11010 | 1001100 | 1011000 | 1000110 | 1110 | 0 | 1000001 | 11000000 | 110110 | 10110 |
Color Harmonies of #1A4C58
Complementary color
Monochromatic Colors of #1A4C58
Black with #1A4C58
Text Example
Text Example
White with #1A4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C58; }
p { color: rgb(26,76,88); }
H1.HeaderClassName
{
color: #1A4C58;
}
.AnyTagClassName
{
color: #1A4C58;
}
</style>
background-color css
<style>
a { background-color: #1A4C58; }
a { background-color: rgb(26,76,88); }
div.DivClassName
{
background-color: #1A4C58;
}
.BgClassName
{
background-color: #1A4C58;
}
</style>
border-color css
<style>
span { border-color: #1A4C58; }
span { border-color: rgb(26,76,88); }
td.TdClassName
{
border-color: #1A4C58;
}
.TagClassName
{
border-color: #1A4C58;
}
</style>