Shades of Deep Sea #0F7663
Tints of Deep Sea #0F7663
RGB
CMYK
RGB Variations
Color information
#0F7663 (or 0x0F7663) is known color: Deep Sea. HEX triplet: 0F, 76 and 63. RGB value is (15,118,99). Sum of RGB (Red+Green+Blue) = 15+118+99=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7663 is #F0899C. Grayscale: #555555. Windows color (decimal): -15763869 or 6518287. OLE color: 6518287.
HSL color Cylindrical-coordinate representation of color #0F7663: hue angle of 168.93º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7663 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 118 | 99 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.54 |
| HSL | 168.93º | 0.77% | 0.26% | - |
| HSV(B) | 168.93º | 0.87% | 0.46% | - |
| XYZ | 8.93 | 13.96 | 14.03 | - |
| YUV | 85.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 99 | 0.87 | 0 | 0.16 | 0.54 | 168.93 | 0.77 | 0.26 |
| Hex | F | 76 | 63 | 57 | 0 | 10 | 36 | A9 | 4D | 1A |
| Octal | 17 | 166 | 143 | 127 | 0 | 20 | 66 | 251 | 115 | 32 |
| Binary | 1111 | 1110110 | 1100011 | 1010111 | 0 | 10000 | 110110 | 10101001 | 1001101 | 11010 |
Color Harmonies of #0F7663
Complementary color
Monochromatic Colors of #0F7663
Black with #0F7663
Text Example
Text Example
White with #0F7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7663; }
p { color: rgb(15,118,99); }
H1.HeaderClassName
{
color: #0F7663;
}
.AnyTagClassName
{
color: #0F7663;
}
</style>
background-color css
<style>
a { background-color: #0F7663; }
a { background-color: rgb(15,118,99); }
div.DivClassName
{
background-color: #0F7663;
}
.BgClassName
{
background-color: #0F7663;
}
</style>
border-color css
<style>
span { border-color: #0F7663; }
span { border-color: rgb(15,118,99); }
td.TdClassName
{
border-color: #0F7663;
}
.TagClassName
{
border-color: #0F7663;
}
</style>