Shades of Blue Stone #116465
Tints of Blue Stone #116465
RGB
CMYK
RGB Variations
Color information
#116465 (or 0x116465) is known color: Blue Stone. HEX triplet: 11, 64 and 65. RGB value is (17,100,101). Sum of RGB (Red+Green+Blue) = 17+100+101=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #116465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116465 is #EE9B9A. Grayscale: #4B4B4B. Windows color (decimal): -15637403 or 6644753. OLE color: 6644753.
HSL color Cylindrical-coordinate representation of color #116465: hue angle of 180.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116465 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 100 | 101 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.60 |
| HSL | 180.71º | 0.71% | 0.23% | - |
| HSV(B) | 180.71º | 0.83% | 0.4% | - |
| XYZ | 7.14 | 10.17 | 13.9 | - |
| YUV | 75.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 101 | 0.83 | 0.01 | 0 | 0.60 | 180.71 | 0.71 | 0.23 |
| Hex | 11 | 64 | 65 | 53 | 1 | 0 | 3C | B5 | 47 | 17 |
| Octal | 21 | 144 | 145 | 123 | 1 | 0 | 74 | 265 | 107 | 27 |
| Binary | 10001 | 1100100 | 1100101 | 1010011 | 1 | 0 | 111100 | 10110101 | 1000111 | 10111 |
Color Harmonies of #116465
Complementary color
Monochromatic Colors of #116465
Black with #116465
Text Example
Text Example
White with #116465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116465; }
p { color: rgb(17,100,101); }
H1.HeaderClassName
{
color: #116465;
}
.AnyTagClassName
{
color: #116465;
}
</style>
background-color css
<style>
a { background-color: #116465; }
a { background-color: rgb(17,100,101); }
div.DivClassName
{
background-color: #116465;
}
.BgClassName
{
background-color: #116465;
}
</style>
border-color css
<style>
span { border-color: #116465; }
span { border-color: rgb(17,100,101); }
td.TdClassName
{
border-color: #116465;
}
.TagClassName
{
border-color: #116465;
}
</style>