Shades of Teal Blue #1B4A59
Tints of Teal Blue #1B4A59
RGB
CMYK
RGB Variations
Color information
#1B4A59 (or 0x1B4A59) is known color: Teal Blue. HEX triplet: 1B, 4A and 59. RGB value is (27,74,89). Sum of RGB (Red+Green+Blue) = 27+74+89=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4A59 is #E4B5A6. Grayscale: #3D3D3D. Windows color (decimal): -14988711 or 5851675. OLE color: 5851675.
HSL color Cylindrical-coordinate representation of color #1B4A59: hue angle of 194.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B4A59 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 74 | 89 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.65 |
| HSL | 194.52º | 0.53% | 0.23% | - |
| HSV(B) | 194.52º | 0.7% | 0.35% | - |
| XYZ | 4.7 | 5.85 | 10.33 | - |
| YUV | 61.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 89 | 0.70 | 0.17 | 0 | 0.65 | 194.52 | 0.53 | 0.23 |
| Hex | 1B | 4A | 59 | 46 | 11 | 0 | 41 | C3 | 35 | 17 |
| Octal | 33 | 112 | 131 | 106 | 21 | 0 | 101 | 303 | 65 | 27 |
| Binary | 11011 | 1001010 | 1011001 | 1000110 | 10001 | 0 | 1000001 | 11000011 | 110101 | 10111 |
Color Harmonies of #1B4A59
Complementary color
Monochromatic Colors of #1B4A59
Black with #1B4A59
Text Example
Text Example
White with #1B4A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4A59; }
p { color: rgb(27,74,89); }
H1.HeaderClassName
{
color: #1B4A59;
}
.AnyTagClassName
{
color: #1B4A59;
}
</style>
background-color css
<style>
a { background-color: #1B4A59; }
a { background-color: rgb(27,74,89); }
div.DivClassName
{
background-color: #1B4A59;
}
.BgClassName
{
background-color: #1B4A59;
}
</style>
border-color css
<style>
span { border-color: #1B4A59; }
span { border-color: rgb(27,74,89); }
td.TdClassName
{
border-color: #1B4A59;
}
.TagClassName
{
border-color: #1B4A59;
}
</style>