Shades of Blue Stone #0F655D
Tints of Blue Stone #0F655D
RGB
CMYK
RGB Variations
Color information
#0F655D (or 0x0F655D) is known color: Blue Stone. HEX triplet: 0F, 65 and 5D. RGB value is (15,101,93). Sum of RGB (Red+Green+Blue) = 15+101+93=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #0F655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F655D is #F09AA2. Grayscale: #4A4A4A. Windows color (decimal): -15768227 or 6120719. OLE color: 6120719.
HSL color Cylindrical-coordinate representation of color #0F655D: hue angle of 174.42º 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 #0F655D is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 93 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.60 |
| HSL | 174.42º | 0.74% | 0.23% | - |
| HSV(B) | 174.42º | 0.85% | 0.4% | - |
| XYZ | 6.83 | 10.2 | 11.96 | - |
| YUV | 74.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 93 | 0.85 | 0 | 0.08 | 0.60 | 174.42 | 0.74 | 0.23 |
| Hex | F | 65 | 5D | 55 | 0 | 8 | 3C | AE | 4A | 17 |
| Octal | 17 | 145 | 135 | 125 | 0 | 10 | 74 | 256 | 112 | 27 |
| Binary | 1111 | 1100101 | 1011101 | 1010101 | 0 | 1000 | 111100 | 10101110 | 1001010 | 10111 |
Color Harmonies of #0F655D
Complementary color
Monochromatic Colors of #0F655D
Black with #0F655D
Text Example
Text Example
White with #0F655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F655D; }
p { color: rgb(15,101,93); }
H1.HeaderClassName
{
color: #0F655D;
}
.AnyTagClassName
{
color: #0F655D;
}
</style>
background-color css
<style>
a { background-color: #0F655D; }
a { background-color: rgb(15,101,93); }
div.DivClassName
{
background-color: #0F655D;
}
.BgClassName
{
background-color: #0F655D;
}
</style>
border-color css
<style>
span { border-color: #0F655D; }
span { border-color: rgb(15,101,93); }
td.TdClassName
{
border-color: #0F655D;
}
.TagClassName
{
border-color: #0F655D;
}
</style>