Shades of Teal Blue #1B5160
Tints of Teal Blue #1B5160
RGB
CMYK
RGB Variations
Color information
#1B5160 (or 0x1B5160) is known color: Teal Blue. HEX triplet: 1B, 51 and 60. RGB value is (27,81,96). Sum of RGB (Red+Green+Blue) = 27+81+96=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5160 is #E4AE9F. Grayscale: #424242. Windows color (decimal): -14986912 or 6312219. OLE color: 6312219.
HSL color Cylindrical-coordinate representation of color #1B5160: hue angle of 193.04º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5160 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 81 | 96 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.62 |
| HSL | 193.04º | 0.56% | 0.24% | - |
| HSV(B) | 193.04º | 0.72% | 0.38% | - |
| XYZ | 5.51 | 6.96 | 12.12 | - |
| YUV | 66.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 96 | 0.72 | 0.16 | 0 | 0.62 | 193.04 | 0.56 | 0.24 |
| Hex | 1B | 51 | 60 | 48 | 10 | 0 | 3E | C1 | 38 | 18 |
| Octal | 33 | 121 | 140 | 110 | 20 | 0 | 76 | 301 | 70 | 30 |
| Binary | 11011 | 1010001 | 1100000 | 1001000 | 10000 | 0 | 111110 | 11000001 | 111000 | 11000 |
Color Harmonies of #1B5160
Complementary color
Monochromatic Colors of #1B5160
Black with #1B5160
Text Example
Text Example
White with #1B5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5160; }
p { color: rgb(27,81,96); }
H1.HeaderClassName
{
color: #1B5160;
}
.AnyTagClassName
{
color: #1B5160;
}
</style>
background-color css
<style>
a { background-color: #1B5160; }
a { background-color: rgb(27,81,96); }
div.DivClassName
{
background-color: #1B5160;
}
.BgClassName
{
background-color: #1B5160;
}
</style>
border-color css
<style>
span { border-color: #1B5160; }
span { border-color: rgb(27,81,96); }
td.TdClassName
{
border-color: #1B5160;
}
.TagClassName
{
border-color: #1B5160;
}
</style>