Shades of Teal Blue #1B4C56
Tints of Teal Blue #1B4C56
RGB
CMYK
RGB Variations
Color information
#1B4C56 (or 0x1B4C56) is known color: Teal Blue. HEX triplet: 1B, 4C and 56. RGB value is (27,76,86). Sum of RGB (Red+Green+Blue) = 27+76+86=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4C56 is #E4B3A9. Grayscale: #3E3E3E. Windows color (decimal): -14988202 or 5655579. OLE color: 5655579.
HSL color Cylindrical-coordinate representation of color #1B4C56: hue angle of 190.17º 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 #1B4C56 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 76 | 86 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.66 |
| HSL | 190.17º | 0.52% | 0.22% | - |
| HSV(B) | 190.17º | 0.69% | 0.34% | - |
| XYZ | 4.72 | 6.07 | 9.73 | - |
| YUV | 62.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 86 | 0.69 | 0.12 | 0 | 0.66 | 190.17 | 0.52 | 0.22 |
| Hex | 1B | 4C | 56 | 45 | C | 0 | 42 | BE | 34 | 16 |
| Octal | 33 | 114 | 126 | 105 | 14 | 0 | 102 | 276 | 64 | 26 |
| Binary | 11011 | 1001100 | 1010110 | 1000101 | 1100 | 0 | 1000010 | 10111110 | 110100 | 10110 |
Color Harmonies of #1B4C56
Complementary color
Monochromatic Colors of #1B4C56
Black with #1B4C56
Text Example
Text Example
White with #1B4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4C56; }
p { color: rgb(27,76,86); }
H1.HeaderClassName
{
color: #1B4C56;
}
.AnyTagClassName
{
color: #1B4C56;
}
</style>
background-color css
<style>
a { background-color: #1B4C56; }
a { background-color: rgb(27,76,86); }
div.DivClassName
{
background-color: #1B4C56;
}
.BgClassName
{
background-color: #1B4C56;
}
</style>
border-color css
<style>
span { border-color: #1B4C56; }
span { border-color: rgb(27,76,86); }
td.TdClassName
{
border-color: #1B4C56;
}
.TagClassName
{
border-color: #1B4C56;
}
</style>