#116263

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

Shades of Blue Stone #116263

Tints of Blue Stone #116263

Color information

#116263 (or 0x116263) is unknown color: approx Blue Stone. HEX triplet: 11, 62 and 63. RGB value is (17,98,99). Sum of RGB (Red+Green+Blue) = 17+98+99=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #116263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116263 is #EE9D9C. Grayscale: #494949. Windows color (decimal): -15637917 or 6513169. OLE color: 6513169.

HSL color Cylindrical-coordinate representation of color #116263: hue angle of 180.73º 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 #116263 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB179899-
CMYK0.830.0100.61
HSL180.73º70.69%22.75%-
HSV(B)180.73º82.83%38.82%-
XYZ6.859.7613.33-
YUV73.9142.1687.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=7.94%
G=45.79%
B=46.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1798990.830.0100.61180.7370.6922.75
Hex11626353103Db54717
Octal21142143123107526510727
Binary100011100010110001110100111011110110110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116263; }

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

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

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

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

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

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

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

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