Shades of Deep Sea #1F7868
Tints of Deep Sea #1F7868
RGB
CMYK
RGB Variations
Color information
#1F7868 (or 0x1F7868) is known color: Deep Sea. HEX triplet: 1F, 78 and 68. RGB value is (31,120,104). Sum of RGB (Red+Green+Blue) = 31+120+104=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7868 is #E08797. Grayscale: #5B5B5B. Windows color (decimal): -14714776 or 6846495. OLE color: 6846495.
HSL color Cylindrical-coordinate representation of color #1F7868: hue angle of 169.21º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7868 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 104 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.53 |
| HSL | 169.21º | 0.59% | 0.3% | - |
| HSV(B) | 169.21º | 0.74% | 0.47% | - |
| XYZ | 9.78 | 14.72 | 15.42 | - |
| YUV | 91.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 104 | 0.74 | 0 | 0.13 | 0.53 | 169.21 | 0.59 | 0.3 |
| Hex | 1F | 78 | 68 | 4A | 0 | D | 35 | A9 | 3B | 1E |
| Octal | 37 | 170 | 150 | 112 | 0 | 15 | 65 | 251 | 73 | 36 |
| Binary | 11111 | 1111000 | 1101000 | 1001010 | 0 | 1101 | 110101 | 10101001 | 111011 | 11110 |
Color Harmonies of #1F7868
Complementary color
Monochromatic Colors of #1F7868
Black with #1F7868
Text Example
Text Example
White with #1F7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7868; }
p { color: rgb(31,120,104); }
H1.HeaderClassName
{
color: #1F7868;
}
.AnyTagClassName
{
color: #1F7868;
}
</style>
background-color css
<style>
a { background-color: #1F7868; }
a { background-color: rgb(31,120,104); }
div.DivClassName
{
background-color: #1F7868;
}
.BgClassName
{
background-color: #1F7868;
}
</style>
border-color css
<style>
span { border-color: #1F7868; }
span { border-color: rgb(31,120,104); }
td.TdClassName
{
border-color: #1F7868;
}
.TagClassName
{
border-color: #1F7868;
}
</style>