Shades of Deep Sea #1F776A
Tints of Deep Sea #1F776A
RGB
CMYK
RGB Variations
Color information
#1F776A (or 0x1F776A) is known color: Deep Sea. HEX triplet: 1F, 77 and 6A. RGB value is (31,119,106). Sum of RGB (Red+Green+Blue) = 31+119+106=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776A is #E08895. Grayscale: #5B5B5B. Windows color (decimal): -14715030 or 6977311. OLE color: 6977311.
HSL color Cylindrical-coordinate representation of color #1F776A: hue angle of 171.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F776A is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 106 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.53 |
| HSL | 171.14º | 0.59% | 0.29% | - |
| HSV(B) | 171.14º | 0.74% | 0.47% | - |
| XYZ | 9.76 | 14.53 | 15.92 | - |
| YUV | 91.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 106 | 0.74 | 0 | 0.11 | 0.53 | 171.14 | 0.59 | 0.29 |
| Hex | 1F | 77 | 6A | 4A | 0 | B | 35 | AB | 3B | 1D |
| Octal | 37 | 167 | 152 | 112 | 0 | 13 | 65 | 253 | 73 | 35 |
| Binary | 11111 | 1110111 | 1101010 | 1001010 | 0 | 1011 | 110101 | 10101011 | 111011 | 11101 |
Color Harmonies of #1F776A
Complementary color
Monochromatic Colors of #1F776A
Black with #1F776A
Text Example
Text Example
White with #1F776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F776A; }
p { color: rgb(31,119,106); }
H1.HeaderClassName
{
color: #1F776A;
}
.AnyTagClassName
{
color: #1F776A;
}
</style>
background-color css
<style>
a { background-color: #1F776A; }
a { background-color: rgb(31,119,106); }
div.DivClassName
{
background-color: #1F776A;
}
.BgClassName
{
background-color: #1F776A;
}
</style>
border-color css
<style>
span { border-color: #1F776A; }
span { border-color: rgb(31,119,106); }
td.TdClassName
{
border-color: #1F776A;
}
.TagClassName
{
border-color: #1F776A;
}
</style>