Shades of Blue Stone #0F665D
Tints of Blue Stone #0F665D
RGB
CMYK
RGB Variations
Color information
#0F665D (or 0x0F665D) is known color: Blue Stone. HEX triplet: 0F, 66 and 5D. RGB value is (15,102,93). Sum of RGB (Red+Green+Blue) = 15+102+93=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #0F665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F665D is #F099A2. Grayscale: #4A4A4A. Windows color (decimal): -15767971 or 6120975. OLE color: 6120975.
HSL color Cylindrical-coordinate representation of color #0F665D: hue angle of 173.79º degrees, saturation: 0.74, 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 #0F665D is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 102 | 93 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.6 |
| HSL | 173.79º | 0.74% | 0.23% | - |
| HSV(B) | 173.79º | 0.85% | 0.4% | - |
| XYZ | 6.92 | 10.39 | 12 | - |
| YUV | 74.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 93 | 0.85 | 0 | 0.09 | 0.6 | 173.79 | 0.74 | 0.23 |
| Hex | F | 66 | 5D | 55 | 0 | 9 | 3C | AE | 4A | 17 |
| Octal | 17 | 146 | 135 | 125 | 0 | 11 | 74 | 256 | 112 | 27 |
| Binary | 1111 | 1100110 | 1011101 | 1010101 | 0 | 1001 | 111100 | 10101110 | 1001010 | 10111 |
Color Harmonies of #0F665D
Complementary color
Monochromatic Colors of #0F665D
Black with #0F665D
Text Example
Text Example
White with #0F665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F665D; }
p { color: rgb(15,102,93); }
H1.HeaderClassName
{
color: #0F665D;
}
.AnyTagClassName
{
color: #0F665D;
}
</style>
background-color css
<style>
a { background-color: #0F665D; }
a { background-color: rgb(15,102,93); }
div.DivClassName
{
background-color: #0F665D;
}
.BgClassName
{
background-color: #0F665D;
}
</style>
border-color css
<style>
span { border-color: #0F665D; }
span { border-color: rgb(15,102,93); }
td.TdClassName
{
border-color: #0F665D;
}
.TagClassName
{
border-color: #0F665D;
}
</style>