Shades of Blue Stone #0F7069
Tints of Blue Stone #0F7069
RGB
CMYK
RGB Variations
Color information
#0F7069 (or 0x0F7069) is known color: Blue Stone. HEX triplet: 0F, 70 and 69. RGB value is (15,112,105). Sum of RGB (Red+Green+Blue) = 15+112+105=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7069 is #F08F96. Grayscale: #525252. Windows color (decimal): -15765399 or 6909967. OLE color: 6909967.
HSL color Cylindrical-coordinate representation of color #0F7069: hue angle of 175.67º degrees, saturation: 0.76, 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 #0F7069 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 105 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.56 |
| HSL | 175.67º | 0.76% | 0.25% | - |
| HSV(B) | 175.67º | 0.87% | 0.44% | - |
| XYZ | 8.54 | 12.71 | 15.37 | - |
| YUV | 82.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 105 | 0.87 | 0 | 0.06 | 0.56 | 175.67 | 0.76 | 0.25 |
| Hex | F | 70 | 69 | 57 | 0 | 6 | 38 | B0 | 4C | 19 |
| Octal | 17 | 160 | 151 | 127 | 0 | 6 | 70 | 260 | 114 | 31 |
| Binary | 1111 | 1110000 | 1101001 | 1010111 | 0 | 110 | 111000 | 10110000 | 1001100 | 11001 |
Color Harmonies of #0F7069
Complementary color
Monochromatic Colors of #0F7069
Black with #0F7069
Text Example
Text Example
White with #0F7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7069; }
p { color: rgb(15,112,105); }
H1.HeaderClassName
{
color: #0F7069;
}
.AnyTagClassName
{
color: #0F7069;
}
</style>
background-color css
<style>
a { background-color: #0F7069; }
a { background-color: rgb(15,112,105); }
div.DivClassName
{
background-color: #0F7069;
}
.BgClassName
{
background-color: #0F7069;
}
</style>
border-color css
<style>
span { border-color: #0F7069; }
span { border-color: rgb(15,112,105); }
td.TdClassName
{
border-color: #0F7069;
}
.TagClassName
{
border-color: #0F7069;
}
</style>