#115861

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

Shades of Blue Stone #115861

Tints of Blue Stone #115861

Color information

#115861 (or 0x115861) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 61. RGB value is (17,88,97). Sum of RGB (Red+Green+Blue) = 17+88+97=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #115861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115861 is #EEA79E. Grayscale: #434343. Windows color (decimal): -15640479 or 6379537. OLE color: 6379537.

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

Color convert

RGB178897-
CMYK0.820.0900.62
HSL186.75º70.18%22.35%-
HSV(B)186.75º82.47%38.04%-
XYZ5.887.9612.54-
YUV67.8144.4891.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=8.42%
G=43.56%
B=48.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1788970.820.0900.62186.7570.1822.35
Hex11586152903Ebb4616
Octal211301411221107627310626
Binary100011011000110000110100101001011111010111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115861; }

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

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

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

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

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

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

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

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