Shades of Blue Stone #0F5962
Tints of Blue Stone #0F5962
RGB
CMYK
RGB Variations
Color information
#0F5962 (or 0x0F5962) is known color: Blue Stone. HEX triplet: 0F, 59 and 62. RGB value is (15,89,98). Sum of RGB (Red+Green+Blue) = 15+89+98=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F5962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5962 is #F0A69D. Grayscale: #434343. Windows color (decimal): -15771294 or 6445327. OLE color: 6445327.
HSL color Cylindrical-coordinate representation of color #0F5962: hue angle of 186.51º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5962 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 89 | 98 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.62 |
| HSL | 186.51º | 0.73% | 0.22% | - |
| HSV(B) | 186.51º | 0.85% | 0.38% | - |
| XYZ | 5.97 | 8.13 | 12.81 | - |
| YUV | 67.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 98 | 0.85 | 0.09 | 0 | 0.62 | 186.51 | 0.73 | 0.22 |
| Hex | F | 59 | 62 | 55 | 9 | 0 | 3E | BB | 49 | 16 |
| Octal | 17 | 131 | 142 | 125 | 11 | 0 | 76 | 273 | 111 | 26 |
| Binary | 1111 | 1011001 | 1100010 | 1010101 | 1001 | 0 | 111110 | 10111011 | 1001001 | 10110 |
Color Harmonies of #0F5962
Complementary color
Monochromatic Colors of #0F5962
Black with #0F5962
Text Example
Text Example
White with #0F5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5962; }
p { color: rgb(15,89,98); }
H1.HeaderClassName
{
color: #0F5962;
}
.AnyTagClassName
{
color: #0F5962;
}
</style>
background-color css
<style>
a { background-color: #0F5962; }
a { background-color: rgb(15,89,98); }
div.DivClassName
{
background-color: #0F5962;
}
.BgClassName
{
background-color: #0F5962;
}
</style>
border-color css
<style>
span { border-color: #0F5962; }
span { border-color: rgb(15,89,98); }
td.TdClassName
{
border-color: #0F5962;
}
.TagClassName
{
border-color: #0F5962;
}
</style>