Shades of Teal Blue #1D505F
Tints of Teal Blue #1D505F
RGB
CMYK
RGB Variations
Color information
#1D505F (or 0x1D505F) is known color: Teal Blue. HEX triplet: 1D, 50 and 5F. RGB value is (29,80,95). Sum of RGB (Red+Green+Blue) = 29+80+95=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D505F is #E2AFA0. Grayscale: #424242. Windows color (decimal): -14856097 or 6246429. OLE color: 6246429.
HSL color Cylindrical-coordinate representation of color #1D505F: hue angle of 193.64º 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 #1D505F is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 80 | 95 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.63 |
| HSL | 193.64º | 0.53% | 0.24% | - |
| HSV(B) | 193.64º | 0.69% | 0.37% | - |
| XYZ | 5.44 | 6.82 | 11.86 | - |
| YUV | 66.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 95 | 0.69 | 0.16 | 0 | 0.63 | 193.64 | 0.53 | 0.24 |
| Hex | 1D | 50 | 5F | 45 | 10 | 0 | 3F | C2 | 35 | 18 |
| Octal | 35 | 120 | 137 | 105 | 20 | 0 | 77 | 302 | 65 | 30 |
| Binary | 11101 | 1010000 | 1011111 | 1000101 | 10000 | 0 | 111111 | 11000010 | 110101 | 11000 |
Color Harmonies of #1D505F
Complementary color
Monochromatic Colors of #1D505F
Black with #1D505F
Text Example
Text Example
White with #1D505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D505F; }
p { color: rgb(29,80,95); }
H1.HeaderClassName
{
color: #1D505F;
}
.AnyTagClassName
{
color: #1D505F;
}
</style>
background-color css
<style>
a { background-color: #1D505F; }
a { background-color: rgb(29,80,95); }
div.DivClassName
{
background-color: #1D505F;
}
.BgClassName
{
background-color: #1D505F;
}
</style>
border-color css
<style>
span { border-color: #1D505F; }
span { border-color: rgb(29,80,95); }
td.TdClassName
{
border-color: #1D505F;
}
.TagClassName
{
border-color: #1D505F;
}
</style>