Shades of Teal Blue #1D515B
Tints of Teal Blue #1D515B
RGB
CMYK
RGB Variations
Color information
#1D515B (or 0x1D515B) is known color: Teal Blue. HEX triplet: 1D, 51 and 5B. RGB value is (29,81,91). Sum of RGB (Red+Green+Blue) = 29+81+91=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D515B is #E2AEA4. Grayscale: #424242. Windows color (decimal): -14855845 or 5984541. OLE color: 5984541.
HSL color Cylindrical-coordinate representation of color #1D515B: hue angle of 189.68º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D515B is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 81 | 91 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.64 |
| HSL | 189.68º | 0.52% | 0.24% | - |
| HSV(B) | 189.68º | 0.68% | 0.36% | - |
| XYZ | 5.34 | 6.9 | 10.95 | - |
| YUV | 66.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 91 | 0.68 | 0.11 | 0 | 0.64 | 189.68 | 0.52 | 0.24 |
| Hex | 1D | 51 | 5B | 44 | B | 0 | 40 | BE | 34 | 18 |
| Octal | 35 | 121 | 133 | 104 | 13 | 0 | 100 | 276 | 64 | 30 |
| Binary | 11101 | 1010001 | 1011011 | 1000100 | 1011 | 0 | 1000000 | 10111110 | 110100 | 11000 |
Color Harmonies of #1D515B
Complementary color
Monochromatic Colors of #1D515B
Black with #1D515B
Text Example
Text Example
White with #1D515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D515B; }
p { color: rgb(29,81,91); }
H1.HeaderClassName
{
color: #1D515B;
}
.AnyTagClassName
{
color: #1D515B;
}
</style>
background-color css
<style>
a { background-color: #1D515B; }
a { background-color: rgb(29,81,91); }
div.DivClassName
{
background-color: #1D515B;
}
.BgClassName
{
background-color: #1D515B;
}
</style>
border-color css
<style>
span { border-color: #1D515B; }
span { border-color: rgb(29,81,91); }
td.TdClassName
{
border-color: #1D515B;
}
.TagClassName
{
border-color: #1D515B;
}
</style>