Shades of Teal Blue #1B4E58
Tints of Teal Blue #1B4E58
RGB
CMYK
RGB Variations
Color information
#1B4E58 (or 0x1B4E58) is known color: Teal Blue. HEX triplet: 1B, 4E and 58. RGB value is (27,78,88). Sum of RGB (Red+Green+Blue) = 27+78+88=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4E58 is #E4B1A7. Grayscale: #3F3F3F. Windows color (decimal): -14987688 or 5787163. OLE color: 5787163.
HSL color Cylindrical-coordinate representation of color #1B4E58: hue angle of 189.84º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4E58 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 78 | 88 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.65 |
| HSL | 189.84º | 0.53% | 0.23% | - |
| HSV(B) | 189.84º | 0.69% | 0.35% | - |
| XYZ | 4.94 | 6.39 | 10.2 | - |
| YUV | 63.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 88 | 0.69 | 0.11 | 0 | 0.65 | 189.84 | 0.53 | 0.23 |
| Hex | 1B | 4E | 58 | 45 | B | 0 | 41 | BE | 35 | 17 |
| Octal | 33 | 116 | 130 | 105 | 13 | 0 | 101 | 276 | 65 | 27 |
| Binary | 11011 | 1001110 | 1011000 | 1000101 | 1011 | 0 | 1000001 | 10111110 | 110101 | 10111 |
Color Harmonies of #1B4E58
Complementary color
Monochromatic Colors of #1B4E58
Black with #1B4E58
Text Example
Text Example
White with #1B4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E58; }
p { color: rgb(27,78,88); }
H1.HeaderClassName
{
color: #1B4E58;
}
.AnyTagClassName
{
color: #1B4E58;
}
</style>
background-color css
<style>
a { background-color: #1B4E58; }
a { background-color: rgb(27,78,88); }
div.DivClassName
{
background-color: #1B4E58;
}
.BgClassName
{
background-color: #1B4E58;
}
</style>
border-color css
<style>
span { border-color: #1B4E58; }
span { border-color: rgb(27,78,88); }
td.TdClassName
{
border-color: #1B4E58;
}
.TagClassName
{
border-color: #1B4E58;
}
</style>