Shades of Teal Blue #1B4A54
Tints of Teal Blue #1B4A54
RGB
CMYK
RGB Variations
Color information
#1B4A54 (or 0x1B4A54) is known color: Teal Blue. HEX triplet: 1B, 4A and 54. RGB value is (27,74,84). Sum of RGB (Red+Green+Blue) = 27+74+84=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B4A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4A54 is #E4B5AB. Grayscale: #3D3D3D. Windows color (decimal): -14988716 or 5523995. OLE color: 5523995.
HSL color Cylindrical-coordinate representation of color #1B4A54: hue angle of 190.53º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B4A54 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 74 | 84 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.67 |
| HSL | 190.53º | 0.51% | 0.22% | - |
| HSV(B) | 190.53º | 0.68% | 0.33% | - |
| XYZ | 4.5 | 5.77 | 9.26 | - |
| YUV | 61.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 84 | 0.68 | 0.12 | 0 | 0.67 | 190.53 | 0.51 | 0.22 |
| Hex | 1B | 4A | 54 | 44 | C | 0 | 43 | BF | 33 | 16 |
| Octal | 33 | 112 | 124 | 104 | 14 | 0 | 103 | 277 | 63 | 26 |
| Binary | 11011 | 1001010 | 1010100 | 1000100 | 1100 | 0 | 1000011 | 10111111 | 110011 | 10110 |
Color Harmonies of #1B4A54
Complementary color
Monochromatic Colors of #1B4A54
Black with #1B4A54
Text Example
Text Example
White with #1B4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4A54; }
p { color: rgb(27,74,84); }
H1.HeaderClassName
{
color: #1B4A54;
}
.AnyTagClassName
{
color: #1B4A54;
}
</style>
background-color css
<style>
a { background-color: #1B4A54; }
a { background-color: rgb(27,74,84); }
div.DivClassName
{
background-color: #1B4A54;
}
.BgClassName
{
background-color: #1B4A54;
}
</style>
border-color css
<style>
span { border-color: #1B4A54; }
span { border-color: rgb(27,74,84); }
td.TdClassName
{
border-color: #1B4A54;
}
.TagClassName
{
border-color: #1B4A54;
}
</style>