Shades of Deep Sea #0F7569
Tints of Deep Sea #0F7569
RGB
CMYK
RGB Variations
Color information
#0F7569 (or 0x0F7569) is known color: Deep Sea. HEX triplet: 0F, 75 and 69. RGB value is (15,117,105). Sum of RGB (Red+Green+Blue) = 15+117+105=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #0F7569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7569 is #F08A96. Grayscale: #555555. Windows color (decimal): -15764119 or 6911247. OLE color: 6911247.
HSL color Cylindrical-coordinate representation of color #0F7569: hue angle of 172.94º 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 #0F7569 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 117 | 105 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.54 |
| HSL | 172.94º | 0.77% | 0.26% | - |
| HSV(B) | 172.94º | 0.87% | 0.46% | - |
| XYZ | 9.11 | 13.84 | 15.56 | - |
| YUV | 85.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 105 | 0.87 | 0 | 0.10 | 0.54 | 172.94 | 0.77 | 0.26 |
| Hex | F | 75 | 69 | 57 | 0 | A | 36 | AD | 4D | 1A |
| Octal | 17 | 165 | 151 | 127 | 0 | 12 | 66 | 255 | 115 | 32 |
| Binary | 1111 | 1110101 | 1101001 | 1010111 | 0 | 1010 | 110110 | 10101101 | 1001101 | 11010 |
Color Harmonies of #0F7569
Complementary color
Monochromatic Colors of #0F7569
Black with #0F7569
Text Example
Text Example
White with #0F7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7569; }
p { color: rgb(15,117,105); }
H1.HeaderClassName
{
color: #0F7569;
}
.AnyTagClassName
{
color: #0F7569;
}
</style>
background-color css
<style>
a { background-color: #0F7569; }
a { background-color: rgb(15,117,105); }
div.DivClassName
{
background-color: #0F7569;
}
.BgClassName
{
background-color: #0F7569;
}
</style>
border-color css
<style>
span { border-color: #0F7569; }
span { border-color: rgb(15,117,105); }
td.TdClassName
{
border-color: #0F7569;
}
.TagClassName
{
border-color: #0F7569;
}
</style>