Shades of Teal Blue #1A474F
Tints of Teal Blue #1A474F
RGB
CMYK
RGB Variations
Color information
#1A474F (or 0x1A474F) is known color: Teal Blue. HEX triplet: 1A, 47 and 4F. RGB value is (26,71,79). Sum of RGB (Red+Green+Blue) = 26+71+79=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A474F is #E5B8B0. Grayscale: #3A3A3A. Windows color (decimal): -15055025 or 5195546. OLE color: 5195546.
HSL color Cylindrical-coordinate representation of color #1A474F: hue angle of 189.06º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A474F is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 71 | 79 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.69 |
| HSL | 189.06º | 0.5% | 0.21% | - |
| HSV(B) | 189.06º | 0.67% | 0.31% | - |
| XYZ | 4.09 | 5.29 | 8.2 | - |
| YUV | 58.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 79 | 0.67 | 0.10 | 0 | 0.69 | 189.06 | 0.5 | 0.21 |
| Hex | 1A | 47 | 4F | 43 | A | 0 | 45 | BD | 32 | 15 |
| Octal | 32 | 107 | 117 | 103 | 12 | 0 | 105 | 275 | 62 | 25 |
| Binary | 11010 | 1000111 | 1001111 | 1000011 | 1010 | 0 | 1000101 | 10111101 | 110010 | 10101 |
Color Harmonies of #1A474F
Complementary color
Monochromatic Colors of #1A474F
Black with #1A474F
Text Example
Text Example
White with #1A474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A474F; }
p { color: rgb(26,71,79); }
H1.HeaderClassName
{
color: #1A474F;
}
.AnyTagClassName
{
color: #1A474F;
}
</style>
background-color css
<style>
a { background-color: #1A474F; }
a { background-color: rgb(26,71,79); }
div.DivClassName
{
background-color: #1A474F;
}
.BgClassName
{
background-color: #1A474F;
}
</style>
border-color css
<style>
span { border-color: #1A474F; }
span { border-color: rgb(26,71,79); }
td.TdClassName
{
border-color: #1A474F;
}
.TagClassName
{
border-color: #1A474F;
}
</style>