Shades of Teal Blue #1B4B58
Tints of Teal Blue #1B4B58
RGB
CMYK
RGB Variations
Color information
#1B4B58 (or 0x1B4B58) is known color: Teal Blue. HEX triplet: 1B, 4B and 58. RGB value is (27,75,88). Sum of RGB (Red+Green+Blue) = 27+75+88=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4B58 is #E4B4A7. Grayscale: #3E3E3E. Windows color (decimal): -14988456 or 5786395. OLE color: 5786395.
HSL color Cylindrical-coordinate representation of color #1B4B58: hue angle of 192.79º 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 #1B4B58 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 75 | 88 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.65 |
| HSL | 192.79º | 0.53% | 0.23% | - |
| HSV(B) | 192.79º | 0.69% | 0.35% | - |
| XYZ | 4.73 | 5.97 | 10.14 | - |
| YUV | 62.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 75 | 88 | 0.69 | 0.15 | 0 | 0.65 | 192.79 | 0.53 | 0.23 |
| Hex | 1B | 4B | 58 | 45 | F | 0 | 41 | C1 | 35 | 17 |
| Octal | 33 | 113 | 130 | 105 | 17 | 0 | 101 | 301 | 65 | 27 |
| Binary | 11011 | 1001011 | 1011000 | 1000101 | 1111 | 0 | 1000001 | 11000001 | 110101 | 10111 |
Color Harmonies of #1B4B58
Complementary color
Monochromatic Colors of #1B4B58
Black with #1B4B58
Text Example
Text Example
White with #1B4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4B58; }
p { color: rgb(27,75,88); }
H1.HeaderClassName
{
color: #1B4B58;
}
.AnyTagClassName
{
color: #1B4B58;
}
</style>
background-color css
<style>
a { background-color: #1B4B58; }
a { background-color: rgb(27,75,88); }
div.DivClassName
{
background-color: #1B4B58;
}
.BgClassName
{
background-color: #1B4B58;
}
</style>
border-color css
<style>
span { border-color: #1B4B58; }
span { border-color: rgb(27,75,88); }
td.TdClassName
{
border-color: #1B4B58;
}
.TagClassName
{
border-color: #1B4B58;
}
</style>