Shades of Deep Sea #1F775C
Tints of Deep Sea #1F775C
RGB
CMYK
RGB Variations
Color information
#1F775C (or 0x1F775C) is known color: Deep Sea. HEX triplet: 1F, 77 and 5C. RGB value is (31,119,92). Sum of RGB (Red+Green+Blue) = 31+119+92=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #1F775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F775C is #E088A3. Grayscale: #595959. Windows color (decimal): -14715044 or 6059807. OLE color: 6059807.
HSL color Cylindrical-coordinate representation of color #1F775C: hue angle of 161.59º 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 #1F775C is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 92 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.53 |
| HSL | 161.59º | 0.59% | 0.29% | - |
| HSV(B) | 161.59º | 0.74% | 0.47% | - |
| XYZ | 9.09 | 14.26 | 12.4 | - |
| YUV | 89.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 92 | 0.74 | 0 | 0.23 | 0.53 | 161.59 | 0.59 | 0.29 |
| Hex | 1F | 77 | 5C | 4A | 0 | 17 | 35 | A2 | 3B | 1D |
| Octal | 37 | 167 | 134 | 112 | 0 | 27 | 65 | 242 | 73 | 35 |
| Binary | 11111 | 1110111 | 1011100 | 1001010 | 0 | 10111 | 110101 | 10100010 | 111011 | 11101 |
Color Harmonies of #1F775C
Complementary color
Monochromatic Colors of #1F775C
Black with #1F775C
Text Example
Text Example
White with #1F775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F775C; }
p { color: rgb(31,119,92); }
H1.HeaderClassName
{
color: #1F775C;
}
.AnyTagClassName
{
color: #1F775C;
}
</style>
background-color css
<style>
a { background-color: #1F775C; }
a { background-color: rgb(31,119,92); }
div.DivClassName
{
background-color: #1F775C;
}
.BgClassName
{
background-color: #1F775C;
}
</style>
border-color css
<style>
span { border-color: #1F775C; }
span { border-color: rgb(31,119,92); }
td.TdClassName
{
border-color: #1F775C;
}
.TagClassName
{
border-color: #1F775C;
}
</style>