Shades of Teal Blue #1B5361
Tints of Teal Blue #1B5361
RGB
CMYK
RGB Variations
Color information
#1B5361 (or 0x1B5361) is known color: Teal Blue. HEX triplet: 1B, 53 and 61. RGB value is (27,83,97). Sum of RGB (Red+Green+Blue) = 27+83+97=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5361 is #E4AC9E. Grayscale: #434343. Windows color (decimal): -14986399 or 6378267. OLE color: 6378267.
HSL color Cylindrical-coordinate representation of color #1B5361: hue angle of 192º 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 #1B5361 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 83 | 97 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.62 |
| HSL | 192º | 0.56% | 0.24% | - |
| HSV(B) | 192º | 0.72% | 0.38% | - |
| XYZ | 5.7 | 7.28 | 12.41 | - |
| YUV | 67.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 97 | 0.72 | 0.14 | 0 | 0.62 | 192 | 0.56 | 0.24 |
| Hex | 1B | 53 | 61 | 48 | E | 0 | 3E | C0 | 38 | 18 |
| Octal | 33 | 123 | 141 | 110 | 16 | 0 | 76 | 300 | 70 | 30 |
| Binary | 11011 | 1010011 | 1100001 | 1001000 | 1110 | 0 | 111110 | 11000000 | 111000 | 11000 |
Color Harmonies of #1B5361
Complementary color
Monochromatic Colors of #1B5361
Black with #1B5361
Text Example
Text Example
White with #1B5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5361; }
p { color: rgb(27,83,97); }
H1.HeaderClassName
{
color: #1B5361;
}
.AnyTagClassName
{
color: #1B5361;
}
</style>
background-color css
<style>
a { background-color: #1B5361; }
a { background-color: rgb(27,83,97); }
div.DivClassName
{
background-color: #1B5361;
}
.BgClassName
{
background-color: #1B5361;
}
</style>
border-color css
<style>
span { border-color: #1B5361; }
span { border-color: rgb(27,83,97); }
td.TdClassName
{
border-color: #1B5361;
}
.TagClassName
{
border-color: #1B5361;
}
</style>