Shades of Deep Sea #0F7360
Tints of Deep Sea #0F7360
RGB
CMYK
RGB Variations
Color information
#0F7360 (or 0x0F7360) is known color: Deep Sea. HEX triplet: 0F, 73 and 60. RGB value is (15,115,96). Sum of RGB (Red+Green+Blue) = 15+115+96=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7360 is #F08C9F. Grayscale: #525252. Windows color (decimal): -15764640 or 6320911. OLE color: 6320911.
HSL color Cylindrical-coordinate representation of color #0F7360: hue angle of 168.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7360 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 96 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.55 |
| HSL | 168.6º | 0.77% | 0.25% | - |
| HSV(B) | 168.6º | 0.87% | 0.45% | - |
| XYZ | 8.44 | 13.21 | 13.17 | - |
| YUV | 82.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 96 | 0.87 | 0 | 0.17 | 0.55 | 168.6 | 0.77 | 0.25 |
| Hex | F | 73 | 60 | 57 | 0 | 11 | 37 | A9 | 4D | 19 |
| Octal | 17 | 163 | 140 | 127 | 0 | 21 | 67 | 251 | 115 | 31 |
| Binary | 1111 | 1110011 | 1100000 | 1010111 | 0 | 10001 | 110111 | 10101001 | 1001101 | 11001 |
Color Harmonies of #0F7360
Complementary color
Monochromatic Colors of #0F7360
Black with #0F7360
Text Example
Text Example
White with #0F7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7360; }
p { color: rgb(15,115,96); }
H1.HeaderClassName
{
color: #0F7360;
}
.AnyTagClassName
{
color: #0F7360;
}
</style>
background-color css
<style>
a { background-color: #0F7360; }
a { background-color: rgb(15,115,96); }
div.DivClassName
{
background-color: #0F7360;
}
.BgClassName
{
background-color: #0F7360;
}
</style>
border-color css
<style>
span { border-color: #0F7360; }
span { border-color: rgb(15,115,96); }
td.TdClassName
{
border-color: #0F7360;
}
.TagClassName
{
border-color: #0F7360;
}
</style>