Shades of Teal Blue #1F4854
Tints of Teal Blue #1F4854
RGB
CMYK
RGB Variations
Color information
#1F4854 (or 0x1F4854) is known color: Teal Blue. HEX triplet: 1F, 48 and 54. RGB value is (31,72,84). Sum of RGB (Red+Green+Blue) = 31+72+84=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4854 is #E0B7AB. Grayscale: #3D3D3D. Windows color (decimal): -14727084 or 5523487. OLE color: 5523487.
HSL color Cylindrical-coordinate representation of color #1F4854: hue angle of 193.58º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F4854 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 72 | 84 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.67 |
| HSL | 193.58º | 0.46% | 0.23% | - |
| HSV(B) | 193.58º | 0.63% | 0.33% | - |
| XYZ | 4.48 | 5.57 | 9.23 | - |
| YUV | 61.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 84 | 0.63 | 0.14 | 0 | 0.67 | 193.58 | 0.46 | 0.23 |
| Hex | 1F | 48 | 54 | 3F | E | 0 | 43 | C2 | 2E | 17 |
| Octal | 37 | 110 | 124 | 77 | 16 | 0 | 103 | 302 | 56 | 27 |
| Binary | 11111 | 1001000 | 1010100 | 111111 | 1110 | 0 | 1000011 | 11000010 | 101110 | 10111 |
Color Harmonies of #1F4854
Complementary color
Monochromatic Colors of #1F4854
Black with #1F4854
Text Example
Text Example
White with #1F4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4854; }
p { color: rgb(31,72,84); }
H1.HeaderClassName
{
color: #1F4854;
}
.AnyTagClassName
{
color: #1F4854;
}
</style>
background-color css
<style>
a { background-color: #1F4854; }
a { background-color: rgb(31,72,84); }
div.DivClassName
{
background-color: #1F4854;
}
.BgClassName
{
background-color: #1F4854;
}
</style>
border-color css
<style>
span { border-color: #1F4854; }
span { border-color: rgb(31,72,84); }
td.TdClassName
{
border-color: #1F4854;
}
.TagClassName
{
border-color: #1F4854;
}
</style>