Shades of Blue Stone #0F5960
Tints of Blue Stone #0F5960
RGB
CMYK
RGB Variations
Color information
#0F5960 (or 0x0F5960) is known color: Blue Stone. HEX triplet: 0F, 59 and 60. RGB value is (15,89,96). Sum of RGB (Red+Green+Blue) = 15+89+96=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F5960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5960 is #F0A69F. Grayscale: #434343. Windows color (decimal): -15771296 or 6314255. OLE color: 6314255.
HSL color Cylindrical-coordinate representation of color #0F5960: hue angle of 185.19º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5960 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 89 | 96 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.62 |
| HSL | 185.19º | 0.73% | 0.22% | - |
| HSV(B) | 185.19º | 0.84% | 0.38% | - |
| XYZ | 5.88 | 8.09 | 12.32 | - |
| YUV | 67.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 96 | 0.84 | 0.07 | 0 | 0.62 | 185.19 | 0.73 | 0.22 |
| Hex | F | 59 | 60 | 54 | 7 | 0 | 3E | B9 | 49 | 16 |
| Octal | 17 | 131 | 140 | 124 | 7 | 0 | 76 | 271 | 111 | 26 |
| Binary | 1111 | 1011001 | 1100000 | 1010100 | 111 | 0 | 111110 | 10111001 | 1001001 | 10110 |
Color Harmonies of #0F5960
Complementary color
Monochromatic Colors of #0F5960
Black with #0F5960
Text Example
Text Example
White with #0F5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5960; }
p { color: rgb(15,89,96); }
H1.HeaderClassName
{
color: #0F5960;
}
.AnyTagClassName
{
color: #0F5960;
}
</style>
background-color css
<style>
a { background-color: #0F5960; }
a { background-color: rgb(15,89,96); }
div.DivClassName
{
background-color: #0F5960;
}
.BgClassName
{
background-color: #0F5960;
}
</style>
border-color css
<style>
span { border-color: #0F5960; }
span { border-color: rgb(15,89,96); }
td.TdClassName
{
border-color: #0F5960;
}
.TagClassName
{
border-color: #0F5960;
}
</style>