Shades of Teal Blue #1B4D58
Tints of Teal Blue #1B4D58
RGB
CMYK
RGB Variations
Color information
#1B4D58 (or 0x1B4D58) is known color: Teal Blue. HEX triplet: 1B, 4D and 58. RGB value is (27,77,88). Sum of RGB (Red+Green+Blue) = 27+77+88=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4D58 is #E4B2A7. Grayscale: #3F3F3F. Windows color (decimal): -14987944 or 5786907. OLE color: 5786907.
HSL color Cylindrical-coordinate representation of color #1B4D58: hue angle of 190.82º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4D58 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 77 | 88 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.65 |
| HSL | 190.82º | 0.53% | 0.23% | - |
| HSV(B) | 190.82º | 0.69% | 0.35% | - |
| XYZ | 4.87 | 6.25 | 10.18 | - |
| YUV | 63.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 88 | 0.69 | 0.12 | 0 | 0.65 | 190.82 | 0.53 | 0.23 |
| Hex | 1B | 4D | 58 | 45 | C | 0 | 41 | BF | 35 | 17 |
| Octal | 33 | 115 | 130 | 105 | 14 | 0 | 101 | 277 | 65 | 27 |
| Binary | 11011 | 1001101 | 1011000 | 1000101 | 1100 | 0 | 1000001 | 10111111 | 110101 | 10111 |
Color Harmonies of #1B4D58
Complementary color
Monochromatic Colors of #1B4D58
Black with #1B4D58
Text Example
Text Example
White with #1B4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D58; }
p { color: rgb(27,77,88); }
H1.HeaderClassName
{
color: #1B4D58;
}
.AnyTagClassName
{
color: #1B4D58;
}
</style>
background-color css
<style>
a { background-color: #1B4D58; }
a { background-color: rgb(27,77,88); }
div.DivClassName
{
background-color: #1B4D58;
}
.BgClassName
{
background-color: #1B4D58;
}
</style>
border-color css
<style>
span { border-color: #1B4D58; }
span { border-color: rgb(27,77,88); }
td.TdClassName
{
border-color: #1B4D58;
}
.TagClassName
{
border-color: #1B4D58;
}
</style>