Shades of Teal Blue #1B4651
Tints of Teal Blue #1B4651
RGB
CMYK
RGB Variations
Color information
#1B4651 (or 0x1B4651) is known color: Teal Blue. HEX triplet: 1B, 46 and 51. RGB value is (27,70,81). Sum of RGB (Red+Green+Blue) = 27+70+81=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4651 is #E4B9AE. Grayscale: #3A3A3A. Windows color (decimal): -14989743 or 5326363. OLE color: 5326363.
HSL color Cylindrical-coordinate representation of color #1B4651: hue angle of 192.22º 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 #1B4651 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 70 | 81 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.68 |
| HSL | 192.22º | 0.5% | 0.21% | - |
| HSV(B) | 192.22º | 0.67% | 0.32% | - |
| XYZ | 4.13 | 5.21 | 8.57 | - |
| YUV | 58.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 81 | 0.67 | 0.14 | 0 | 0.68 | 192.22 | 0.5 | 0.21 |
| Hex | 1B | 46 | 51 | 43 | E | 0 | 44 | C0 | 32 | 15 |
| Octal | 33 | 106 | 121 | 103 | 16 | 0 | 104 | 300 | 62 | 25 |
| Binary | 11011 | 1000110 | 1010001 | 1000011 | 1110 | 0 | 1000100 | 11000000 | 110010 | 10101 |
Color Harmonies of #1B4651
Complementary color
Monochromatic Colors of #1B4651
Black with #1B4651
Text Example
Text Example
White with #1B4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4651; }
p { color: rgb(27,70,81); }
H1.HeaderClassName
{
color: #1B4651;
}
.AnyTagClassName
{
color: #1B4651;
}
</style>
background-color css
<style>
a { background-color: #1B4651; }
a { background-color: rgb(27,70,81); }
div.DivClassName
{
background-color: #1B4651;
}
.BgClassName
{
background-color: #1B4651;
}
</style>
border-color css
<style>
span { border-color: #1B4651; }
span { border-color: rgb(27,70,81); }
td.TdClassName
{
border-color: #1B4651;
}
.TagClassName
{
border-color: #1B4651;
}
</style>