Shades of Teal Blue #1C4B53
Tints of Teal Blue #1C4B53
RGB
CMYK
RGB Variations
Color information
#1C4B53 (or 0x1C4B53) is known color: Teal Blue. HEX triplet: 1C, 4B and 53. RGB value is (28,75,83). Sum of RGB (Red+Green+Blue) = 28+75+83=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C4B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4B53 is #E3B4AC. Grayscale: #3D3D3D. Windows color (decimal): -14922925 or 5458716. OLE color: 5458716.
HSL color Cylindrical-coordinate representation of color #1C4B53: hue angle of 188.73º 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 #1C4B53 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 75 | 83 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.67 |
| HSL | 188.73º | 0.5% | 0.22% | - |
| HSV(B) | 188.73º | 0.66% | 0.33% | - |
| XYZ | 4.56 | 5.9 | 9.08 | - |
| YUV | 61.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 75 | 83 | 0.66 | 0.10 | 0 | 0.67 | 188.73 | 0.5 | 0.22 |
| Hex | 1C | 4B | 53 | 42 | A | 0 | 43 | BD | 32 | 16 |
| Octal | 34 | 113 | 123 | 102 | 12 | 0 | 103 | 275 | 62 | 26 |
| Binary | 11100 | 1001011 | 1010011 | 1000010 | 1010 | 0 | 1000011 | 10111101 | 110010 | 10110 |
Color Harmonies of #1C4B53
Complementary color
Monochromatic Colors of #1C4B53
Black with #1C4B53
Text Example
Text Example
White with #1C4B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4B53; }
p { color: rgb(28,75,83); }
H1.HeaderClassName
{
color: #1C4B53;
}
.AnyTagClassName
{
color: #1C4B53;
}
</style>
background-color css
<style>
a { background-color: #1C4B53; }
a { background-color: rgb(28,75,83); }
div.DivClassName
{
background-color: #1C4B53;
}
.BgClassName
{
background-color: #1C4B53;
}
</style>
border-color css
<style>
span { border-color: #1C4B53; }
span { border-color: rgb(28,75,83); }
td.TdClassName
{
border-color: #1C4B53;
}
.TagClassName
{
border-color: #1C4B53;
}
</style>