Shades of Deep Sea #1F8264
Tints of Deep Sea #1F8264
RGB
CMYK
RGB Variations
Color information
#1F8264 (or 0x1F8264) is known color: Deep Sea. HEX triplet: 1F, 82 and 64. RGB value is (31,130,100). Sum of RGB (Red+Green+Blue) = 31+130+100=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8264 is #E07D9B. Grayscale: #616161. Windows color (decimal): -14712220 or 6586911. OLE color: 6586911.
HSL color Cylindrical-coordinate representation of color #1F8264: hue angle of 161.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8264 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 100 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.49 |
| HSL | 161.82º | 0.61% | 0.32% | - |
| HSV(B) | 161.82º | 0.76% | 0.51% | - |
| XYZ | 10.85 | 17.18 | 14.8 | - |
| YUV | 96.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 100 | 0.76 | 0 | 0.23 | 0.49 | 161.82 | 0.61 | 0.32 |
| Hex | 1F | 82 | 64 | 4C | 0 | 17 | 31 | A2 | 3D | 20 |
| Octal | 37 | 202 | 144 | 114 | 0 | 27 | 61 | 242 | 75 | 40 |
| Binary | 11111 | 10000010 | 1100100 | 1001100 | 0 | 10111 | 110001 | 10100010 | 111101 | 100000 |
Color Harmonies of #1F8264
Complementary color
Monochromatic Colors of #1F8264
Black with #1F8264
Text Example
Text Example
White with #1F8264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8264; }
p { color: rgb(31,130,100); }
H1.HeaderClassName
{
color: #1F8264;
}
.AnyTagClassName
{
color: #1F8264;
}
</style>
background-color css
<style>
a { background-color: #1F8264; }
a { background-color: rgb(31,130,100); }
div.DivClassName
{
background-color: #1F8264;
}
.BgClassName
{
background-color: #1F8264;
}
</style>
border-color css
<style>
span { border-color: #1F8264; }
span { border-color: rgb(31,130,100); }
td.TdClassName
{
border-color: #1F8264;
}
.TagClassName
{
border-color: #1F8264;
}
</style>