Shades of Blue Stone #0F7169
Tints of Blue Stone #0F7169
RGB
CMYK
RGB Variations
Color information
#0F7169 (or 0x0F7169) is known color: Blue Stone. HEX triplet: 0F, 71 and 69. RGB value is (15,113,105). Sum of RGB (Red+Green+Blue) = 15+113+105=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7169 is #F08E96. Grayscale: #525252. Windows color (decimal): -15765143 or 6910223. OLE color: 6910223.
HSL color Cylindrical-coordinate representation of color #0F7169: hue angle of 175.1º 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 #0F7169 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 105 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.56 |
| HSL | 175.1º | 0.77% | 0.25% | - |
| HSV(B) | 175.1º | 0.87% | 0.44% | - |
| XYZ | 8.65 | 12.93 | 15.4 | - |
| YUV | 82.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 105 | 0.87 | 0 | 0.07 | 0.56 | 175.1 | 0.77 | 0.25 |
| Hex | F | 71 | 69 | 57 | 0 | 7 | 38 | AF | 4D | 19 |
| Octal | 17 | 161 | 151 | 127 | 0 | 7 | 70 | 257 | 115 | 31 |
| Binary | 1111 | 1110001 | 1101001 | 1010111 | 0 | 111 | 111000 | 10101111 | 1001101 | 11001 |
Color Harmonies of #0F7169
Complementary color
Monochromatic Colors of #0F7169
Black with #0F7169
Text Example
Text Example
White with #0F7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7169; }
p { color: rgb(15,113,105); }
H1.HeaderClassName
{
color: #0F7169;
}
.AnyTagClassName
{
color: #0F7169;
}
</style>
background-color css
<style>
a { background-color: #0F7169; }
a { background-color: rgb(15,113,105); }
div.DivClassName
{
background-color: #0F7169;
}
.BgClassName
{
background-color: #0F7169;
}
</style>
border-color css
<style>
span { border-color: #0F7169; }
span { border-color: rgb(15,113,105); }
td.TdClassName
{
border-color: #0F7169;
}
.TagClassName
{
border-color: #0F7169;
}
</style>