#116360

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

Shades of Blue Stone #116360

Tints of Blue Stone #116360

Color information

#116360 (or 0x116360) is unknown color: approx Blue Stone. HEX triplet: 11, 63 and 60. RGB value is (17,99,96). Sum of RGB (Red+Green+Blue) = 17+99+96=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #116360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116360 is #EE9C9F. Grayscale: #4A4A4A. Windows color (decimal): -15637664 or 6316817. OLE color: 6316817.

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

Color convert

RGB179996-
CMYK0.8300.030.61
HSL177.8º70.69%22.75%-
HSV(B)177.8º82.83%38.82%-
XYZ6.89.8912.62-
YUV74.14140.3387.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=8.02%
G=46.70%
B=45.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799960.8300.030.61177.870.6922.75
Hex11636053033Db24717
Octal21143140123037526210727
Binary1000111000111100000101001101111110110110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116360; }

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

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

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

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

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

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

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

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