Shades of Teal Blue #1D4554
Tints of Teal Blue #1D4554
RGB
CMYK
RGB Variations
Color information
#1D4554 (or 0x1D4554) is known color: Teal Blue. HEX triplet: 1D, 45 and 54. RGB value is (29,69,84). Sum of RGB (Red+Green+Blue) = 29+69+84=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D4554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4554 is #E2BAAB. Grayscale: #3A3A3A. Windows color (decimal): -14858924 or 5522717. OLE color: 5522717.
HSL color Cylindrical-coordinate representation of color #1D4554: hue angle of 196.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4554 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 69 | 84 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.67 |
| HSL | 196.36º | 0.49% | 0.22% | - |
| HSV(B) | 196.36º | 0.65% | 0.33% | - |
| XYZ | 4.24 | 5.16 | 9.16 | - |
| YUV | 58.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 84 | 0.65 | 0.18 | 0 | 0.67 | 196.36 | 0.49 | 0.22 |
| Hex | 1D | 45 | 54 | 41 | 12 | 0 | 43 | C4 | 31 | 16 |
| Octal | 35 | 105 | 124 | 101 | 22 | 0 | 103 | 304 | 61 | 26 |
| Binary | 11101 | 1000101 | 1010100 | 1000001 | 10010 | 0 | 1000011 | 11000100 | 110001 | 10110 |
Color Harmonies of #1D4554
Complementary color
Monochromatic Colors of #1D4554
Black with #1D4554
Text Example
Text Example
White with #1D4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4554; }
p { color: rgb(29,69,84); }
H1.HeaderClassName
{
color: #1D4554;
}
.AnyTagClassName
{
color: #1D4554;
}
</style>
background-color css
<style>
a { background-color: #1D4554; }
a { background-color: rgb(29,69,84); }
div.DivClassName
{
background-color: #1D4554;
}
.BgClassName
{
background-color: #1D4554;
}
</style>
border-color css
<style>
span { border-color: #1D4554; }
span { border-color: rgb(29,69,84); }
td.TdClassName
{
border-color: #1D4554;
}
.TagClassName
{
border-color: #1D4554;
}
</style>