Shades of Teal Blue #1D4B55
Tints of Teal Blue #1D4B55
RGB
CMYK
RGB Variations
Color information
#1D4B55 (or 0x1D4B55) is known color: Teal Blue. HEX triplet: 1D, 4B and 55. RGB value is (29,75,85). Sum of RGB (Red+Green+Blue) = 29+75+85=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D4B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B55 is #E2B4AA. Grayscale: #3E3E3E. Windows color (decimal): -14857387 or 5589789. OLE color: 5589789.
HSL color Cylindrical-coordinate representation of color #1D4B55: hue angle of 190.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D4B55 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 75 | 85 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.67 |
| HSL | 190.71º | 0.49% | 0.22% | - |
| HSV(B) | 190.71º | 0.66% | 0.33% | - |
| XYZ | 4.66 | 5.95 | 9.5 | - |
| YUV | 62.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 85 | 0.66 | 0.12 | 0 | 0.67 | 190.71 | 0.49 | 0.22 |
| Hex | 1D | 4B | 55 | 42 | C | 0 | 43 | BF | 31 | 16 |
| Octal | 35 | 113 | 125 | 102 | 14 | 0 | 103 | 277 | 61 | 26 |
| Binary | 11101 | 1001011 | 1010101 | 1000010 | 1100 | 0 | 1000011 | 10111111 | 110001 | 10110 |
Color Harmonies of #1D4B55
Complementary color
Monochromatic Colors of #1D4B55
Black with #1D4B55
Text Example
Text Example
White with #1D4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B55; }
p { color: rgb(29,75,85); }
H1.HeaderClassName
{
color: #1D4B55;
}
.AnyTagClassName
{
color: #1D4B55;
}
</style>
background-color css
<style>
a { background-color: #1D4B55; }
a { background-color: rgb(29,75,85); }
div.DivClassName
{
background-color: #1D4B55;
}
.BgClassName
{
background-color: #1D4B55;
}
</style>
border-color css
<style>
span { border-color: #1D4B55; }
span { border-color: rgb(29,75,85); }
td.TdClassName
{
border-color: #1D4B55;
}
.TagClassName
{
border-color: #1D4B55;
}
</style>