#116265

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

Shades of Blue Stone #116265

Tints of Blue Stone #116265

Color information

#116265 (or 0x116265) is unknown color: approx Blue Stone. HEX triplet: 11, 62 and 65. RGB value is (17,98,101). Sum of RGB (Red+Green+Blue) = 17+98+101=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #116265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116265 is #EE9D9A. Grayscale: #4A4A4A. Windows color (decimal): -15637915 or 6644241. OLE color: 6644241.

HSL color Cylindrical-coordinate representation of color #116265: hue angle of 182.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116265 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1798101-
CMYK0.830.0300.60
HSL182.14º71.19%23.14%-
HSV(B)182.14º83.17%39.61%-
XYZ6.959.7913.84-
YUV74.12143.1687.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=7.87%
G=45.37%
B=46.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17981010.830.0300.60182.1471.1923.14
Hex11626553303Cb64717
Octal21142145123307426610727
Binary1000111000101100101101001111011110010110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116265; }

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

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

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

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

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

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

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

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