Shades of Deep Sea #0F8365
Tints of Deep Sea #0F8365
RGB
CMYK
RGB Variations
Color information
#0F8365 (or 0x0F8365) is known color: Deep Sea. HEX triplet: 0F, 83 and 65. RGB value is (15,131,101). Sum of RGB (Red+Green+Blue) = 15+131+101=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8365 is #F07C9A. Grayscale: #5C5C5C. Windows color (decimal): -15760539 or 6652687. OLE color: 6652687.
HSL color Cylindrical-coordinate representation of color #0F8365: hue angle of 164.48º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8365 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 101 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.49 |
| HSL | 164.48º | 0.79% | 0.29% | - |
| HSV(B) | 164.48º | 0.89% | 0.51% | - |
| XYZ | 10.66 | 17.27 | 15.08 | - |
| YUV | 92.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 101 | 0.89 | 0 | 0.23 | 0.49 | 164.48 | 0.79 | 0.29 |
| Hex | F | 83 | 65 | 59 | 0 | 17 | 31 | A4 | 4F | 1D |
| Octal | 17 | 203 | 145 | 131 | 0 | 27 | 61 | 244 | 117 | 35 |
| Binary | 1111 | 10000011 | 1100101 | 1011001 | 0 | 10111 | 110001 | 10100100 | 1001111 | 11101 |
Color Harmonies of #0F8365
Complementary color
Monochromatic Colors of #0F8365
Black with #0F8365
Text Example
Text Example
White with #0F8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8365; }
p { color: rgb(15,131,101); }
H1.HeaderClassName
{
color: #0F8365;
}
.AnyTagClassName
{
color: #0F8365;
}
</style>
background-color css
<style>
a { background-color: #0F8365; }
a { background-color: rgb(15,131,101); }
div.DivClassName
{
background-color: #0F8365;
}
.BgClassName
{
background-color: #0F8365;
}
</style>
border-color css
<style>
span { border-color: #0F8365; }
span { border-color: rgb(15,131,101); }
td.TdClassName
{
border-color: #0F8365;
}
.TagClassName
{
border-color: #0F8365;
}
</style>