Shades of Teal Blue #1B525C
Tints of Teal Blue #1B525C
RGB
CMYK
RGB Variations
Color information
#1B525C (or 0x1B525C) is known color: Teal Blue. HEX triplet: 1B, 52 and 5C. RGB value is (27,82,92). Sum of RGB (Red+Green+Blue) = 27+82+92=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B525C is #E4ADA3. Grayscale: #424242. Windows color (decimal): -14986660 or 6050331. OLE color: 6050331.
HSL color Cylindrical-coordinate representation of color #1B525C: hue angle of 189.23º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B525C is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 82 | 92 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.64 |
| HSL | 189.23º | 0.55% | 0.23% | - |
| HSV(B) | 189.23º | 0.71% | 0.36% | - |
| XYZ | 5.4 | 7.04 | 11.2 | - |
| YUV | 66.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 92 | 0.71 | 0.11 | 0 | 0.64 | 189.23 | 0.55 | 0.23 |
| Hex | 1B | 52 | 5C | 47 | B | 0 | 40 | BD | 37 | 17 |
| Octal | 33 | 122 | 134 | 107 | 13 | 0 | 100 | 275 | 67 | 27 |
| Binary | 11011 | 1010010 | 1011100 | 1000111 | 1011 | 0 | 1000000 | 10111101 | 110111 | 10111 |
Color Harmonies of #1B525C
Complementary color
Monochromatic Colors of #1B525C
Black with #1B525C
Text Example
Text Example
White with #1B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B525C; }
p { color: rgb(27,82,92); }
H1.HeaderClassName
{
color: #1B525C;
}
.AnyTagClassName
{
color: #1B525C;
}
</style>
background-color css
<style>
a { background-color: #1B525C; }
a { background-color: rgb(27,82,92); }
div.DivClassName
{
background-color: #1B525C;
}
.BgClassName
{
background-color: #1B525C;
}
</style>
border-color css
<style>
span { border-color: #1B525C; }
span { border-color: rgb(27,82,92); }
td.TdClassName
{
border-color: #1B525C;
}
.TagClassName
{
border-color: #1B525C;
}
</style>