Shades of Teal Blue #1F4651
Tints of Teal Blue #1F4651
RGB
CMYK
RGB Variations
Color information
#1F4651 (or 0x1F4651) is known color: Teal Blue. HEX triplet: 1F, 46 and 51. RGB value is (31,70,81). Sum of RGB (Red+Green+Blue) = 31+70+81=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4651 is #E0B9AE. Grayscale: #3B3B3B. Windows color (decimal): -14727599 or 5326367. OLE color: 5326367.
HSL color Cylindrical-coordinate representation of color #1F4651: hue angle of 193.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F4651 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 70 | 81 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.68 |
| HSL | 193.2º | 0.45% | 0.22% | - |
| HSV(B) | 193.2º | 0.62% | 0.32% | - |
| XYZ | 4.24 | 5.27 | 8.58 | - |
| YUV | 59.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 81 | 0.62 | 0.14 | 0 | 0.68 | 193.2 | 0.45 | 0.22 |
| Hex | 1F | 46 | 51 | 3E | E | 0 | 44 | C1 | 2D | 16 |
| Octal | 37 | 106 | 121 | 76 | 16 | 0 | 104 | 301 | 55 | 26 |
| Binary | 11111 | 1000110 | 1010001 | 111110 | 1110 | 0 | 1000100 | 11000001 | 101101 | 10110 |
Color Harmonies of #1F4651
Complementary color
Monochromatic Colors of #1F4651
Black with #1F4651
Text Example
Text Example
White with #1F4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4651; }
p { color: rgb(31,70,81); }
H1.HeaderClassName
{
color: #1F4651;
}
.AnyTagClassName
{
color: #1F4651;
}
</style>
background-color css
<style>
a { background-color: #1F4651; }
a { background-color: rgb(31,70,81); }
div.DivClassName
{
background-color: #1F4651;
}
.BgClassName
{
background-color: #1F4651;
}
</style>
border-color css
<style>
span { border-color: #1F4651; }
span { border-color: rgb(31,70,81); }
td.TdClassName
{
border-color: #1F4651;
}
.TagClassName
{
border-color: #1F4651;
}
</style>