Shades of Teal Blue #1D4752
Tints of Teal Blue #1D4752
RGB
CMYK
RGB Variations
Color information
#1D4752 (or 0x1D4752) is known color: Teal Blue. HEX triplet: 1D, 47 and 52. RGB value is (29,71,82). Sum of RGB (Red+Green+Blue) = 29+71+82=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4752 is #E2B8AD. Grayscale: #3B3B3B. Windows color (decimal): -14858414 or 5392157. OLE color: 5392157.
HSL color Cylindrical-coordinate representation of color #1D4752: hue angle of 192.45º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4752 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 71 | 82 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.68 |
| HSL | 192.45º | 0.48% | 0.22% | - |
| HSV(B) | 192.45º | 0.65% | 0.32% | - |
| XYZ | 4.28 | 5.38 | 8.79 | - |
| YUV | 59.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 82 | 0.65 | 0.13 | 0 | 0.68 | 192.45 | 0.48 | 0.22 |
| Hex | 1D | 47 | 52 | 41 | D | 0 | 44 | C0 | 30 | 16 |
| Octal | 35 | 107 | 122 | 101 | 15 | 0 | 104 | 300 | 60 | 26 |
| Binary | 11101 | 1000111 | 1010010 | 1000001 | 1101 | 0 | 1000100 | 11000000 | 110000 | 10110 |
Color Harmonies of #1D4752
Complementary color
Monochromatic Colors of #1D4752
Black with #1D4752
Text Example
Text Example
White with #1D4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4752; }
p { color: rgb(29,71,82); }
H1.HeaderClassName
{
color: #1D4752;
}
.AnyTagClassName
{
color: #1D4752;
}
</style>
background-color css
<style>
a { background-color: #1D4752; }
a { background-color: rgb(29,71,82); }
div.DivClassName
{
background-color: #1D4752;
}
.BgClassName
{
background-color: #1D4752;
}
</style>
border-color css
<style>
span { border-color: #1D4752; }
span { border-color: rgb(29,71,82); }
td.TdClassName
{
border-color: #1D4752;
}
.TagClassName
{
border-color: #1D4752;
}
</style>