#116861

Color #116861 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #116861

Tints of Blue Stone #116861

Color information

#116861 (or 0x116861) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 61. RGB value is (17,104,97). Sum of RGB (Red+Green+Blue) = 17+104+97=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #116861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116861 is #EE979E. Grayscale: #4D4D4D. Windows color (decimal): -15636383 or 6383633. OLE color: 6383633.

HSL color Cylindrical-coordinate representation of color #116861: hue angle of 175.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116861 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1710497-
CMYK0.8400.070.59
HSL175.17º71.9%23.73%-
HSV(B)175.17º83.65%40.78%-
XYZ7.3410.8813.02-
YUV77.19139.1885.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=7.80%
G=47.71%
B=44.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104970.8400.070.59175.1771.923.73
Hex11686154073Baf4818
Octal21150141124077325711030
Binary10001110100011000011010100011111101110101111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116861; }

 p { color: rgb(17,104,97); }

 H1.HeaderClassName
 {
   color: #116861;
 }
 .AnyTagClassName
 {
   color: #116861;
 }
</style>
background-color css

<style>
 a { background-color: #116861; }

 a { background-color: rgb(17,104,97); }

 div.DivClassName
 {
   background-color: #116861;
 }
 .BgClassName
 {
   background-color: #116861;
 }
</style>
border-color css

<style>
 span { border-color: #116861; }

 span { border-color: rgb(17,104,97); }

 td.TdClassName
 {
   border-color: #116861;
 }
 .TagClassName
 {
   border-color: #116861;
 }
</style>