Shades of Teal Blue #1C4D5B
Tints of Teal Blue #1C4D5B
RGB
CMYK
RGB Variations
Color information
#1C4D5B (or 0x1C4D5B) is known color: Teal Blue. HEX triplet: 1C, 4D and 5B. RGB value is (28,77,91). Sum of RGB (Red+Green+Blue) = 28+77+91=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C4D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4D5B is #E3B2A4. Grayscale: #3F3F3F. Windows color (decimal): -14922405 or 5983516. OLE color: 5983516.
HSL color Cylindrical-coordinate representation of color #1C4D5B: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C4D5B is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 77 | 91 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.64 |
| HSL | 193.33º | 0.53% | 0.23% | - |
| HSV(B) | 193.33º | 0.69% | 0.36% | - |
| XYZ | 5.02 | 6.31 | 10.85 | - |
| YUV | 63.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 91 | 0.69 | 0.15 | 0 | 0.64 | 193.33 | 0.53 | 0.23 |
| Hex | 1C | 4D | 5B | 45 | F | 0 | 40 | C1 | 35 | 17 |
| Octal | 34 | 115 | 133 | 105 | 17 | 0 | 100 | 301 | 65 | 27 |
| Binary | 11100 | 1001101 | 1011011 | 1000101 | 1111 | 0 | 1000000 | 11000001 | 110101 | 10111 |
Color Harmonies of #1C4D5B
Complementary color
Monochromatic Colors of #1C4D5B
Black with #1C4D5B
Text Example
Text Example
White with #1C4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D5B; }
p { color: rgb(28,77,91); }
H1.HeaderClassName
{
color: #1C4D5B;
}
.AnyTagClassName
{
color: #1C4D5B;
}
</style>
background-color css
<style>
a { background-color: #1C4D5B; }
a { background-color: rgb(28,77,91); }
div.DivClassName
{
background-color: #1C4D5B;
}
.BgClassName
{
background-color: #1C4D5B;
}
</style>
border-color css
<style>
span { border-color: #1C4D5B; }
span { border-color: rgb(28,77,91); }
td.TdClassName
{
border-color: #1C4D5B;
}
.TagClassName
{
border-color: #1C4D5B;
}
</style>