Shades of Teal Blue #1B4957
Tints of Teal Blue #1B4957
RGB
CMYK
RGB Variations
Color information
#1B4957 (or 0x1B4957) is known color: Teal Blue. HEX triplet: 1B, 49 and 57. RGB value is (27,73,87). Sum of RGB (Red+Green+Blue) = 27+73+87=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4957 is #E4B6A8. Grayscale: #3C3C3C. Windows color (decimal): -14988969 or 5720347. OLE color: 5720347.
HSL color Cylindrical-coordinate representation of color #1B4957: hue angle of 194º 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 #1B4957 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 73 | 87 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.66 |
| HSL | 194º | 0.53% | 0.22% | - |
| HSV(B) | 194º | 0.69% | 0.34% | - |
| XYZ | 4.55 | 5.69 | 9.87 | - |
| YUV | 60.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 87 | 0.69 | 0.16 | 0 | 0.66 | 194 | 0.53 | 0.22 |
| Hex | 1B | 49 | 57 | 45 | 10 | 0 | 42 | C2 | 35 | 16 |
| Octal | 33 | 111 | 127 | 105 | 20 | 0 | 102 | 302 | 65 | 26 |
| Binary | 11011 | 1001001 | 1010111 | 1000101 | 10000 | 0 | 1000010 | 11000010 | 110101 | 10110 |
Color Harmonies of #1B4957
Complementary color
Monochromatic Colors of #1B4957
Black with #1B4957
Text Example
Text Example
White with #1B4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4957; }
p { color: rgb(27,73,87); }
H1.HeaderClassName
{
color: #1B4957;
}
.AnyTagClassName
{
color: #1B4957;
}
</style>
background-color css
<style>
a { background-color: #1B4957; }
a { background-color: rgb(27,73,87); }
div.DivClassName
{
background-color: #1B4957;
}
.BgClassName
{
background-color: #1B4957;
}
</style>
border-color css
<style>
span { border-color: #1B4957; }
span { border-color: rgb(27,73,87); }
td.TdClassName
{
border-color: #1B4957;
}
.TagClassName
{
border-color: #1B4957;
}
</style>