Shades of Blue Stone #105A63
Tints of Blue Stone #105A63
RGB
CMYK
RGB Variations
Color information
#105A63 (or 0x105A63) is known color: Blue Stone. HEX triplet: 10, 5A and 63. RGB value is (16,90,99). Sum of RGB (Red+Green+Blue) = 16+90+99=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #105A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A63 is #EFA59C. Grayscale: #444444. Windows color (decimal): -15705501 or 6511120. OLE color: 6511120.
HSL color Cylindrical-coordinate representation of color #105A63: hue angle of 186.51º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105A63 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 90 | 99 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.61 |
| HSL | 186.51º | 0.72% | 0.23% | - |
| HSV(B) | 186.51º | 0.84% | 0.39% | - |
| XYZ | 6.12 | 8.32 | 13.09 | - |
| YUV | 68.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 99 | 0.84 | 0.09 | 0 | 0.61 | 186.51 | 0.72 | 0.23 |
| Hex | 10 | 5A | 63 | 54 | 9 | 0 | 3D | BB | 48 | 17 |
| Octal | 20 | 132 | 143 | 124 | 11 | 0 | 75 | 273 | 110 | 27 |
| Binary | 10000 | 1011010 | 1100011 | 1010100 | 1001 | 0 | 111101 | 10111011 | 1001000 | 10111 |
Color Harmonies of #105A63
Complementary color
Monochromatic Colors of #105A63
Black with #105A63
Text Example
Text Example
White with #105A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A63; }
p { color: rgb(16,90,99); }
H1.HeaderClassName
{
color: #105A63;
}
.AnyTagClassName
{
color: #105A63;
}
</style>
background-color css
<style>
a { background-color: #105A63; }
a { background-color: rgb(16,90,99); }
div.DivClassName
{
background-color: #105A63;
}
.BgClassName
{
background-color: #105A63;
}
</style>
border-color css
<style>
span { border-color: #105A63; }
span { border-color: rgb(16,90,99); }
td.TdClassName
{
border-color: #105A63;
}
.TagClassName
{
border-color: #105A63;
}
</style>