Shades of Teal Blue #1F555C
Tints of Teal Blue #1F555C
RGB
CMYK
RGB Variations
Color information
#1F555C (or 0x1F555C) is known color: Teal Blue. HEX triplet: 1F, 55 and 5C. RGB value is (31,85,92). Sum of RGB (Red+Green+Blue) = 31+85+92=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F555C is #E0AAA3. Grayscale: #454545. Windows color (decimal): -14723748 or 6051103. OLE color: 6051103.
HSL color Cylindrical-coordinate representation of color #1F555C: hue angle of 186.89º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F555C is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 85 | 92 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.64 |
| HSL | 186.89º | 0.5% | 0.24% | - |
| HSV(B) | 186.89º | 0.66% | 0.36% | - |
| XYZ | 5.75 | 7.56 | 11.28 | - |
| YUV | 69.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 92 | 0.66 | 0.08 | 0 | 0.64 | 186.89 | 0.5 | 0.24 |
| Hex | 1F | 55 | 5C | 42 | 8 | 0 | 40 | BB | 32 | 18 |
| Octal | 37 | 125 | 134 | 102 | 10 | 0 | 100 | 273 | 62 | 30 |
| Binary | 11111 | 1010101 | 1011100 | 1000010 | 1000 | 0 | 1000000 | 10111011 | 110010 | 11000 |
Color Harmonies of #1F555C
Complementary color
Monochromatic Colors of #1F555C
Black with #1F555C
Text Example
Text Example
White with #1F555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F555C; }
p { color: rgb(31,85,92); }
H1.HeaderClassName
{
color: #1F555C;
}
.AnyTagClassName
{
color: #1F555C;
}
</style>
background-color css
<style>
a { background-color: #1F555C; }
a { background-color: rgb(31,85,92); }
div.DivClassName
{
background-color: #1F555C;
}
.BgClassName
{
background-color: #1F555C;
}
</style>
border-color css
<style>
span { border-color: #1F555C; }
span { border-color: rgb(31,85,92); }
td.TdClassName
{
border-color: #1F555C;
}
.TagClassName
{
border-color: #1F555C;
}
</style>