#116862

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

Shades of Blue Stone #116862

Tints of Blue Stone #116862

Color information

#116862 (or 0x116862) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 62. RGB value is (17,104,98). Sum of RGB (Red+Green+Blue) = 17+104+98=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #116862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116862 is #EE979D. Grayscale: #4D4D4D. Windows color (decimal): -15636382 or 6449169. OLE color: 6449169.

HSL color Cylindrical-coordinate representation of color #116862: hue angle of 175.86º 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 #116862 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1710498-
CMYK0.8400.060.59
HSL175.86º71.9%23.73%-
HSV(B)175.86º83.65%40.78%-
XYZ7.3910.913.27-
YUV77.3139.6884.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=7.76%
G=47.49%
B=44.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104980.8400.060.59175.8671.923.73
Hex11686254063Bb04818
Octal21150142124067326011030
Binary10001110100011000101010100011011101110110000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116862; }

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

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

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

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

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

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

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

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