Color Hex Logo

#11749c Color Hex

#11749C
(17,116,156)
0 Favorites   0 Comments

Color spaces of #11749c

RGB 17116156
HSL0.550.800.34
HSV197°89°61°
CMYK 0.890.260.00   0.39
XYZ12.477315.010333.6921
Yxy15.01030.20390.2453
Hunter Lab38.7431-10.3142-24.4400
CIE-Lab45.6483-11.6102-28.9854

#11749c color RGB value is (17,116,156).

#11749c hex color red value is 17, green value is 116 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #11749c hue: 0.55 , saturation: 0.80 and the lightness value of 11749c is 0.34.

The process color (four color CMYK) of #11749c color hex is 0.89, 0.26, 0.00, 0.39. Web safe color of #11749c is #006699. Color #11749c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110100 10011100
Octal 21 164 234
Decimal 17 116 156
Hex 11 74 9C

RGB Percentages of Color #11749c

%5.88
%40.14
%53.98

CMYK Percentages of Color #11749c

%89
%26
%0
%39

Triadic Colors of #11749c

#11749c #9c1174 #749c11

Analogous Colors of #11749c

#11749c #112e9c #119c7f

Monochromatic Colors of #11749c

#11749c

Complementary Color

#11749c #9c3911

#11749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11749c Color CSS Codes

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

#11749c Text Font Color

<p style="color:#11749c">Text here</p>

This sample text font color is #11749c
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.


#11749c Background Color

<div style="background-color:#11749c">
Div content here</div>

This div background color is #11749c


#11749c Border Color

<div style="border:3px solid #11749c">
Div here</div>

This div border color is #11749c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,116,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11749c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11749c;
  -webkit-box-shadow: 1px 1px 3px 2px #11749c;
  box-shadow:         1px 1px 3px 2px #11749c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11749c


Comments

No comments written yet.

Please login to write comment.