Shades of Teal Blue #1B4D57
Tints of Teal Blue #1B4D57
RGB
CMYK
RGB Variations
Color information
#1B4D57 (or 0x1B4D57) is known color: Teal Blue. HEX triplet: 1B, 4D and 57. RGB value is (27,77,87). Sum of RGB (Red+Green+Blue) = 27+77+87=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4D57 is #E4B2A8. Grayscale: #3F3F3F. Windows color (decimal): -14987945 or 5721371. OLE color: 5721371.
HSL color Cylindrical-coordinate representation of color #1B4D57: hue angle of 190º degrees, saturation: 0.53, 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 #1B4D57 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 77 | 87 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.66 |
| HSL | 190º | 0.53% | 0.22% | - |
| HSV(B) | 190º | 0.69% | 0.34% | - |
| XYZ | 4.83 | 6.23 | 9.96 | - |
| YUV | 63.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 87 | 0.69 | 0.11 | 0 | 0.66 | 190 | 0.53 | 0.22 |
| Hex | 1B | 4D | 57 | 45 | B | 0 | 42 | BE | 35 | 16 |
| Octal | 33 | 115 | 127 | 105 | 13 | 0 | 102 | 276 | 65 | 26 |
| Binary | 11011 | 1001101 | 1010111 | 1000101 | 1011 | 0 | 1000010 | 10111110 | 110101 | 10110 |
Color Harmonies of #1B4D57
Complementary color
Monochromatic Colors of #1B4D57
Black with #1B4D57
Text Example
Text Example
White with #1B4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D57; }
p { color: rgb(27,77,87); }
H1.HeaderClassName
{
color: #1B4D57;
}
.AnyTagClassName
{
color: #1B4D57;
}
</style>
background-color css
<style>
a { background-color: #1B4D57; }
a { background-color: rgb(27,77,87); }
div.DivClassName
{
background-color: #1B4D57;
}
.BgClassName
{
background-color: #1B4D57;
}
</style>
border-color css
<style>
span { border-color: #1B4D57; }
span { border-color: rgb(27,77,87); }
td.TdClassName
{
border-color: #1B4D57;
}
.TagClassName
{
border-color: #1B4D57;
}
</style>