Shades of Blue Stone #0F595D
Tints of Blue Stone #0F595D
RGB
CMYK
RGB Variations
Color information
#0F595D (or 0x0F595D) is known color: Blue Stone. HEX triplet: 0F, 59 and 5D. RGB value is (15,89,93). Sum of RGB (Red+Green+Blue) = 15+89+93=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F595D is #F0A6A2. Grayscale: #434343. Windows color (decimal): -15771299 or 6117647. OLE color: 6117647.
HSL color Cylindrical-coordinate representation of color #0F595D: hue angle of 183.08º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F595D is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 89 | 93 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.64 |
| HSL | 183.08º | 0.72% | 0.21% | - |
| HSV(B) | 183.08º | 0.84% | 0.36% | - |
| XYZ | 5.75 | 8.04 | 11.6 | - |
| YUV | 67.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 93 | 0.84 | 0.04 | 0 | 0.64 | 183.08 | 0.72 | 0.21 |
| Hex | F | 59 | 5D | 54 | 4 | 0 | 40 | B7 | 48 | 15 |
| Octal | 17 | 131 | 135 | 124 | 4 | 0 | 100 | 267 | 110 | 25 |
| Binary | 1111 | 1011001 | 1011101 | 1010100 | 100 | 0 | 1000000 | 10110111 | 1001000 | 10101 |
Color Harmonies of #0F595D
Complementary color
Monochromatic Colors of #0F595D
Black with #0F595D
Text Example
Text Example
White with #0F595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F595D; }
p { color: rgb(15,89,93); }
H1.HeaderClassName
{
color: #0F595D;
}
.AnyTagClassName
{
color: #0F595D;
}
</style>
background-color css
<style>
a { background-color: #0F595D; }
a { background-color: rgb(15,89,93); }
div.DivClassName
{
background-color: #0F595D;
}
.BgClassName
{
background-color: #0F595D;
}
</style>
border-color css
<style>
span { border-color: #0F595D; }
span { border-color: rgb(15,89,93); }
td.TdClassName
{
border-color: #0F595D;
}
.TagClassName
{
border-color: #0F595D;
}
</style>