Shades of Blue Stone #105761
Tints of Blue Stone #105761
RGB
CMYK
RGB Variations
Color information
#105761 (or 0x105761) is known color: Blue Stone. HEX triplet: 10, 57 and 61. RGB value is (16,87,97). Sum of RGB (Red+Green+Blue) = 16+87+97=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #105761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105761 is #EFA89E. Grayscale: #424242. Windows color (decimal): -15706271 or 6379280. OLE color: 6379280.
HSL color Cylindrical-coordinate representation of color #105761: hue angle of 187.41º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105761 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 87 | 97 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.62 |
| HSL | 187.41º | 0.72% | 0.22% | - |
| HSV(B) | 187.41º | 0.84% | 0.38% | - |
| XYZ | 5.78 | 7.79 | 12.51 | - |
| YUV | 66.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 97 | 0.84 | 0.10 | 0 | 0.62 | 187.41 | 0.72 | 0.22 |
| Hex | 10 | 57 | 61 | 54 | A | 0 | 3E | BB | 48 | 16 |
| Octal | 20 | 127 | 141 | 124 | 12 | 0 | 76 | 273 | 110 | 26 |
| Binary | 10000 | 1010111 | 1100001 | 1010100 | 1010 | 0 | 111110 | 10111011 | 1001000 | 10110 |
Color Harmonies of #105761
Complementary color
Monochromatic Colors of #105761
Black with #105761
Text Example
Text Example
White with #105761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105761; }
p { color: rgb(16,87,97); }
H1.HeaderClassName
{
color: #105761;
}
.AnyTagClassName
{
color: #105761;
}
</style>
background-color css
<style>
a { background-color: #105761; }
a { background-color: rgb(16,87,97); }
div.DivClassName
{
background-color: #105761;
}
.BgClassName
{
background-color: #105761;
}
</style>
border-color css
<style>
span { border-color: #105761; }
span { border-color: rgb(16,87,97); }
td.TdClassName
{
border-color: #105761;
}
.TagClassName
{
border-color: #105761;
}
</style>