Shades of Teal Blue #1B4E56
Tints of Teal Blue #1B4E56
RGB
CMYK
RGB Variations
Color information
#1B4E56 (or 0x1B4E56) is known color: Teal Blue. HEX triplet: 1B, 4E and 56. RGB value is (27,78,86). Sum of RGB (Red+Green+Blue) = 27+78+86=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4E56 is #E4B1A9. Grayscale: #3F3F3F. Windows color (decimal): -14987690 or 5656091. OLE color: 5656091.
HSL color Cylindrical-coordinate representation of color #1B4E56: hue angle of 188.14º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4E56 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 78 | 86 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.66 |
| HSL | 188.14º | 0.52% | 0.22% | - |
| HSV(B) | 188.14º | 0.69% | 0.34% | - |
| XYZ | 4.86 | 6.35 | 9.77 | - |
| YUV | 63.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 86 | 0.69 | 0.09 | 0 | 0.66 | 188.14 | 0.52 | 0.22 |
| Hex | 1B | 4E | 56 | 45 | 9 | 0 | 42 | BC | 34 | 16 |
| Octal | 33 | 116 | 126 | 105 | 11 | 0 | 102 | 274 | 64 | 26 |
| Binary | 11011 | 1001110 | 1010110 | 1000101 | 1001 | 0 | 1000010 | 10111100 | 110100 | 10110 |
Color Harmonies of #1B4E56
Complementary color
Monochromatic Colors of #1B4E56
Black with #1B4E56
Text Example
Text Example
White with #1B4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E56; }
p { color: rgb(27,78,86); }
H1.HeaderClassName
{
color: #1B4E56;
}
.AnyTagClassName
{
color: #1B4E56;
}
</style>
background-color css
<style>
a { background-color: #1B4E56; }
a { background-color: rgb(27,78,86); }
div.DivClassName
{
background-color: #1B4E56;
}
.BgClassName
{
background-color: #1B4E56;
}
</style>
border-color css
<style>
span { border-color: #1B4E56; }
span { border-color: rgb(27,78,86); }
td.TdClassName
{
border-color: #1B4E56;
}
.TagClassName
{
border-color: #1B4E56;
}
</style>