Shades of Teal Blue #1C535A
Tints of Teal Blue #1C535A
RGB
CMYK
RGB Variations
Color information
#1C535A (or 0x1C535A) is known color: Teal Blue. HEX triplet: 1C, 53 and 5A. RGB value is (28,83,90). Sum of RGB (Red+Green+Blue) = 28+83+90=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C535A is #E3ACA5. Grayscale: #434343. Windows color (decimal): -14920870 or 5919516. OLE color: 5919516.
HSL color Cylindrical-coordinate representation of color #1C535A: hue angle of 186.77º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C535A is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 83 | 90 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.65 |
| HSL | 186.77º | 0.53% | 0.23% | - |
| HSV(B) | 186.77º | 0.69% | 0.35% | - |
| XYZ | 5.42 | 7.17 | 10.77 | - |
| YUV | 67.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 90 | 0.69 | 0.08 | 0 | 0.65 | 186.77 | 0.53 | 0.23 |
| Hex | 1C | 53 | 5A | 45 | 8 | 0 | 41 | BB | 35 | 17 |
| Octal | 34 | 123 | 132 | 105 | 10 | 0 | 101 | 273 | 65 | 27 |
| Binary | 11100 | 1010011 | 1011010 | 1000101 | 1000 | 0 | 1000001 | 10111011 | 110101 | 10111 |
Color Harmonies of #1C535A
Complementary color
Monochromatic Colors of #1C535A
Black with #1C535A
Text Example
Text Example
White with #1C535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C535A; }
p { color: rgb(28,83,90); }
H1.HeaderClassName
{
color: #1C535A;
}
.AnyTagClassName
{
color: #1C535A;
}
</style>
background-color css
<style>
a { background-color: #1C535A; }
a { background-color: rgb(28,83,90); }
div.DivClassName
{
background-color: #1C535A;
}
.BgClassName
{
background-color: #1C535A;
}
</style>
border-color css
<style>
span { border-color: #1C535A; }
span { border-color: rgb(28,83,90); }
td.TdClassName
{
border-color: #1C535A;
}
.TagClassName
{
border-color: #1C535A;
}
</style>