Shades of Teal Blue #1B4E55
Tints of Teal Blue #1B4E55
RGB
CMYK
RGB Variations
Color information
#1B4E55 (or 0x1B4E55) is known color: Teal Blue. HEX triplet: 1B, 4E and 55. RGB value is (27,78,85). Sum of RGB (Red+Green+Blue) = 27+78+85=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #1B4E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4E55 is #E4B1AA. Grayscale: #3F3F3F. Windows color (decimal): -14987691 or 5590555. OLE color: 5590555.
HSL color Cylindrical-coordinate representation of color #1B4E55: hue angle of 187.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B4E55 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 78 | 85 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.67 |
| HSL | 187.24º | 0.52% | 0.22% | - |
| HSV(B) | 187.24º | 0.68% | 0.33% | - |
| XYZ | 4.82 | 6.34 | 9.56 | - |
| YUV | 63.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 85 | 0.68 | 0.08 | 0 | 0.67 | 187.24 | 0.52 | 0.22 |
| Hex | 1B | 4E | 55 | 44 | 8 | 0 | 43 | BB | 34 | 16 |
| Octal | 33 | 116 | 125 | 104 | 10 | 0 | 103 | 273 | 64 | 26 |
| Binary | 11011 | 1001110 | 1010101 | 1000100 | 1000 | 0 | 1000011 | 10111011 | 110100 | 10110 |
Color Harmonies of #1B4E55
Complementary color
Monochromatic Colors of #1B4E55
Black with #1B4E55
Text Example
Text Example
White with #1B4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E55; }
p { color: rgb(27,78,85); }
H1.HeaderClassName
{
color: #1B4E55;
}
.AnyTagClassName
{
color: #1B4E55;
}
</style>
background-color css
<style>
a { background-color: #1B4E55; }
a { background-color: rgb(27,78,85); }
div.DivClassName
{
background-color: #1B4E55;
}
.BgClassName
{
background-color: #1B4E55;
}
</style>
border-color css
<style>
span { border-color: #1B4E55; }
span { border-color: rgb(27,78,85); }
td.TdClassName
{
border-color: #1B4E55;
}
.TagClassName
{
border-color: #1B4E55;
}
</style>