Color Hex Logo

#11186f Color Hex

#11186F
(17,24,111)
0 Favorites   0 Comments

Color spaces of #11186f

RGB 1724111
HSL0.650.730.25
HSV236°85°44°
CMYK 0.850.780.00   0.56
XYZ3.42701.920115.2289
Yxy1.92010.16660.0933
Hunter Lab13.856819.8966-55.4613
CIE-Lab15.062231.2928-50.2609

#11186f color RGB value is (17,24,111).

#11186f hex color red value is 17, green value is 24 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11186f hue: 0.65 , saturation: 0.73 and the lightness value of 11186f is 0.25.

The process color (four color CMYK) of #11186f color hex is 0.85, 0.78, 0.00, 0.56. Web safe color of #11186f is #000066. Color #11186f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011000 01101111
Octal 21 30 157
Decimal 17 24 111
Hex 11 18 6F

RGB Percentages of Color #11186f

%11.18
%15.79
%73.03

CMYK Percentages of Color #11186f

%85
%78
%0
%56

Triadic Colors of #11186f

#11186f #6f1118 #186f11

Analogous Colors of #11186f

#11186f #39116f #11476f

Monochromatic Colors of #11186f

#11186f

Complementary Color

#11186f #6f6811

#11186f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11186f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11186f Color CSS Codes

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

#11186f Text Font Color

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

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


#11186f Background Color

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

This div background color is #11186f


#11186f Border Color

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

This div border color is #11186f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11186f


Comments

No comments written yet.

Please login to write comment.