Shades of Deep Sea #1F765A
Tints of Deep Sea #1F765A
RGB
CMYK
RGB Variations
Color information
#1F765A (or 0x1F765A) is known color: Deep Sea. HEX triplet: 1F, 76 and 5A. RGB value is (31,118,90). Sum of RGB (Red+Green+Blue) = 31+118+90=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #1F765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F765A is #E089A5. Grayscale: #585858. Windows color (decimal): -14715302 or 5928479. OLE color: 5928479.
HSL color Cylindrical-coordinate representation of color #1F765A: hue angle of 160.69º 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 #1F765A is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 90 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.54 |
| HSL | 160.69º | 0.58% | 0.29% | - |
| HSV(B) | 160.69º | 0.74% | 0.46% | - |
| XYZ | 8.89 | 13.99 | 11.9 | - |
| YUV | 88.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 90 | 0.74 | 0 | 0.24 | 0.54 | 160.69 | 0.58 | 0.29 |
| Hex | 1F | 76 | 5A | 4A | 0 | 18 | 36 | A1 | 3A | 1D |
| Octal | 37 | 166 | 132 | 112 | 0 | 30 | 66 | 241 | 72 | 35 |
| Binary | 11111 | 1110110 | 1011010 | 1001010 | 0 | 11000 | 110110 | 10100001 | 111010 | 11101 |
Color Harmonies of #1F765A
Complementary color
Monochromatic Colors of #1F765A
Black with #1F765A
Text Example
Text Example
White with #1F765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F765A; }
p { color: rgb(31,118,90); }
H1.HeaderClassName
{
color: #1F765A;
}
.AnyTagClassName
{
color: #1F765A;
}
</style>
background-color css
<style>
a { background-color: #1F765A; }
a { background-color: rgb(31,118,90); }
div.DivClassName
{
background-color: #1F765A;
}
.BgClassName
{
background-color: #1F765A;
}
</style>
border-color css
<style>
span { border-color: #1F765A; }
span { border-color: rgb(31,118,90); }
td.TdClassName
{
border-color: #1F765A;
}
.TagClassName
{
border-color: #1F765A;
}
</style>