Shades of Teal Blue #1C4651
Tints of Teal Blue #1C4651
RGB
CMYK
RGB Variations
Color information
#1C4651 (or 0x1C4651) is known color: Teal Blue. HEX triplet: 1C, 46 and 51. RGB value is (28,70,81). Sum of RGB (Red+Green+Blue) = 28+70+81=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4651 is #E3B9AE. Grayscale: #3A3A3A. Windows color (decimal): -14924207 or 5326364. OLE color: 5326364.
HSL color Cylindrical-coordinate representation of color #1C4651: hue angle of 192.45º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4651 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 70 | 81 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.68 |
| HSL | 192.45º | 0.49% | 0.21% | - |
| HSV(B) | 192.45º | 0.65% | 0.32% | - |
| XYZ | 4.15 | 5.22 | 8.57 | - |
| YUV | 58.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 81 | 0.65 | 0.14 | 0 | 0.68 | 192.45 | 0.49 | 0.21 |
| Hex | 1C | 46 | 51 | 41 | E | 0 | 44 | C0 | 31 | 15 |
| Octal | 34 | 106 | 121 | 101 | 16 | 0 | 104 | 300 | 61 | 25 |
| Binary | 11100 | 1000110 | 1010001 | 1000001 | 1110 | 0 | 1000100 | 11000000 | 110001 | 10101 |
Color Harmonies of #1C4651
Complementary color
Monochromatic Colors of #1C4651
Black with #1C4651
Text Example
Text Example
White with #1C4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4651; }
p { color: rgb(28,70,81); }
H1.HeaderClassName
{
color: #1C4651;
}
.AnyTagClassName
{
color: #1C4651;
}
</style>
background-color css
<style>
a { background-color: #1C4651; }
a { background-color: rgb(28,70,81); }
div.DivClassName
{
background-color: #1C4651;
}
.BgClassName
{
background-color: #1C4651;
}
</style>
border-color css
<style>
span { border-color: #1C4651; }
span { border-color: rgb(28,70,81); }
td.TdClassName
{
border-color: #1C4651;
}
.TagClassName
{
border-color: #1C4651;
}
</style>