Shades of Blue Stone #0F6158
Tints of Blue Stone #0F6158
RGB
CMYK
RGB Variations
Color information
#0F6158 (or 0x0F6158) is known color: Blue Stone. HEX triplet: 0F, 61 and 58. RGB value is (15,97,88). Sum of RGB (Red+Green+Blue) = 15+97+88=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6158 is #F09EA7. Grayscale: #474747. Windows color (decimal): -15769256 or 5792015. OLE color: 5792015.
HSL color Cylindrical-coordinate representation of color #0F6158: hue angle of 173.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6158 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 88 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.62 |
| HSL | 173.41º | 0.73% | 0.22% | - |
| HSV(B) | 173.41º | 0.85% | 0.38% | - |
| XYZ | 6.23 | 9.36 | 10.71 | - |
| YUV | 71.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 88 | 0.85 | 0 | 0.09 | 0.62 | 173.41 | 0.73 | 0.22 |
| Hex | F | 61 | 58 | 55 | 0 | 9 | 3E | AD | 49 | 16 |
| Octal | 17 | 141 | 130 | 125 | 0 | 11 | 76 | 255 | 111 | 26 |
| Binary | 1111 | 1100001 | 1011000 | 1010101 | 0 | 1001 | 111110 | 10101101 | 1001001 | 10110 |
Color Harmonies of #0F6158
Complementary color
Monochromatic Colors of #0F6158
Black with #0F6158
Text Example
Text Example
White with #0F6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6158; }
p { color: rgb(15,97,88); }
H1.HeaderClassName
{
color: #0F6158;
}
.AnyTagClassName
{
color: #0F6158;
}
</style>
background-color css
<style>
a { background-color: #0F6158; }
a { background-color: rgb(15,97,88); }
div.DivClassName
{
background-color: #0F6158;
}
.BgClassName
{
background-color: #0F6158;
}
</style>
border-color css
<style>
span { border-color: #0F6158; }
span { border-color: rgb(15,97,88); }
td.TdClassName
{
border-color: #0F6158;
}
.TagClassName
{
border-color: #0F6158;
}
</style>