#115960

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

Shades of Blue Stone #115960

Tints of Blue Stone #115960

Color information

#115960 (or 0x115960) is unknown color: approx Blue Stone. HEX triplet: 11, 59 and 60. RGB value is (17,89,96). Sum of RGB (Red+Green+Blue) = 17+89+96=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #115960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115960 is #EEA69F. Grayscale: #444444. Windows color (decimal): -15640224 or 6314257. OLE color: 6314257.

HSL color Cylindrical-coordinate representation of color #115960: hue angle of 185.32º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115960 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178996-
CMYK0.820.0700.62
HSL185.32º69.91%22.16%-
HSV(B)185.32º82.29%37.65%-
XYZ5.918.1112.32-
YUV68.27143.6591.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=8.42%
G=44.06%
B=47.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1789960.820.0700.62185.3269.9122.16
Hex11596052703Eb94616
Octal21131140122707627110626
Binary10001101100111000001010010111011111010111001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115960; }

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

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

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

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

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

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

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

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