Shades of Deep Sea #1F7764
Tints of Deep Sea #1F7764
RGB
CMYK
RGB Variations
Color information
#1F7764 (or 0x1F7764) is known color: Deep Sea. HEX triplet: 1F, 77 and 64. RGB value is (31,119,100). Sum of RGB (Red+Green+Blue) = 31+119+100=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7764 is #E0889B. Grayscale: #5A5A5A. Windows color (decimal): -14715036 or 6584095. OLE color: 6584095.
HSL color Cylindrical-coordinate representation of color #1F7764: hue angle of 167.05º 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 #1F7764 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 100 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.53 |
| HSL | 167.05º | 0.59% | 0.29% | - |
| HSV(B) | 167.05º | 0.74% | 0.47% | - |
| XYZ | 9.46 | 14.41 | 14.34 | - |
| YUV | 90.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 100 | 0.74 | 0 | 0.16 | 0.53 | 167.05 | 0.59 | 0.29 |
| Hex | 1F | 77 | 64 | 4A | 0 | 10 | 35 | A7 | 3B | 1D |
| Octal | 37 | 167 | 144 | 112 | 0 | 20 | 65 | 247 | 73 | 35 |
| Binary | 11111 | 1110111 | 1100100 | 1001010 | 0 | 10000 | 110101 | 10100111 | 111011 | 11101 |
Color Harmonies of #1F7764
Complementary color
Monochromatic Colors of #1F7764
Black with #1F7764
Text Example
Text Example
White with #1F7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7764; }
p { color: rgb(31,119,100); }
H1.HeaderClassName
{
color: #1F7764;
}
.AnyTagClassName
{
color: #1F7764;
}
</style>
background-color css
<style>
a { background-color: #1F7764; }
a { background-color: rgb(31,119,100); }
div.DivClassName
{
background-color: #1F7764;
}
.BgClassName
{
background-color: #1F7764;
}
</style>
border-color css
<style>
span { border-color: #1F7764; }
span { border-color: rgb(31,119,100); }
td.TdClassName
{
border-color: #1F7764;
}
.TagClassName
{
border-color: #1F7764;
}
</style>