Shades of Blue Stone #0F575F
Tints of Blue Stone #0F575F
RGB
CMYK
RGB Variations
Color information
#0F575F (or 0x0F575F) is known color: Blue Stone. HEX triplet: 0F, 57 and 5F. RGB value is (15,87,95). Sum of RGB (Red+Green+Blue) = 15+87+95=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F575F is #F0A8A0. Grayscale: #424242. Windows color (decimal): -15771809 or 6248207. OLE color: 6248207.
HSL color Cylindrical-coordinate representation of color #0F575F: hue angle of 186º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F575F is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 87 | 95 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.63 |
| HSL | 186º | 0.73% | 0.22% | - |
| HSV(B) | 186º | 0.84% | 0.37% | - |
| XYZ | 5.67 | 7.74 | 12.02 | - |
| YUV | 66.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 95 | 0.84 | 0.08 | 0 | 0.63 | 186 | 0.73 | 0.22 |
| Hex | F | 57 | 5F | 54 | 8 | 0 | 3F | BA | 49 | 16 |
| Octal | 17 | 127 | 137 | 124 | 10 | 0 | 77 | 272 | 111 | 26 |
| Binary | 1111 | 1010111 | 1011111 | 1010100 | 1000 | 0 | 111111 | 10111010 | 1001001 | 10110 |
Color Harmonies of #0F575F
Complementary color
Monochromatic Colors of #0F575F
Black with #0F575F
Text Example
Text Example
White with #0F575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F575F; }
p { color: rgb(15,87,95); }
H1.HeaderClassName
{
color: #0F575F;
}
.AnyTagClassName
{
color: #0F575F;
}
</style>
background-color css
<style>
a { background-color: #0F575F; }
a { background-color: rgb(15,87,95); }
div.DivClassName
{
background-color: #0F575F;
}
.BgClassName
{
background-color: #0F575F;
}
</style>
border-color css
<style>
span { border-color: #0F575F; }
span { border-color: rgb(15,87,95); }
td.TdClassName
{
border-color: #0F575F;
}
.TagClassName
{
border-color: #0F575F;
}
</style>