Shades of Teal Blue #1D474E
Tints of Teal Blue #1D474E
RGB
CMYK
RGB Variations
Color information
#1D474E (or 0x1D474E) is known color: Teal Blue. HEX triplet: 1D, 47 and 4E. RGB value is (29,71,78). Sum of RGB (Red+Green+Blue) = 29+71+78=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D474E is #E2B8B1. Grayscale: #3B3B3B. Windows color (decimal): -14858418 or 5130013. OLE color: 5130013.
HSL color Cylindrical-coordinate representation of color #1D474E: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D474E is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 71 | 78 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.69 |
| HSL | 188.57º | 0.46% | 0.21% | - |
| HSV(B) | 188.57º | 0.63% | 0.31% | - |
| XYZ | 4.14 | 5.32 | 8.02 | - |
| YUV | 59.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 78 | 0.63 | 0.09 | 0 | 0.69 | 188.57 | 0.46 | 0.21 |
| Hex | 1D | 47 | 4E | 3F | 9 | 0 | 45 | BD | 2E | 15 |
| Octal | 35 | 107 | 116 | 77 | 11 | 0 | 105 | 275 | 56 | 25 |
| Binary | 11101 | 1000111 | 1001110 | 111111 | 1001 | 0 | 1000101 | 10111101 | 101110 | 10101 |
Color Harmonies of #1D474E
Complementary color
Monochromatic Colors of #1D474E
Black with #1D474E
Text Example
Text Example
White with #1D474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D474E; }
p { color: rgb(29,71,78); }
H1.HeaderClassName
{
color: #1D474E;
}
.AnyTagClassName
{
color: #1D474E;
}
</style>
background-color css
<style>
a { background-color: #1D474E; }
a { background-color: rgb(29,71,78); }
div.DivClassName
{
background-color: #1D474E;
}
.BgClassName
{
background-color: #1D474E;
}
</style>
border-color css
<style>
span { border-color: #1D474E; }
span { border-color: rgb(29,71,78); }
td.TdClassName
{
border-color: #1D474E;
}
.TagClassName
{
border-color: #1D474E;
}
</style>