Shades of Teal Blue #1D505D
Tints of Teal Blue #1D505D
RGB
CMYK
RGB Variations
Color information
#1D505D (or 0x1D505D) is known color: Teal Blue. HEX triplet: 1D, 50 and 5D. RGB value is (29,80,93). Sum of RGB (Red+Green+Blue) = 29+80+93=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D505D is #E2AFA2. Grayscale: #424242. Windows color (decimal): -14856099 or 6115357. OLE color: 6115357.
HSL color Cylindrical-coordinate representation of color #1D505D: hue angle of 192.19º 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 #1D505D is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 80 | 93 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.64 |
| HSL | 192.19º | 0.52% | 0.24% | - |
| HSV(B) | 192.19º | 0.69% | 0.36% | - |
| XYZ | 5.35 | 6.79 | 11.38 | - |
| YUV | 66.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 93 | 0.69 | 0.14 | 0 | 0.64 | 192.19 | 0.52 | 0.24 |
| Hex | 1D | 50 | 5D | 45 | E | 0 | 40 | C0 | 34 | 18 |
| Octal | 35 | 120 | 135 | 105 | 16 | 0 | 100 | 300 | 64 | 30 |
| Binary | 11101 | 1010000 | 1011101 | 1000101 | 1110 | 0 | 1000000 | 11000000 | 110100 | 11000 |
Color Harmonies of #1D505D
Complementary color
Monochromatic Colors of #1D505D
Black with #1D505D
Text Example
Text Example
White with #1D505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D505D; }
p { color: rgb(29,80,93); }
H1.HeaderClassName
{
color: #1D505D;
}
.AnyTagClassName
{
color: #1D505D;
}
</style>
background-color css
<style>
a { background-color: #1D505D; }
a { background-color: rgb(29,80,93); }
div.DivClassName
{
background-color: #1D505D;
}
.BgClassName
{
background-color: #1D505D;
}
</style>
border-color css
<style>
span { border-color: #1D505D; }
span { border-color: rgb(29,80,93); }
td.TdClassName
{
border-color: #1D505D;
}
.TagClassName
{
border-color: #1D505D;
}
</style>