Shades of Teal Blue #1B4953
Tints of Teal Blue #1B4953
RGB
CMYK
RGB Variations
Color information
#1B4953 (or 0x1B4953) is known color: Teal Blue. HEX triplet: 1B, 49 and 53. RGB value is (27,73,83). Sum of RGB (Red+Green+Blue) = 27+73+83=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4953 is #E4B6AC. Grayscale: #3C3C3C. Windows color (decimal): -14988973 or 5458203. OLE color: 5458203.
HSL color Cylindrical-coordinate representation of color #1B4953: hue angle of 190.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B4953 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 73 | 83 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.67 |
| HSL | 190.71º | 0.51% | 0.22% | - |
| HSV(B) | 190.71º | 0.67% | 0.33% | - |
| XYZ | 4.4 | 5.62 | 9.04 | - |
| YUV | 60.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 83 | 0.67 | 0.12 | 0 | 0.67 | 190.71 | 0.51 | 0.22 |
| Hex | 1B | 49 | 53 | 43 | C | 0 | 43 | BF | 33 | 16 |
| Octal | 33 | 111 | 123 | 103 | 14 | 0 | 103 | 277 | 63 | 26 |
| Binary | 11011 | 1001001 | 1010011 | 1000011 | 1100 | 0 | 1000011 | 10111111 | 110011 | 10110 |
Color Harmonies of #1B4953
Complementary color
Monochromatic Colors of #1B4953
Black with #1B4953
Text Example
Text Example
White with #1B4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4953; }
p { color: rgb(27,73,83); }
H1.HeaderClassName
{
color: #1B4953;
}
.AnyTagClassName
{
color: #1B4953;
}
</style>
background-color css
<style>
a { background-color: #1B4953; }
a { background-color: rgb(27,73,83); }
div.DivClassName
{
background-color: #1B4953;
}
.BgClassName
{
background-color: #1B4953;
}
</style>
border-color css
<style>
span { border-color: #1B4953; }
span { border-color: rgb(27,73,83); }
td.TdClassName
{
border-color: #1B4953;
}
.TagClassName
{
border-color: #1B4953;
}
</style>