Shades of Deep Sea #0F7860
Tints of Deep Sea #0F7860
RGB
CMYK
RGB Variations
Color information
#0F7860 (or 0x0F7860) is known color: Deep Sea. HEX triplet: 0F, 78 and 60. RGB value is (15,120,96). Sum of RGB (Red+Green+Blue) = 15+120+96=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7860 is #F0879F. Grayscale: #555555. Windows color (decimal): -15763360 or 6322191. OLE color: 6322191.
HSL color Cylindrical-coordinate representation of color #0F7860: hue angle of 166.29º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7860 is Cyan = 0.87, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 96 | - |
| CMYK | 0.87 | 0 | 0.2 | 0.53 |
| HSL | 166.29º | 0.78% | 0.26% | - |
| HSV(B) | 166.29º | 0.88% | 0.47% | - |
| XYZ | 9.02 | 14.38 | 13.37 | - |
| YUV | 85.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 96 | 0.87 | 0 | 0.2 | 0.53 | 166.29 | 0.78 | 0.26 |
| Hex | F | 78 | 60 | 57 | 0 | 14 | 35 | A6 | 4E | 1A |
| Octal | 17 | 170 | 140 | 127 | 0 | 24 | 65 | 246 | 116 | 32 |
| Binary | 1111 | 1111000 | 1100000 | 1010111 | 0 | 10100 | 110101 | 10100110 | 1001110 | 11010 |
Color Harmonies of #0F7860
Complementary color
Monochromatic Colors of #0F7860
Black with #0F7860
Text Example
Text Example
White with #0F7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7860; }
p { color: rgb(15,120,96); }
H1.HeaderClassName
{
color: #0F7860;
}
.AnyTagClassName
{
color: #0F7860;
}
</style>
background-color css
<style>
a { background-color: #0F7860; }
a { background-color: rgb(15,120,96); }
div.DivClassName
{
background-color: #0F7860;
}
.BgClassName
{
background-color: #0F7860;
}
</style>
border-color css
<style>
span { border-color: #0F7860; }
span { border-color: rgb(15,120,96); }
td.TdClassName
{
border-color: #0F7860;
}
.TagClassName
{
border-color: #0F7860;
}
</style>