#116865

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

Shades of Blue Stone #116865

Tints of Blue Stone #116865

Color information

#116865 (or 0x116865) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 65. RGB value is (17,104,101). Sum of RGB (Red+Green+Blue) = 17+104+101=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #116865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116865 is #EE979A. Grayscale: #4D4D4D. Windows color (decimal): -15636379 or 6645777. OLE color: 6645777.

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

Color convert

RGB17104101-
CMYK0.8400.030.59
HSL177.93º71.9%23.73%-
HSV(B)177.93º83.65%40.78%-
XYZ7.5310.9614.03-
YUV77.64141.1884.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=7.66%
G=46.85%
B=45.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171041010.8400.030.59177.9371.923.73
Hex11686554033Bb24818
Octal21150145124037326211030
Binary1000111010001100101101010001111101110110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116865; }

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

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

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

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

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

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

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

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