Shades of Deep Sea #1F776B
Tints of Deep Sea #1F776B
RGB
CMYK
RGB Variations
Color information
#1F776B (or 0x1F776B) is known color: Deep Sea. HEX triplet: 1F, 77 and 6B. RGB value is (31,119,107). Sum of RGB (Red+Green+Blue) = 31+119+107=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776B is #E08894. Grayscale: #5B5B5B. Windows color (decimal): -14715029 or 7042847. OLE color: 7042847.
HSL color Cylindrical-coordinate representation of color #1F776B: hue angle of 171.82º 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 #1F776B is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 107 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.53 |
| HSL | 171.82º | 0.59% | 0.29% | - |
| HSV(B) | 171.82º | 0.74% | 0.47% | - |
| XYZ | 9.82 | 14.55 | 16.2 | - |
| YUV | 91.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 107 | 0.74 | 0 | 0.10 | 0.53 | 171.82 | 0.59 | 0.29 |
| Hex | 1F | 77 | 6B | 4A | 0 | A | 35 | AC | 3B | 1D |
| Octal | 37 | 167 | 153 | 112 | 0 | 12 | 65 | 254 | 73 | 35 |
| Binary | 11111 | 1110111 | 1101011 | 1001010 | 0 | 1010 | 110101 | 10101100 | 111011 | 11101 |
Color Harmonies of #1F776B
Complementary color
Monochromatic Colors of #1F776B
Black with #1F776B
Text Example
Text Example
White with #1F776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F776B; }
p { color: rgb(31,119,107); }
H1.HeaderClassName
{
color: #1F776B;
}
.AnyTagClassName
{
color: #1F776B;
}
</style>
background-color css
<style>
a { background-color: #1F776B; }
a { background-color: rgb(31,119,107); }
div.DivClassName
{
background-color: #1F776B;
}
.BgClassName
{
background-color: #1F776B;
}
</style>
border-color css
<style>
span { border-color: #1F776B; }
span { border-color: rgb(31,119,107); }
td.TdClassName
{
border-color: #1F776B;
}
.TagClassName
{
border-color: #1F776B;
}
</style>