Shades of Teal Blue #1A4D5A
Tints of Teal Blue #1A4D5A
RGB
CMYK
RGB Variations
Color information
#1A4D5A (or 0x1A4D5A) is known color: Teal Blue. HEX triplet: 1A, 4D and 5A. RGB value is (26,77,90). Sum of RGB (Red+Green+Blue) = 26+77+90=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A4D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D5A is #E5B2A5. Grayscale: #3F3F3F. Windows color (decimal): -15053478 or 5917978. OLE color: 5917978.
HSL color Cylindrical-coordinate representation of color #1A4D5A: hue angle of 192.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4D5A is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 77 | 90 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.65 |
| HSL | 192.19º | 0.55% | 0.23% | - |
| HSV(B) | 192.19º | 0.71% | 0.35% | - |
| XYZ | 4.93 | 6.27 | 10.62 | - |
| YUV | 63.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 90 | 0.71 | 0.14 | 0 | 0.65 | 192.19 | 0.55 | 0.23 |
| Hex | 1A | 4D | 5A | 47 | E | 0 | 41 | C0 | 37 | 17 |
| Octal | 32 | 115 | 132 | 107 | 16 | 0 | 101 | 300 | 67 | 27 |
| Binary | 11010 | 1001101 | 1011010 | 1000111 | 1110 | 0 | 1000001 | 11000000 | 110111 | 10111 |
Color Harmonies of #1A4D5A
Complementary color
Monochromatic Colors of #1A4D5A
Black with #1A4D5A
Text Example
Text Example
White with #1A4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D5A; }
p { color: rgb(26,77,90); }
H1.HeaderClassName
{
color: #1A4D5A;
}
.AnyTagClassName
{
color: #1A4D5A;
}
</style>
background-color css
<style>
a { background-color: #1A4D5A; }
a { background-color: rgb(26,77,90); }
div.DivClassName
{
background-color: #1A4D5A;
}
.BgClassName
{
background-color: #1A4D5A;
}
</style>
border-color css
<style>
span { border-color: #1A4D5A; }
span { border-color: rgb(26,77,90); }
td.TdClassName
{
border-color: #1A4D5A;
}
.TagClassName
{
border-color: #1A4D5A;
}
</style>