Shades of Deep Sea #1F8067
Tints of Deep Sea #1F8067
RGB
CMYK
RGB Variations
Color information
#1F8067 (or 0x1F8067) is known color: Deep Sea. HEX triplet: 1F, 80 and 67. RGB value is (31,128,103). Sum of RGB (Red+Green+Blue) = 31+128+103=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8067 is #E07F98. Grayscale: #606060. Windows color (decimal): -14712729 or 6783007. OLE color: 6783007.
HSL color Cylindrical-coordinate representation of color #1F8067: hue angle of 164.54º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8067 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 103 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.50 |
| HSL | 164.54º | 0.61% | 0.31% | - |
| HSV(B) | 164.54º | 0.76% | 0.5% | - |
| XYZ | 10.73 | 16.71 | 15.49 | - |
| YUV | 96.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 103 | 0.76 | 0 | 0.20 | 0.50 | 164.54 | 0.61 | 0.31 |
| Hex | 1F | 80 | 67 | 4C | 0 | 14 | 32 | A5 | 3D | 1F |
| Octal | 37 | 200 | 147 | 114 | 0 | 24 | 62 | 245 | 75 | 37 |
| Binary | 11111 | 10000000 | 1100111 | 1001100 | 0 | 10100 | 110010 | 10100101 | 111101 | 11111 |
Color Harmonies of #1F8067
Complementary color
Monochromatic Colors of #1F8067
Black with #1F8067
Text Example
Text Example
White with #1F8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8067; }
p { color: rgb(31,128,103); }
H1.HeaderClassName
{
color: #1F8067;
}
.AnyTagClassName
{
color: #1F8067;
}
</style>
background-color css
<style>
a { background-color: #1F8067; }
a { background-color: rgb(31,128,103); }
div.DivClassName
{
background-color: #1F8067;
}
.BgClassName
{
background-color: #1F8067;
}
</style>
border-color css
<style>
span { border-color: #1F8067; }
span { border-color: rgb(31,128,103); }
td.TdClassName
{
border-color: #1F8067;
}
.TagClassName
{
border-color: #1F8067;
}
</style>