Shades of Blue Stone #0F7164
Tints of Blue Stone #0F7164
RGB
CMYK
RGB Variations
Color information
#0F7164 (or 0x0F7164) is known color: Blue Stone. HEX triplet: 0F, 71 and 64. RGB value is (15,113,100). Sum of RGB (Red+Green+Blue) = 15+113+100=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7164 is #F08E9B. Grayscale: #525252. Windows color (decimal): -15765148 or 6582543. OLE color: 6582543.
HSL color Cylindrical-coordinate representation of color #0F7164: hue angle of 172.04º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7164 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 100 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.56 |
| HSL | 172.04º | 0.77% | 0.25% | - |
| HSV(B) | 172.04º | 0.87% | 0.44% | - |
| XYZ | 8.4 | 12.83 | 14.09 | - |
| YUV | 82.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 100 | 0.87 | 0 | 0.12 | 0.56 | 172.04 | 0.77 | 0.25 |
| Hex | F | 71 | 64 | 57 | 0 | C | 38 | AC | 4D | 19 |
| Octal | 17 | 161 | 144 | 127 | 0 | 14 | 70 | 254 | 115 | 31 |
| Binary | 1111 | 1110001 | 1100100 | 1010111 | 0 | 1100 | 111000 | 10101100 | 1001101 | 11001 |
Color Harmonies of #0F7164
Complementary color
Monochromatic Colors of #0F7164
Black with #0F7164
Text Example
Text Example
White with #0F7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7164; }
p { color: rgb(15,113,100); }
H1.HeaderClassName
{
color: #0F7164;
}
.AnyTagClassName
{
color: #0F7164;
}
</style>
background-color css
<style>
a { background-color: #0F7164; }
a { background-color: rgb(15,113,100); }
div.DivClassName
{
background-color: #0F7164;
}
.BgClassName
{
background-color: #0F7164;
}
</style>
border-color css
<style>
span { border-color: #0F7164; }
span { border-color: rgb(15,113,100); }
td.TdClassName
{
border-color: #0F7164;
}
.TagClassName
{
border-color: #0F7164;
}
</style>