Shades of Deep Sea #1F765E
Tints of Deep Sea #1F765E
RGB
CMYK
RGB Variations
Color information
#1F765E (or 0x1F765E) is known color: Deep Sea. HEX triplet: 1F, 76 and 5E. RGB value is (31,118,94). Sum of RGB (Red+Green+Blue) = 31+118+94=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #1F765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F765E is #E089A1. Grayscale: #595959. Windows color (decimal): -14715298 or 6190623. OLE color: 6190623.
HSL color Cylindrical-coordinate representation of color #1F765E: hue angle of 163.45º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F765E is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 94 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.54 |
| HSL | 163.45º | 0.58% | 0.29% | - |
| HSV(B) | 163.45º | 0.74% | 0.46% | - |
| XYZ | 9.06 | 14.06 | 12.83 | - |
| YUV | 89.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 94 | 0.74 | 0 | 0.20 | 0.54 | 163.45 | 0.58 | 0.29 |
| Hex | 1F | 76 | 5E | 4A | 0 | 14 | 36 | A3 | 3A | 1D |
| Octal | 37 | 166 | 136 | 112 | 0 | 24 | 66 | 243 | 72 | 35 |
| Binary | 11111 | 1110110 | 1011110 | 1001010 | 0 | 10100 | 110110 | 10100011 | 111010 | 11101 |
Color Harmonies of #1F765E
Complementary color
Monochromatic Colors of #1F765E
Black with #1F765E
Text Example
Text Example
White with #1F765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F765E; }
p { color: rgb(31,118,94); }
H1.HeaderClassName
{
color: #1F765E;
}
.AnyTagClassName
{
color: #1F765E;
}
</style>
background-color css
<style>
a { background-color: #1F765E; }
a { background-color: rgb(31,118,94); }
div.DivClassName
{
background-color: #1F765E;
}
.BgClassName
{
background-color: #1F765E;
}
</style>
border-color css
<style>
span { border-color: #1F765E; }
span { border-color: rgb(31,118,94); }
td.TdClassName
{
border-color: #1F765E;
}
.TagClassName
{
border-color: #1F765E;
}
</style>