Shades of Teal Blue #1D4858
Tints of Teal Blue #1D4858
RGB
CMYK
RGB Variations
Color information
#1D4858 (or 0x1D4858) is known color: Teal Blue. HEX triplet: 1D, 48 and 58. RGB value is (29,72,88). Sum of RGB (Red+Green+Blue) = 29+72+88=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4858 is #E2B7A7. Grayscale: #3C3C3C. Windows color (decimal): -14858152 or 5785629. OLE color: 5785629.
HSL color Cylindrical-coordinate representation of color #1D4858: hue angle of 196.27º degrees, saturation: 0.5, 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 #1D4858 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 72 | 88 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.65 |
| HSL | 196.27º | 0.5% | 0.23% | - |
| HSV(B) | 196.27º | 0.67% | 0.35% | - |
| XYZ | 4.59 | 5.6 | 10.07 | - |
| YUV | 60.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 88 | 0.67 | 0.18 | 0 | 0.65 | 196.27 | 0.5 | 0.23 |
| Hex | 1D | 48 | 58 | 43 | 12 | 0 | 41 | C4 | 32 | 17 |
| Octal | 35 | 110 | 130 | 103 | 22 | 0 | 101 | 304 | 62 | 27 |
| Binary | 11101 | 1001000 | 1011000 | 1000011 | 10010 | 0 | 1000001 | 11000100 | 110010 | 10111 |
Color Harmonies of #1D4858
Complementary color
Monochromatic Colors of #1D4858
Black with #1D4858
Text Example
Text Example
White with #1D4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4858; }
p { color: rgb(29,72,88); }
H1.HeaderClassName
{
color: #1D4858;
}
.AnyTagClassName
{
color: #1D4858;
}
</style>
background-color css
<style>
a { background-color: #1D4858; }
a { background-color: rgb(29,72,88); }
div.DivClassName
{
background-color: #1D4858;
}
.BgClassName
{
background-color: #1D4858;
}
</style>
border-color css
<style>
span { border-color: #1D4858; }
span { border-color: rgb(29,72,88); }
td.TdClassName
{
border-color: #1D4858;
}
.TagClassName
{
border-color: #1D4858;
}
</style>