Shades of Teal Blue #1D4F5B
Tints of Teal Blue #1D4F5B
RGB
CMYK
RGB Variations
Color information
#1D4F5B (or 0x1D4F5B) is known color: Teal Blue. HEX triplet: 1D, 4F and 5B. RGB value is (29,79,91). Sum of RGB (Red+Green+Blue) = 29+79+91=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D4F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F5B is #E2B0A4. Grayscale: #414141. Windows color (decimal): -14856357 or 5984029. OLE color: 5984029.
HSL color Cylindrical-coordinate representation of color #1D4F5B: hue angle of 191.61º 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 #1D4F5B is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 79 | 91 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.64 |
| HSL | 191.61º | 0.52% | 0.24% | - |
| HSV(B) | 191.61º | 0.68% | 0.36% | - |
| XYZ | 5.19 | 6.61 | 10.9 | - |
| YUV | 65.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 91 | 0.68 | 0.13 | 0 | 0.64 | 191.61 | 0.52 | 0.24 |
| Hex | 1D | 4F | 5B | 44 | D | 0 | 40 | C0 | 34 | 18 |
| Octal | 35 | 117 | 133 | 104 | 15 | 0 | 100 | 300 | 64 | 30 |
| Binary | 11101 | 1001111 | 1011011 | 1000100 | 1101 | 0 | 1000000 | 11000000 | 110100 | 11000 |
Color Harmonies of #1D4F5B
Complementary color
Monochromatic Colors of #1D4F5B
Black with #1D4F5B
Text Example
Text Example
White with #1D4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F5B; }
p { color: rgb(29,79,91); }
H1.HeaderClassName
{
color: #1D4F5B;
}
.AnyTagClassName
{
color: #1D4F5B;
}
</style>
background-color css
<style>
a { background-color: #1D4F5B; }
a { background-color: rgb(29,79,91); }
div.DivClassName
{
background-color: #1D4F5B;
}
.BgClassName
{
background-color: #1D4F5B;
}
</style>
border-color css
<style>
span { border-color: #1D4F5B; }
span { border-color: rgb(29,79,91); }
td.TdClassName
{
border-color: #1D4F5B;
}
.TagClassName
{
border-color: #1D4F5B;
}
</style>