Color Hex Logo

#11699f Color Hex

#11699F
(17,105,159)
0 Favorites   0 Comments

Color spaces of #11699f

RGB 17105159
HSL0.560.810.35
HSV203°89°62°
CMYK 0.890.340.00   0.38
XYZ11.540712.725534.6489
Yxy12.72550.19590.2160
Hunter Lab35.6728-4.6800-32.6172
CIE-Lab42.3467-3.9035-35.9464

#11699f color RGB value is (17,105,159).

#11699f hex color red value is 17, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #11699f hue: 0.56 , saturation: 0.81 and the lightness value of 11699f is 0.35.

The process color (four color CMYK) of #11699f color hex is 0.89, 0.34, 0.00, 0.38. Web safe color of #11699f is #006699. Color #11699f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101001 10011111
Octal 21 151 237
Decimal 17 105 159
Hex 11 69 9F

RGB Percentages of Color #11699f

%6.05
%37.37
%56.58

CMYK Percentages of Color #11699f

%89
%34
%0
%38

Triadic Colors of #11699f

#11699f #9f1169 #699f11

Analogous Colors of #11699f

#11699f #11229f #119f8e

Monochromatic Colors of #11699f

#11699f

Complementary Color

#11699f #9f4711

#11699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11699f Color CSS Codes

.mybgcolor {background-color:#11699f; } 
.myforecolor {color:#11699f; }
.mybordercolor {border:3px solid #11699f; }

#11699f Text Font Color

<p style="color:#11699f">Text here</p>

This sample text font color is #11699f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#11699f Background Color

<div style="background-color:#11699f">
Div content here</div>

This div background color is #11699f


#11699f Border Color

<div style="border:3px solid #11699f">
Div here</div>

This div border color is #11699f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,105,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11699f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11699f;
  -webkit-box-shadow: 1px 1px 3px 2px #11699f;
  box-shadow:         1px 1px 3px 2px #11699f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,105,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #11699f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #11699f;
  -webkit-box-shadow: 1px 1px 3px 2px #11699f;
  box-shadow:         1px 1px 3px 2px #11699f;">
Div content here</div>

This div box has shadow with color #11699f


Comments

No comments written yet.

Please login to write comment.