Shades of Teal Blue #1D535F
Tints of Teal Blue #1D535F
RGB
CMYK
RGB Variations
Color information
#1D535F (or 0x1D535F) is known color: Teal Blue. HEX triplet: 1D, 53 and 5F. RGB value is (29,83,95). Sum of RGB (Red+Green+Blue) = 29+83+95=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D535F is #E2ACA0. Grayscale: #444444. Windows color (decimal): -14855329 or 6247197. OLE color: 6247197.
HSL color Cylindrical-coordinate representation of color #1D535F: hue angle of 190.91º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D535F is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 83 | 95 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.63 |
| HSL | 190.91º | 0.53% | 0.24% | - |
| HSV(B) | 190.91º | 0.69% | 0.37% | - |
| XYZ | 5.67 | 7.27 | 11.93 | - |
| YUV | 68.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 95 | 0.69 | 0.13 | 0 | 0.63 | 190.91 | 0.53 | 0.24 |
| Hex | 1D | 53 | 5F | 45 | D | 0 | 3F | BF | 35 | 18 |
| Octal | 35 | 123 | 137 | 105 | 15 | 0 | 77 | 277 | 65 | 30 |
| Binary | 11101 | 1010011 | 1011111 | 1000101 | 1101 | 0 | 111111 | 10111111 | 110101 | 11000 |
Color Harmonies of #1D535F
Complementary color
Monochromatic Colors of #1D535F
Black with #1D535F
Text Example
Text Example
White with #1D535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D535F; }
p { color: rgb(29,83,95); }
H1.HeaderClassName
{
color: #1D535F;
}
.AnyTagClassName
{
color: #1D535F;
}
</style>
background-color css
<style>
a { background-color: #1D535F; }
a { background-color: rgb(29,83,95); }
div.DivClassName
{
background-color: #1D535F;
}
.BgClassName
{
background-color: #1D535F;
}
</style>
border-color css
<style>
span { border-color: #1D535F; }
span { border-color: rgb(29,83,95); }
td.TdClassName
{
border-color: #1D535F;
}
.TagClassName
{
border-color: #1D535F;
}
</style>