Shades of Teal Blue #1B4956
Tints of Teal Blue #1B4956
RGB
CMYK
RGB Variations
Color information
#1B4956 (or 0x1B4956) is known color: Teal Blue. HEX triplet: 1B, 49 and 56. RGB value is (27,73,86). Sum of RGB (Red+Green+Blue) = 27+73+86=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B4956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4956 is #E4B6A9. Grayscale: #3C3C3C. Windows color (decimal): -14988970 or 5654811. OLE color: 5654811.
HSL color Cylindrical-coordinate representation of color #1B4956: hue angle of 193.22º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4956 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 73 | 86 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.66 |
| HSL | 193.22º | 0.52% | 0.22% | - |
| HSV(B) | 193.22º | 0.69% | 0.34% | - |
| XYZ | 4.51 | 5.67 | 9.66 | - |
| YUV | 60.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 86 | 0.69 | 0.15 | 0 | 0.66 | 193.22 | 0.52 | 0.22 |
| Hex | 1B | 49 | 56 | 45 | F | 0 | 42 | C1 | 34 | 16 |
| Octal | 33 | 111 | 126 | 105 | 17 | 0 | 102 | 301 | 64 | 26 |
| Binary | 11011 | 1001001 | 1010110 | 1000101 | 1111 | 0 | 1000010 | 11000001 | 110100 | 10110 |
Color Harmonies of #1B4956
Complementary color
Monochromatic Colors of #1B4956
Black with #1B4956
Text Example
Text Example
White with #1B4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4956; }
p { color: rgb(27,73,86); }
H1.HeaderClassName
{
color: #1B4956;
}
.AnyTagClassName
{
color: #1B4956;
}
</style>
background-color css
<style>
a { background-color: #1B4956; }
a { background-color: rgb(27,73,86); }
div.DivClassName
{
background-color: #1B4956;
}
.BgClassName
{
background-color: #1B4956;
}
</style>
border-color css
<style>
span { border-color: #1B4956; }
span { border-color: rgb(27,73,86); }
td.TdClassName
{
border-color: #1B4956;
}
.TagClassName
{
border-color: #1B4956;
}
</style>