Shades of Teal Blue #1D515D
Tints of Teal Blue #1D515D
RGB
CMYK
RGB Variations
Color information
#1D515D (or 0x1D515D) is known color: Teal Blue. HEX triplet: 1D, 51 and 5D. RGB value is (29,81,93). Sum of RGB (Red+Green+Blue) = 29+81+93=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D515D is #E2AEA2. Grayscale: #424242. Windows color (decimal): -14855843 or 6115613. OLE color: 6115613.
HSL color Cylindrical-coordinate representation of color #1D515D: hue angle of 191.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D515D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 81 | 93 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.64 |
| HSL | 191.25º | 0.52% | 0.24% | - |
| HSV(B) | 191.25º | 0.69% | 0.36% | - |
| XYZ | 5.42 | 6.94 | 11.41 | - |
| YUV | 66.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 93 | 0.69 | 0.13 | 0 | 0.64 | 191.25 | 0.52 | 0.24 |
| Hex | 1D | 51 | 5D | 45 | D | 0 | 40 | BF | 34 | 18 |
| Octal | 35 | 121 | 135 | 105 | 15 | 0 | 100 | 277 | 64 | 30 |
| Binary | 11101 | 1010001 | 1011101 | 1000101 | 1101 | 0 | 1000000 | 10111111 | 110100 | 11000 |
Color Harmonies of #1D515D
Complementary color
Monochromatic Colors of #1D515D
Black with #1D515D
Text Example
Text Example
White with #1D515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D515D; }
p { color: rgb(29,81,93); }
H1.HeaderClassName
{
color: #1D515D;
}
.AnyTagClassName
{
color: #1D515D;
}
</style>
background-color css
<style>
a { background-color: #1D515D; }
a { background-color: rgb(29,81,93); }
div.DivClassName
{
background-color: #1D515D;
}
.BgClassName
{
background-color: #1D515D;
}
</style>
border-color css
<style>
span { border-color: #1D515D; }
span { border-color: rgb(29,81,93); }
td.TdClassName
{
border-color: #1D515D;
}
.TagClassName
{
border-color: #1D515D;
}
</style>