Shades of Teal Blue #1F4855
Tints of Teal Blue #1F4855
RGB
CMYK
RGB Variations
Color information
#1F4855 (or 0x1F4855) is known color: Teal Blue. HEX triplet: 1F, 48 and 55. RGB value is (31,72,85). Sum of RGB (Red+Green+Blue) = 31+72+85=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4855 is #E0B7AA. Grayscale: #3D3D3D. Windows color (decimal): -14727083 or 5589023. OLE color: 5589023.
HSL color Cylindrical-coordinate representation of color #1F4855: hue angle of 194.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4855 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 72 | 85 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.67 |
| HSL | 194.44º | 0.47% | 0.23% | - |
| HSV(B) | 194.44º | 0.64% | 0.33% | - |
| XYZ | 4.52 | 5.58 | 9.43 | - |
| YUV | 61.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 85 | 0.64 | 0.15 | 0 | 0.67 | 194.44 | 0.47 | 0.23 |
| Hex | 1F | 48 | 55 | 40 | F | 0 | 43 | C2 | 2F | 17 |
| Octal | 37 | 110 | 125 | 100 | 17 | 0 | 103 | 302 | 57 | 27 |
| Binary | 11111 | 1001000 | 1010101 | 1000000 | 1111 | 0 | 1000011 | 11000010 | 101111 | 10111 |
Color Harmonies of #1F4855
Complementary color
Monochromatic Colors of #1F4855
Black with #1F4855
Text Example
Text Example
White with #1F4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4855; }
p { color: rgb(31,72,85); }
H1.HeaderClassName
{
color: #1F4855;
}
.AnyTagClassName
{
color: #1F4855;
}
</style>
background-color css
<style>
a { background-color: #1F4855; }
a { background-color: rgb(31,72,85); }
div.DivClassName
{
background-color: #1F4855;
}
.BgClassName
{
background-color: #1F4855;
}
</style>
border-color css
<style>
span { border-color: #1F4855; }
span { border-color: rgb(31,72,85); }
td.TdClassName
{
border-color: #1F4855;
}
.TagClassName
{
border-color: #1F4855;
}
</style>