Shades of Teal Blue #1B535B
Tints of Teal Blue #1B535B
RGB
CMYK
RGB Variations
Color information
#1B535B (or 0x1B535B) is known color: Teal Blue. HEX triplet: 1B, 53 and 5B. RGB value is (27,83,91). Sum of RGB (Red+Green+Blue) = 27+83+91=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B535B is #E4ACA4. Grayscale: #434343. Windows color (decimal): -14986405 or 5985051. OLE color: 5985051.
HSL color Cylindrical-coordinate representation of color #1B535B: hue angle of 187.5º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B535B is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 83 | 91 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.64 |
| HSL | 187.5º | 0.54% | 0.23% | - |
| HSV(B) | 187.5º | 0.7% | 0.36% | - |
| XYZ | 5.43 | 7.17 | 11 | - |
| YUV | 67.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 91 | 0.70 | 0.09 | 0 | 0.64 | 187.5 | 0.54 | 0.23 |
| Hex | 1B | 53 | 5B | 46 | 9 | 0 | 40 | BC | 36 | 17 |
| Octal | 33 | 123 | 133 | 106 | 11 | 0 | 100 | 274 | 66 | 27 |
| Binary | 11011 | 1010011 | 1011011 | 1000110 | 1001 | 0 | 1000000 | 10111100 | 110110 | 10111 |
Color Harmonies of #1B535B
Complementary color
Monochromatic Colors of #1B535B
Black with #1B535B
Text Example
Text Example
White with #1B535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B535B; }
p { color: rgb(27,83,91); }
H1.HeaderClassName
{
color: #1B535B;
}
.AnyTagClassName
{
color: #1B535B;
}
</style>
background-color css
<style>
a { background-color: #1B535B; }
a { background-color: rgb(27,83,91); }
div.DivClassName
{
background-color: #1B535B;
}
.BgClassName
{
background-color: #1B535B;
}
</style>
border-color css
<style>
span { border-color: #1B535B; }
span { border-color: rgb(27,83,91); }
td.TdClassName
{
border-color: #1B535B;
}
.TagClassName
{
border-color: #1B535B;
}
</style>