Shades of Blue Stone #105F65
Tints of Blue Stone #105F65
RGB
CMYK
RGB Variations
Color information
#105F65 (or 0x105F65) is known color: Blue Stone. HEX triplet: 10, 5F and 65. RGB value is (16,95,101). Sum of RGB (Red+Green+Blue) = 16+95+101=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #105F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F65 is #EFA09A. Grayscale: #474747. Windows color (decimal): -15704219 or 6643472. OLE color: 6643472.
HSL color Cylindrical-coordinate representation of color #105F65: hue angle of 184.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105F65 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 95 | 101 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.60 |
| HSL | 184.24º | 0.73% | 0.23% | - |
| HSV(B) | 184.24º | 0.84% | 0.4% | - |
| XYZ | 6.65 | 9.23 | 13.74 | - |
| YUV | 72.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 101 | 0.84 | 0.06 | 0 | 0.60 | 184.24 | 0.73 | 0.23 |
| Hex | 10 | 5F | 65 | 54 | 6 | 0 | 3C | B8 | 49 | 17 |
| Octal | 20 | 137 | 145 | 124 | 6 | 0 | 74 | 270 | 111 | 27 |
| Binary | 10000 | 1011111 | 1100101 | 1010100 | 110 | 0 | 111100 | 10111000 | 1001001 | 10111 |
Color Harmonies of #105F65
Complementary color
Monochromatic Colors of #105F65
Black with #105F65
Text Example
Text Example
White with #105F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F65; }
p { color: rgb(16,95,101); }
H1.HeaderClassName
{
color: #105F65;
}
.AnyTagClassName
{
color: #105F65;
}
</style>
background-color css
<style>
a { background-color: #105F65; }
a { background-color: rgb(16,95,101); }
div.DivClassName
{
background-color: #105F65;
}
.BgClassName
{
background-color: #105F65;
}
</style>
border-color css
<style>
span { border-color: #105F65; }
span { border-color: rgb(16,95,101); }
td.TdClassName
{
border-color: #105F65;
}
.TagClassName
{
border-color: #105F65;
}
</style>