Shades of Teal Blue #1D4B59
Tints of Teal Blue #1D4B59
RGB
CMYK
RGB Variations
Color information
#1D4B59 (or 0x1D4B59) is known color: Teal Blue. HEX triplet: 1D, 4B and 59. RGB value is (29,75,89). Sum of RGB (Red+Green+Blue) = 29+75+89=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B59 is #E2B4A6. Grayscale: #3E3E3E. Windows color (decimal): -14857383 or 5851933. OLE color: 5851933.
HSL color Cylindrical-coordinate representation of color #1D4B59: hue angle of 194º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4B59 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 75 | 89 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.65 |
| HSL | 194º | 0.51% | 0.23% | - |
| HSV(B) | 194º | 0.67% | 0.35% | - |
| XYZ | 4.83 | 6.01 | 10.36 | - |
| YUV | 62.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 89 | 0.67 | 0.16 | 0 | 0.65 | 194 | 0.51 | 0.23 |
| Hex | 1D | 4B | 59 | 43 | 10 | 0 | 41 | C2 | 33 | 17 |
| Octal | 35 | 113 | 131 | 103 | 20 | 0 | 101 | 302 | 63 | 27 |
| Binary | 11101 | 1001011 | 1011001 | 1000011 | 10000 | 0 | 1000001 | 11000010 | 110011 | 10111 |
Color Harmonies of #1D4B59
Complementary color
Monochromatic Colors of #1D4B59
Black with #1D4B59
Text Example
Text Example
White with #1D4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B59; }
p { color: rgb(29,75,89); }
H1.HeaderClassName
{
color: #1D4B59;
}
.AnyTagClassName
{
color: #1D4B59;
}
</style>
background-color css
<style>
a { background-color: #1D4B59; }
a { background-color: rgb(29,75,89); }
div.DivClassName
{
background-color: #1D4B59;
}
.BgClassName
{
background-color: #1D4B59;
}
</style>
border-color css
<style>
span { border-color: #1D4B59; }
span { border-color: rgb(29,75,89); }
td.TdClassName
{
border-color: #1D4B59;
}
.TagClassName
{
border-color: #1D4B59;
}
</style>