Shades of Blue Stone #0F665E
Tints of Blue Stone #0F665E
RGB
CMYK
RGB Variations
Color information
#0F665E (or 0x0F665E) is known color: Blue Stone. HEX triplet: 0F, 66 and 5E. RGB value is (15,102,94). Sum of RGB (Red+Green+Blue) = 15+102+94=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #0F665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F665E is #F099A1. Grayscale: #4B4B4B. Windows color (decimal): -15767970 or 6186511. OLE color: 6186511.
HSL color Cylindrical-coordinate representation of color #0F665E: hue angle of 174.48º 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 #0F665E is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 102 | 94 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.6 |
| HSL | 174.48º | 0.74% | 0.23% | - |
| HSV(B) | 174.48º | 0.85% | 0.4% | - |
| XYZ | 6.97 | 10.41 | 12.23 | - |
| YUV | 75.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 94 | 0.85 | 0 | 0.08 | 0.6 | 174.48 | 0.74 | 0.23 |
| Hex | F | 66 | 5E | 55 | 0 | 8 | 3C | AE | 4A | 17 |
| Octal | 17 | 146 | 136 | 125 | 0 | 10 | 74 | 256 | 112 | 27 |
| Binary | 1111 | 1100110 | 1011110 | 1010101 | 0 | 1000 | 111100 | 10101110 | 1001010 | 10111 |
Color Harmonies of #0F665E
Complementary color
Monochromatic Colors of #0F665E
Black with #0F665E
Text Example
Text Example
White with #0F665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F665E; }
p { color: rgb(15,102,94); }
H1.HeaderClassName
{
color: #0F665E;
}
.AnyTagClassName
{
color: #0F665E;
}
</style>
background-color css
<style>
a { background-color: #0F665E; }
a { background-color: rgb(15,102,94); }
div.DivClassName
{
background-color: #0F665E;
}
.BgClassName
{
background-color: #0F665E;
}
</style>
border-color css
<style>
span { border-color: #0F665E; }
span { border-color: rgb(15,102,94); }
td.TdClassName
{
border-color: #0F665E;
}
.TagClassName
{
border-color: #0F665E;
}
</style>