Shades of Blue Stone #0F675B
Tints of Blue Stone #0F675B
RGB
CMYK
RGB Variations
Color information
#0F675B (or 0x0F675B) is known color: Blue Stone. HEX triplet: 0F, 67 and 5B. RGB value is (15,103,91). Sum of RGB (Red+Green+Blue) = 15+103+91=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #0F675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F675B is #F098A4. Grayscale: #4B4B4B. Windows color (decimal): -15767717 or 5990159. OLE color: 5990159.
HSL color Cylindrical-coordinate representation of color #0F675B: hue angle of 171.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F675B is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 91 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.60 |
| HSL | 171.82º | 0.75% | 0.23% | - |
| HSV(B) | 171.82º | 0.85% | 0.4% | - |
| XYZ | 6.94 | 10.56 | 11.57 | - |
| YUV | 75.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 91 | 0.85 | 0 | 0.12 | 0.60 | 171.82 | 0.75 | 0.23 |
| Hex | F | 67 | 5B | 55 | 0 | C | 3C | AC | 4B | 17 |
| Octal | 17 | 147 | 133 | 125 | 0 | 14 | 74 | 254 | 113 | 27 |
| Binary | 1111 | 1100111 | 1011011 | 1010101 | 0 | 1100 | 111100 | 10101100 | 1001011 | 10111 |
Color Harmonies of #0F675B
Complementary color
Monochromatic Colors of #0F675B
Black with #0F675B
Text Example
Text Example
White with #0F675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F675B; }
p { color: rgb(15,103,91); }
H1.HeaderClassName
{
color: #0F675B;
}
.AnyTagClassName
{
color: #0F675B;
}
</style>
background-color css
<style>
a { background-color: #0F675B; }
a { background-color: rgb(15,103,91); }
div.DivClassName
{
background-color: #0F675B;
}
.BgClassName
{
background-color: #0F675B;
}
</style>
border-color css
<style>
span { border-color: #0F675B; }
span { border-color: rgb(15,103,91); }
td.TdClassName
{
border-color: #0F675B;
}
.TagClassName
{
border-color: #0F675B;
}
</style>