Shades of Teal Blue #1C4757
Tints of Teal Blue #1C4757
RGB
CMYK
RGB Variations
Color information
#1C4757 (or 0x1C4757) is known color: Teal Blue. HEX triplet: 1C, 47 and 57. RGB value is (28,71,87). Sum of RGB (Red+Green+Blue) = 28+71+87=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C4757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4757 is #E3B8A8. Grayscale: #3B3B3B. Windows color (decimal): -14923945 or 5719836. OLE color: 5719836.
HSL color Cylindrical-coordinate representation of color #1C4757: hue angle of 196.27º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4757 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 71 | 87 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.66 |
| HSL | 196.27º | 0.51% | 0.23% | - |
| HSV(B) | 196.27º | 0.68% | 0.34% | - |
| XYZ | 4.45 | 5.44 | 9.83 | - |
| YUV | 59.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 87 | 0.68 | 0.18 | 0 | 0.66 | 196.27 | 0.51 | 0.23 |
| Hex | 1C | 47 | 57 | 44 | 12 | 0 | 42 | C4 | 33 | 17 |
| Octal | 34 | 107 | 127 | 104 | 22 | 0 | 102 | 304 | 63 | 27 |
| Binary | 11100 | 1000111 | 1010111 | 1000100 | 10010 | 0 | 1000010 | 11000100 | 110011 | 10111 |
Color Harmonies of #1C4757
Complementary color
Monochromatic Colors of #1C4757
Black with #1C4757
Text Example
Text Example
White with #1C4757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4757; }
p { color: rgb(28,71,87); }
H1.HeaderClassName
{
color: #1C4757;
}
.AnyTagClassName
{
color: #1C4757;
}
</style>
background-color css
<style>
a { background-color: #1C4757; }
a { background-color: rgb(28,71,87); }
div.DivClassName
{
background-color: #1C4757;
}
.BgClassName
{
background-color: #1C4757;
}
</style>
border-color css
<style>
span { border-color: #1C4757; }
span { border-color: rgb(28,71,87); }
td.TdClassName
{
border-color: #1C4757;
}
.TagClassName
{
border-color: #1C4757;
}
</style>