Shades of Blue Stone #0F6056
Tints of Blue Stone #0F6056
RGB
CMYK
RGB Variations
Color information
#0F6056 (or 0x0F6056) is known color: Blue Stone. HEX triplet: 0F, 60 and 56. RGB value is (15,96,86). Sum of RGB (Red+Green+Blue) = 15+96+86=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6056 is #F09FA9. Grayscale: #464646. Windows color (decimal): -15769514 or 5660687. OLE color: 5660687.
HSL color Cylindrical-coordinate representation of color #0F6056: hue angle of 172.59º 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 #0F6056 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 86 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.62 |
| HSL | 172.59º | 0.73% | 0.22% | - |
| HSV(B) | 172.59º | 0.84% | 0.38% | - |
| XYZ | 6.06 | 9.14 | 10.25 | - |
| YUV | 70.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 86 | 0.84 | 0 | 0.10 | 0.62 | 172.59 | 0.73 | 0.22 |
| Hex | F | 60 | 56 | 54 | 0 | A | 3E | AD | 49 | 16 |
| Octal | 17 | 140 | 126 | 124 | 0 | 12 | 76 | 255 | 111 | 26 |
| Binary | 1111 | 1100000 | 1010110 | 1010100 | 0 | 1010 | 111110 | 10101101 | 1001001 | 10110 |
Color Harmonies of #0F6056
Complementary color
Monochromatic Colors of #0F6056
Black with #0F6056
Text Example
Text Example
White with #0F6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6056; }
p { color: rgb(15,96,86); }
H1.HeaderClassName
{
color: #0F6056;
}
.AnyTagClassName
{
color: #0F6056;
}
</style>
background-color css
<style>
a { background-color: #0F6056; }
a { background-color: rgb(15,96,86); }
div.DivClassName
{
background-color: #0F6056;
}
.BgClassName
{
background-color: #0F6056;
}
</style>
border-color css
<style>
span { border-color: #0F6056; }
span { border-color: rgb(15,96,86); }
td.TdClassName
{
border-color: #0F6056;
}
.TagClassName
{
border-color: #0F6056;
}
</style>