Shades of Teal Blue #1F4B58
Tints of Teal Blue #1F4B58
RGB
CMYK
RGB Variations
Color information
#1F4B58 (or 0x1F4B58) is known color: Teal Blue. HEX triplet: 1F, 4B and 58. RGB value is (31,75,88). Sum of RGB (Red+Green+Blue) = 31+75+88=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4B58 is #E0B4A7. Grayscale: #3F3F3F. Windows color (decimal): -14726312 or 5786399. OLE color: 5786399.
HSL color Cylindrical-coordinate representation of color #1F4B58: hue angle of 193.68º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F4B58 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 75 | 88 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.65 |
| HSL | 193.68º | 0.48% | 0.23% | - |
| HSV(B) | 193.68º | 0.65% | 0.35% | - |
| XYZ | 4.84 | 6.03 | 10.14 | - |
| YUV | 63.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 88 | 0.65 | 0.15 | 0 | 0.65 | 193.68 | 0.48 | 0.23 |
| Hex | 1F | 4B | 58 | 41 | F | 0 | 41 | C2 | 30 | 17 |
| Octal | 37 | 113 | 130 | 101 | 17 | 0 | 101 | 302 | 60 | 27 |
| Binary | 11111 | 1001011 | 1011000 | 1000001 | 1111 | 0 | 1000001 | 11000010 | 110000 | 10111 |
Color Harmonies of #1F4B58
Complementary color
Monochromatic Colors of #1F4B58
Black with #1F4B58
Text Example
Text Example
White with #1F4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B58; }
p { color: rgb(31,75,88); }
H1.HeaderClassName
{
color: #1F4B58;
}
.AnyTagClassName
{
color: #1F4B58;
}
</style>
background-color css
<style>
a { background-color: #1F4B58; }
a { background-color: rgb(31,75,88); }
div.DivClassName
{
background-color: #1F4B58;
}
.BgClassName
{
background-color: #1F4B58;
}
</style>
border-color css
<style>
span { border-color: #1F4B58; }
span { border-color: rgb(31,75,88); }
td.TdClassName
{
border-color: #1F4B58;
}
.TagClassName
{
border-color: #1F4B58;
}
</style>