Shades of Teal Blue #1B4751
Tints of Teal Blue #1B4751
RGB
CMYK
RGB Variations
Color information
#1B4751 (or 0x1B4751) is known color: Teal Blue. HEX triplet: 1B, 47 and 51. RGB value is (27,71,81). Sum of RGB (Red+Green+Blue) = 27+71+81=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4751 is #E4B8AE. Grayscale: #3A3A3A. Windows color (decimal): -14989487 or 5326619. OLE color: 5326619.
HSL color Cylindrical-coordinate representation of color #1B4751: hue angle of 191.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B4751 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 71 | 81 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.68 |
| HSL | 191.11º | 0.5% | 0.21% | - |
| HSV(B) | 191.11º | 0.67% | 0.32% | - |
| XYZ | 4.19 | 5.33 | 8.59 | - |
| YUV | 58.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 81 | 0.67 | 0.12 | 0 | 0.68 | 191.11 | 0.5 | 0.21 |
| Hex | 1B | 47 | 51 | 43 | C | 0 | 44 | BF | 32 | 15 |
| Octal | 33 | 107 | 121 | 103 | 14 | 0 | 104 | 277 | 62 | 25 |
| Binary | 11011 | 1000111 | 1010001 | 1000011 | 1100 | 0 | 1000100 | 10111111 | 110010 | 10101 |
Color Harmonies of #1B4751
Complementary color
Monochromatic Colors of #1B4751
Black with #1B4751
Text Example
Text Example
White with #1B4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4751; }
p { color: rgb(27,71,81); }
H1.HeaderClassName
{
color: #1B4751;
}
.AnyTagClassName
{
color: #1B4751;
}
</style>
background-color css
<style>
a { background-color: #1B4751; }
a { background-color: rgb(27,71,81); }
div.DivClassName
{
background-color: #1B4751;
}
.BgClassName
{
background-color: #1B4751;
}
</style>
border-color css
<style>
span { border-color: #1B4751; }
span { border-color: rgb(27,71,81); }
td.TdClassName
{
border-color: #1B4751;
}
.TagClassName
{
border-color: #1B4751;
}
</style>