Shades of Teal Blue #1A4F5F
Tints of Teal Blue #1A4F5F
RGB
CMYK
RGB Variations
Color information
#1A4F5F (or 0x1A4F5F) is known color: Teal Blue. HEX triplet: 1A, 4F and 5F. RGB value is (26,79,95). Sum of RGB (Red+Green+Blue) = 26+79+95=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A4F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F5F is #E5B0A0. Grayscale: #404040. Windows color (decimal): -15052961 or 6246170. OLE color: 6246170.
HSL color Cylindrical-coordinate representation of color #1A4F5F: hue angle of 193.91º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4F5F is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 79 | 95 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.63 |
| HSL | 193.91º | 0.57% | 0.24% | - |
| HSV(B) | 193.91º | 0.73% | 0.37% | - |
| XYZ | 5.29 | 6.64 | 11.83 | - |
| YUV | 64.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 95 | 0.73 | 0.17 | 0 | 0.63 | 193.91 | 0.57 | 0.24 |
| Hex | 1A | 4F | 5F | 49 | 11 | 0 | 3F | C2 | 39 | 18 |
| Octal | 32 | 117 | 137 | 111 | 21 | 0 | 77 | 302 | 71 | 30 |
| Binary | 11010 | 1001111 | 1011111 | 1001001 | 10001 | 0 | 111111 | 11000010 | 111001 | 11000 |
Color Harmonies of #1A4F5F
Complementary color
Monochromatic Colors of #1A4F5F
Black with #1A4F5F
Text Example
Text Example
White with #1A4F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F5F; }
p { color: rgb(26,79,95); }
H1.HeaderClassName
{
color: #1A4F5F;
}
.AnyTagClassName
{
color: #1A4F5F;
}
</style>
background-color css
<style>
a { background-color: #1A4F5F; }
a { background-color: rgb(26,79,95); }
div.DivClassName
{
background-color: #1A4F5F;
}
.BgClassName
{
background-color: #1A4F5F;
}
</style>
border-color css
<style>
span { border-color: #1A4F5F; }
span { border-color: rgb(26,79,95); }
td.TdClassName
{
border-color: #1A4F5F;
}
.TagClassName
{
border-color: #1A4F5F;
}
</style>