Shades of Blue Stone #116264
Tints of Blue Stone #116264
RGB
CMYK
RGB Variations
Color information
#116264 (or 0x116264) is known color: Blue Stone. HEX triplet: 11, 62 and 64. RGB value is (17,98,100). Sum of RGB (Red+Green+Blue) = 17+98+100=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #116264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116264 is #EE9D9B. Grayscale: #494949. Windows color (decimal): -15637916 or 6578705. OLE color: 6578705.
HSL color Cylindrical-coordinate representation of color #116264: hue angle of 181.45º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116264 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 98 | 100 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.61 |
| HSL | 181.45º | 0.71% | 0.23% | - |
| HSV(B) | 181.45º | 0.83% | 0.39% | - |
| XYZ | 6.9 | 9.77 | 13.58 | - |
| YUV | 74.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 100 | 0.83 | 0.02 | 0 | 0.61 | 181.45 | 0.71 | 0.23 |
| Hex | 11 | 62 | 64 | 53 | 2 | 0 | 3D | B5 | 47 | 17 |
| Octal | 21 | 142 | 144 | 123 | 2 | 0 | 75 | 265 | 107 | 27 |
| Binary | 10001 | 1100010 | 1100100 | 1010011 | 10 | 0 | 111101 | 10110101 | 1000111 | 10111 |
Color Harmonies of #116264
Complementary color
Monochromatic Colors of #116264
Black with #116264
Text Example
Text Example
White with #116264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116264; }
p { color: rgb(17,98,100); }
H1.HeaderClassName
{
color: #116264;
}
.AnyTagClassName
{
color: #116264;
}
</style>
background-color css
<style>
a { background-color: #116264; }
a { background-color: rgb(17,98,100); }
div.DivClassName
{
background-color: #116264;
}
.BgClassName
{
background-color: #116264;
}
</style>
border-color css
<style>
span { border-color: #116264; }
span { border-color: rgb(17,98,100); }
td.TdClassName
{
border-color: #116264;
}
.TagClassName
{
border-color: #116264;
}
</style>