Shades of Teal Blue #1D4553
Tints of Teal Blue #1D4553
RGB
CMYK
RGB Variations
Color information
#1D4553 (or 0x1D4553) is known color: Teal Blue. HEX triplet: 1D, 45 and 53. RGB value is (29,69,83). Sum of RGB (Red+Green+Blue) = 29+69+83=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D4553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4553 is #E2BAAC. Grayscale: #3A3A3A. Windows color (decimal): -14858925 or 5457181. OLE color: 5457181.
HSL color Cylindrical-coordinate representation of color #1D4553: hue angle of 195.56º degrees, saturation: 0.48, 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 #1D4553 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 69 | 83 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.67 |
| HSL | 195.56º | 0.48% | 0.22% | - |
| HSV(B) | 195.56º | 0.65% | 0.33% | - |
| XYZ | 4.2 | 5.14 | 8.95 | - |
| YUV | 58.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 83 | 0.65 | 0.17 | 0 | 0.67 | 195.56 | 0.48 | 0.22 |
| Hex | 1D | 45 | 53 | 41 | 11 | 0 | 43 | C4 | 30 | 16 |
| Octal | 35 | 105 | 123 | 101 | 21 | 0 | 103 | 304 | 60 | 26 |
| Binary | 11101 | 1000101 | 1010011 | 1000001 | 10001 | 0 | 1000011 | 11000100 | 110000 | 10110 |
Color Harmonies of #1D4553
Complementary color
Monochromatic Colors of #1D4553
Black with #1D4553
Text Example
Text Example
White with #1D4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4553; }
p { color: rgb(29,69,83); }
H1.HeaderClassName
{
color: #1D4553;
}
.AnyTagClassName
{
color: #1D4553;
}
</style>
background-color css
<style>
a { background-color: #1D4553; }
a { background-color: rgb(29,69,83); }
div.DivClassName
{
background-color: #1D4553;
}
.BgClassName
{
background-color: #1D4553;
}
</style>
border-color css
<style>
span { border-color: #1D4553; }
span { border-color: rgb(29,69,83); }
td.TdClassName
{
border-color: #1D4553;
}
.TagClassName
{
border-color: #1D4553;
}
</style>