Shades of Teal Blue #1D4651
Tints of Teal Blue #1D4651
RGB
CMYK
RGB Variations
Color information
#1D4651 (or 0x1D4651) is known color: Teal Blue. HEX triplet: 1D, 46 and 51. RGB value is (29,70,81). Sum of RGB (Red+Green+Blue) = 29+70+81=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4651 is #E2B9AE. Grayscale: #3A3A3A. Windows color (decimal): -14858671 or 5326365. OLE color: 5326365.
HSL color Cylindrical-coordinate representation of color #1D4651: hue angle of 192.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D4651 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 70 | 81 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.68 |
| HSL | 192.69º | 0.47% | 0.22% | - |
| HSV(B) | 192.69º | 0.64% | 0.32% | - |
| XYZ | 4.18 | 5.24 | 8.57 | - |
| YUV | 59 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 81 | 0.64 | 0.14 | 0 | 0.68 | 192.69 | 0.47 | 0.22 |
| Hex | 1D | 46 | 51 | 40 | E | 0 | 44 | C1 | 2F | 16 |
| Octal | 35 | 106 | 121 | 100 | 16 | 0 | 104 | 301 | 57 | 26 |
| Binary | 11101 | 1000110 | 1010001 | 1000000 | 1110 | 0 | 1000100 | 11000001 | 101111 | 10110 |
Color Harmonies of #1D4651
Complementary color
Monochromatic Colors of #1D4651
Black with #1D4651
Text Example
Text Example
White with #1D4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4651; }
p { color: rgb(29,70,81); }
H1.HeaderClassName
{
color: #1D4651;
}
.AnyTagClassName
{
color: #1D4651;
}
</style>
background-color css
<style>
a { background-color: #1D4651; }
a { background-color: rgb(29,70,81); }
div.DivClassName
{
background-color: #1D4651;
}
.BgClassName
{
background-color: #1D4651;
}
</style>
border-color css
<style>
span { border-color: #1D4651; }
span { border-color: rgb(29,70,81); }
td.TdClassName
{
border-color: #1D4651;
}
.TagClassName
{
border-color: #1D4651;
}
</style>