Shades of Teal Blue #1A4F58
Tints of Teal Blue #1A4F58
RGB
CMYK
RGB Variations
Color information
#1A4F58 (or 0x1A4F58) is known color: Teal Blue. HEX triplet: 1A, 4F and 58. RGB value is (26,79,88). Sum of RGB (Red+Green+Blue) = 26+79+88=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A4F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F58 is #E5B0A7. Grayscale: #404040. Windows color (decimal): -15052968 or 5787418. OLE color: 5787418.
HSL color Cylindrical-coordinate representation of color #1A4F58: hue angle of 188.71º 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 #1A4F58 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 79 | 88 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.65 |
| HSL | 188.71º | 0.54% | 0.22% | - |
| HSV(B) | 188.71º | 0.7% | 0.35% | - |
| XYZ | 4.98 | 6.52 | 10.23 | - |
| YUV | 64.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 88 | 0.70 | 0.10 | 0 | 0.65 | 188.71 | 0.54 | 0.22 |
| Hex | 1A | 4F | 58 | 46 | A | 0 | 41 | BD | 36 | 16 |
| Octal | 32 | 117 | 130 | 106 | 12 | 0 | 101 | 275 | 66 | 26 |
| Binary | 11010 | 1001111 | 1011000 | 1000110 | 1010 | 0 | 1000001 | 10111101 | 110110 | 10110 |
Color Harmonies of #1A4F58
Complementary color
Monochromatic Colors of #1A4F58
Black with #1A4F58
Text Example
Text Example
White with #1A4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F58; }
p { color: rgb(26,79,88); }
H1.HeaderClassName
{
color: #1A4F58;
}
.AnyTagClassName
{
color: #1A4F58;
}
</style>
background-color css
<style>
a { background-color: #1A4F58; }
a { background-color: rgb(26,79,88); }
div.DivClassName
{
background-color: #1A4F58;
}
.BgClassName
{
background-color: #1A4F58;
}
</style>
border-color css
<style>
span { border-color: #1A4F58; }
span { border-color: rgb(26,79,88); }
td.TdClassName
{
border-color: #1A4F58;
}
.TagClassName
{
border-color: #1A4F58;
}
</style>