Shades of Blue Stone #0F6258
Tints of Blue Stone #0F6258
RGB
CMYK
RGB Variations
Color information
#0F6258 (or 0x0F6258) is known color: Blue Stone. HEX triplet: 0F, 62 and 58. RGB value is (15,98,88). Sum of RGB (Red+Green+Blue) = 15+98+88=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6258 is #F09DA7. Grayscale: #484848. Windows color (decimal): -15769000 or 5792271. OLE color: 5792271.
HSL color Cylindrical-coordinate representation of color #0F6258: hue angle of 172.77º 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 #0F6258 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 88 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.62 |
| HSL | 172.77º | 0.73% | 0.22% | - |
| HSV(B) | 172.77º | 0.85% | 0.38% | - |
| XYZ | 6.33 | 9.54 | 10.74 | - |
| YUV | 72.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 88 | 0.85 | 0 | 0.10 | 0.62 | 172.77 | 0.73 | 0.22 |
| Hex | F | 62 | 58 | 55 | 0 | A | 3E | AD | 49 | 16 |
| Octal | 17 | 142 | 130 | 125 | 0 | 12 | 76 | 255 | 111 | 26 |
| Binary | 1111 | 1100010 | 1011000 | 1010101 | 0 | 1010 | 111110 | 10101101 | 1001001 | 10110 |
Color Harmonies of #0F6258
Complementary color
Monochromatic Colors of #0F6258
Black with #0F6258
Text Example
Text Example
White with #0F6258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6258; }
p { color: rgb(15,98,88); }
H1.HeaderClassName
{
color: #0F6258;
}
.AnyTagClassName
{
color: #0F6258;
}
</style>
background-color css
<style>
a { background-color: #0F6258; }
a { background-color: rgb(15,98,88); }
div.DivClassName
{
background-color: #0F6258;
}
.BgClassName
{
background-color: #0F6258;
}
</style>
border-color css
<style>
span { border-color: #0F6258; }
span { border-color: rgb(15,98,88); }
td.TdClassName
{
border-color: #0F6258;
}
.TagClassName
{
border-color: #0F6258;
}
</style>