Shades of Blue Stone #0F595C
Tints of Blue Stone #0F595C
RGB
CMYK
RGB Variations
Color information
#0F595C (or 0x0F595C) is known color: Blue Stone. HEX triplet: 0F, 59 and 5C. RGB value is (15,89,92). Sum of RGB (Red+Green+Blue) = 15+89+92=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F595C is #F0A6A3. Grayscale: #434343. Windows color (decimal): -15771300 or 6052111. OLE color: 6052111.
HSL color Cylindrical-coordinate representation of color #0F595C: hue angle of 182.34º 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 #0F595C is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 89 | 92 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.64 |
| HSL | 182.34º | 0.72% | 0.21% | - |
| HSV(B) | 182.34º | 0.84% | 0.36% | - |
| XYZ | 5.7 | 8.02 | 11.37 | - |
| YUV | 67.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 92 | 0.84 | 0.03 | 0 | 0.64 | 182.34 | 0.72 | 0.21 |
| Hex | F | 59 | 5C | 54 | 3 | 0 | 40 | B6 | 48 | 15 |
| Octal | 17 | 131 | 134 | 124 | 3 | 0 | 100 | 266 | 110 | 25 |
| Binary | 1111 | 1011001 | 1011100 | 1010100 | 11 | 0 | 1000000 | 10110110 | 1001000 | 10101 |
Color Harmonies of #0F595C
Complementary color
Monochromatic Colors of #0F595C
Black with #0F595C
Text Example
Text Example
White with #0F595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F595C; }
p { color: rgb(15,89,92); }
H1.HeaderClassName
{
color: #0F595C;
}
.AnyTagClassName
{
color: #0F595C;
}
</style>
background-color css
<style>
a { background-color: #0F595C; }
a { background-color: rgb(15,89,92); }
div.DivClassName
{
background-color: #0F595C;
}
.BgClassName
{
background-color: #0F595C;
}
</style>
border-color css
<style>
span { border-color: #0F595C; }
span { border-color: rgb(15,89,92); }
td.TdClassName
{
border-color: #0F595C;
}
.TagClassName
{
border-color: #0F595C;
}
</style>