#115761

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

Shades of Blue Stone #115761

Tints of Blue Stone #115761

Color information

#115761 (or 0x115761) is unknown color: approx Blue Stone. HEX triplet: 11, 57 and 61. RGB value is (17,87,97). Sum of RGB (Red+Green+Blue) = 17+87+97=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #115761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115761 is #EEA89E. Grayscale: #434343. Windows color (decimal): -15640735 or 6379281. OLE color: 6379281.

HSL color Cylindrical-coordinate representation of color #115761: hue angle of 187.5º 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 #115761 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178797-
CMYK0.820.1000.62
HSL187.5º70.18%22.35%-
HSV(B)187.5º82.47%38.04%-
XYZ5.87.812.51-
YUV67.21144.8192.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=8.46%
G=43.28%
B=48.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1787970.820.1000.62187.570.1822.35
Hex11576152A03Ebc4616
Octal211271411221207627410626
Binary100011010111110000110100101010011111010111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115761; }

 p { color: rgb(17,87,97); }

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

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

 a { background-color: rgb(17,87,97); }

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

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

 span { border-color: rgb(17,87,97); }

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