Shades of Teal Blue #1C4858
Tints of Teal Blue #1C4858
RGB
CMYK
RGB Variations
Color information
#1C4858 (or 0x1C4858) is known color: Teal Blue. HEX triplet: 1C, 48 and 58. RGB value is (28,72,88). Sum of RGB (Red+Green+Blue) = 28+72+88=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4858 is #E3B7A7. Grayscale: #3C3C3C. Windows color (decimal): -14923688 or 5785628. OLE color: 5785628.
HSL color Cylindrical-coordinate representation of color #1C4858: hue angle of 196º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4858 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 72 | 88 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.65 |
| HSL | 196º | 0.52% | 0.23% | - |
| HSV(B) | 196º | 0.68% | 0.35% | - |
| XYZ | 4.56 | 5.59 | 10.07 | - |
| YUV | 60.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 88 | 0.68 | 0.18 | 0 | 0.65 | 196 | 0.52 | 0.23 |
| Hex | 1C | 48 | 58 | 44 | 12 | 0 | 41 | C4 | 34 | 17 |
| Octal | 34 | 110 | 130 | 104 | 22 | 0 | 101 | 304 | 64 | 27 |
| Binary | 11100 | 1001000 | 1011000 | 1000100 | 10010 | 0 | 1000001 | 11000100 | 110100 | 10111 |
Color Harmonies of #1C4858
Complementary color
Monochromatic Colors of #1C4858
Black with #1C4858
Text Example
Text Example
White with #1C4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4858; }
p { color: rgb(28,72,88); }
H1.HeaderClassName
{
color: #1C4858;
}
.AnyTagClassName
{
color: #1C4858;
}
</style>
background-color css
<style>
a { background-color: #1C4858; }
a { background-color: rgb(28,72,88); }
div.DivClassName
{
background-color: #1C4858;
}
.BgClassName
{
background-color: #1C4858;
}
</style>
border-color css
<style>
span { border-color: #1C4858; }
span { border-color: rgb(28,72,88); }
td.TdClassName
{
border-color: #1C4858;
}
.TagClassName
{
border-color: #1C4858;
}
</style>