Shades of Teal Blue #1C4853
Tints of Teal Blue #1C4853
RGB
CMYK
RGB Variations
Color information
#1C4853 (or 0x1C4853) is known color: Teal Blue. HEX triplet: 1C, 48 and 53. RGB value is (28,72,83). Sum of RGB (Red+Green+Blue) = 28+72+83=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4853 is #E3B7AC. Grayscale: #3C3C3C. Windows color (decimal): -14923693 or 5457948. OLE color: 5457948.
HSL color Cylindrical-coordinate representation of color #1C4853: hue angle of 192º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4853 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 72 | 83 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.67 |
| HSL | 192º | 0.5% | 0.22% | - |
| HSV(B) | 192º | 0.66% | 0.33% | - |
| XYZ | 4.36 | 5.51 | 9.02 | - |
| YUV | 60.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 83 | 0.66 | 0.13 | 0 | 0.67 | 192 | 0.5 | 0.22 |
| Hex | 1C | 48 | 53 | 42 | D | 0 | 43 | C0 | 32 | 16 |
| Octal | 34 | 110 | 123 | 102 | 15 | 0 | 103 | 300 | 62 | 26 |
| Binary | 11100 | 1001000 | 1010011 | 1000010 | 1101 | 0 | 1000011 | 11000000 | 110010 | 10110 |
Color Harmonies of #1C4853
Complementary color
Monochromatic Colors of #1C4853
Black with #1C4853
Text Example
Text Example
White with #1C4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4853; }
p { color: rgb(28,72,83); }
H1.HeaderClassName
{
color: #1C4853;
}
.AnyTagClassName
{
color: #1C4853;
}
</style>
background-color css
<style>
a { background-color: #1C4853; }
a { background-color: rgb(28,72,83); }
div.DivClassName
{
background-color: #1C4853;
}
.BgClassName
{
background-color: #1C4853;
}
</style>
border-color css
<style>
span { border-color: #1C4853; }
span { border-color: rgb(28,72,83); }
td.TdClassName
{
border-color: #1C4853;
}
.TagClassName
{
border-color: #1C4853;
}
</style>