#11696B

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

Shades of Blue Stone #11696B

Tints of Blue Stone #11696B

Color information

#11696B (or 0x11696B) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 6B. RGB value is (17,105,107). Sum of RGB (Red+Green+Blue) = 17+105+107=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #11696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11696B is #EE9694. Grayscale: #4E4E4E. Windows color (decimal): -15636117 or 7039249. OLE color: 7039249.

HSL color Cylindrical-coordinate representation of color #11696B: hue angle of 181.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11696B is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17105107-
CMYK0.840.0200.58
HSL181.33º72.58%24.31%-
HSV(B)181.33º84.11%41.96%-
XYZ7.9411.2815.67-
YUV78.92143.8583.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=7.42%
G=45.85%
B=46.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171051070.840.0200.58181.3372.5824.31
Hex11696B54203Ab54918
Octal21151153124207226511130
Binary1000111010011101011101010010011101010110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11696B; }

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

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

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

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

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

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

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

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