Shades of Deep Sea #0F8663
Tints of Deep Sea #0F8663
RGB
CMYK
RGB Variations
Color information
#0F8663 (or 0x0F8663) is known color: Deep Sea. HEX triplet: 0F, 86 and 63. RGB value is (15,134,99). Sum of RGB (Red+Green+Blue) = 15+134+99=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8663 is #F0799C. Grayscale: #5E5E5E. Windows color (decimal): -15759773 or 6522383. OLE color: 6522383.
HSL color Cylindrical-coordinate representation of color #0F8663: hue angle of 162.35º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8663 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 99 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.47 |
| HSL | 162.35º | 0.8% | 0.29% | - |
| HSV(B) | 162.35º | 0.89% | 0.53% | - |
| XYZ | 10.97 | 18.05 | 14.71 | - |
| YUV | 94.43 | 130.58 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 99 | 0.89 | 0 | 0.26 | 0.47 | 162.35 | 0.8 | 0.29 |
| Hex | F | 86 | 63 | 59 | 0 | 1A | 2F | A2 | 50 | 1D |
| Octal | 17 | 206 | 143 | 131 | 0 | 32 | 57 | 242 | 120 | 35 |
| Binary | 1111 | 10000110 | 1100011 | 1011001 | 0 | 11010 | 101111 | 10100010 | 1010000 | 11101 |
Color Harmonies of #0F8663
Complementary color
Monochromatic Colors of #0F8663
Black with #0F8663
Text Example
Text Example
White with #0F8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8663; }
p { color: rgb(15,134,99); }
H1.HeaderClassName
{
color: #0F8663;
}
.AnyTagClassName
{
color: #0F8663;
}
</style>
background-color css
<style>
a { background-color: #0F8663; }
a { background-color: rgb(15,134,99); }
div.DivClassName
{
background-color: #0F8663;
}
.BgClassName
{
background-color: #0F8663;
}
</style>
border-color css
<style>
span { border-color: #0F8663; }
span { border-color: rgb(15,134,99); }
td.TdClassName
{
border-color: #0F8663;
}
.TagClassName
{
border-color: #0F8663;
}
</style>