Shades of Teal Blue #1D505E
Tints of Teal Blue #1D505E
RGB
CMYK
RGB Variations
Color information
#1D505E (or 0x1D505E) is known color: Teal Blue. HEX triplet: 1D, 50 and 5E. RGB value is (29,80,94). Sum of RGB (Red+Green+Blue) = 29+80+94=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D505E is #E2AFA1. Grayscale: #424242. Windows color (decimal): -14856098 or 6180893. OLE color: 6180893.
HSL color Cylindrical-coordinate representation of color #1D505E: hue angle of 192.92º 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 #1D505E is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 80 | 94 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.63 |
| HSL | 192.92º | 0.53% | 0.24% | - |
| HSV(B) | 192.92º | 0.69% | 0.37% | - |
| XYZ | 5.4 | 6.81 | 11.62 | - |
| YUV | 66.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 94 | 0.69 | 0.15 | 0 | 0.63 | 192.92 | 0.53 | 0.24 |
| Hex | 1D | 50 | 5E | 45 | F | 0 | 3F | C1 | 35 | 18 |
| Octal | 35 | 120 | 136 | 105 | 17 | 0 | 77 | 301 | 65 | 30 |
| Binary | 11101 | 1010000 | 1011110 | 1000101 | 1111 | 0 | 111111 | 11000001 | 110101 | 11000 |
Color Harmonies of #1D505E
Complementary color
Monochromatic Colors of #1D505E
Black with #1D505E
Text Example
Text Example
White with #1D505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D505E; }
p { color: rgb(29,80,94); }
H1.HeaderClassName
{
color: #1D505E;
}
.AnyTagClassName
{
color: #1D505E;
}
</style>
background-color css
<style>
a { background-color: #1D505E; }
a { background-color: rgb(29,80,94); }
div.DivClassName
{
background-color: #1D505E;
}
.BgClassName
{
background-color: #1D505E;
}
</style>
border-color css
<style>
span { border-color: #1D505E; }
span { border-color: rgb(29,80,94); }
td.TdClassName
{
border-color: #1D505E;
}
.TagClassName
{
border-color: #1D505E;
}
</style>