Shades of Blue Stone #0F655C
Tints of Blue Stone #0F655C
RGB
CMYK
RGB Variations
Color information
#0F655C (or 0x0F655C) is known color: Blue Stone. HEX triplet: 0F, 65 and 5C. RGB value is (15,101,92). Sum of RGB (Red+Green+Blue) = 15+101+92=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #0F655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F655C is #F09AA3. Grayscale: #4A4A4A. Windows color (decimal): -15768228 or 6055183. OLE color: 6055183.
HSL color Cylindrical-coordinate representation of color #0F655C: hue angle of 173.72º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F655C is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 92 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.60 |
| HSL | 173.72º | 0.74% | 0.23% | - |
| HSV(B) | 173.72º | 0.85% | 0.4% | - |
| XYZ | 6.78 | 10.18 | 11.73 | - |
| YUV | 74.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 92 | 0.85 | 0 | 0.09 | 0.60 | 173.72 | 0.74 | 0.23 |
| Hex | F | 65 | 5C | 55 | 0 | 9 | 3C | AE | 4A | 17 |
| Octal | 17 | 145 | 134 | 125 | 0 | 11 | 74 | 256 | 112 | 27 |
| Binary | 1111 | 1100101 | 1011100 | 1010101 | 0 | 1001 | 111100 | 10101110 | 1001010 | 10111 |
Color Harmonies of #0F655C
Complementary color
Monochromatic Colors of #0F655C
Black with #0F655C
Text Example
Text Example
White with #0F655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F655C; }
p { color: rgb(15,101,92); }
H1.HeaderClassName
{
color: #0F655C;
}
.AnyTagClassName
{
color: #0F655C;
}
</style>
background-color css
<style>
a { background-color: #0F655C; }
a { background-color: rgb(15,101,92); }
div.DivClassName
{
background-color: #0F655C;
}
.BgClassName
{
background-color: #0F655C;
}
</style>
border-color css
<style>
span { border-color: #0F655C; }
span { border-color: rgb(15,101,92); }
td.TdClassName
{
border-color: #0F655C;
}
.TagClassName
{
border-color: #0F655C;
}
</style>