#11696E

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

Shades of Blue Stone #11696E

Tints of Blue Stone #11696E

Color information

#11696E (or 0x11696E) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 6E. RGB value is (17,105,110). Sum of RGB (Red+Green+Blue) = 17+105+110=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #11696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11696E is #EE9691. Grayscale: #4F4F4F. Windows color (decimal): -15636114 or 7235857. OLE color: 7235857.

HSL color Cylindrical-coordinate representation of color #11696E: hue angle of 183.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11696E is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB17105110-
CMYK0.850.0500.57
HSL183.23º73.23%24.9%-
HSV(B)183.23º84.55%43.14%-
XYZ8.111.3516.52-
YUV79.26145.3583.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=7.33%
G=45.26%
B=47.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171051100.850.0500.57183.2373.2324.9
Hex11696E555039b74919
Octal21151156125507126711131
Binary10001110100111011101010101101011100110110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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