#11695C

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

Shades of Blue Stone #11695C

Tints of Blue Stone #11695C

Color information

#11695C (or 0x11695C) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 5C. RGB value is (17,105,92). Sum of RGB (Red+Green+Blue) = 17+105+92=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #11695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11695C is #EE96A3. Grayscale: #4D4D4D. Windows color (decimal): -15636132 or 6056209. OLE color: 6056209.

HSL color Cylindrical-coordinate representation of color #11695C: hue angle of 171.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11695C is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1710592-
CMYK0.8400.120.59
HSL171.14º72.13%23.92%-
HSV(B)171.14º83.81%41.18%-
XYZ7.211111.87-
YUV77.21136.3585.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=7.94%
G=49.07%
B=42.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105920.8400.120.59171.1472.1323.92
Hex11695C540C3Bab4818
Octal211511341240147325311030
Binary100011101001101110010101000110011101110101011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11695C; }

 p { color: rgb(17,105,92); }

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

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

 a { background-color: rgb(17,105,92); }

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

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

 span { border-color: rgb(17,105,92); }

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