Color Hex Logo

#111099 Color Hex

#111099
(17,16,153)
0 Favorites   0 Comments

Color spaces of #111099

RGB 1716153
HSL0.670.810.33
HSV240°90°60°
CMYK 0.890.900.00   0.40
XYZ6.16622.789730.3505
Yxy2.78970.15690.0710
Hunter Lab16.702436.6695-96.0462
CIE-Lab19.181249.2646-69.9895

#111099 color RGB value is (17,16,153).

#111099 hex color red value is 17, green value is 16 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #111099 hue: 0.67 , saturation: 0.81 and the lightness value of 111099 is 0.33.

The process color (four color CMYK) of #111099 color hex is 0.89, 0.90, 0.00, 0.40. Web safe color of #111099 is #000099. Color #111099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010000 10011001
Octal 21 20 231
Decimal 17 16 153
Hex 11 10 99

RGB Percentages of Color #111099

%9.14
%8.60
%82.26

CMYK Percentages of Color #111099

%89
%90
%0
%40

Triadic Colors of #111099

#111099 #991110 #109911

Analogous Colors of #111099

#111099 #561099 #105399

Monochromatic Colors of #111099

#111099

Complementary Color

#111099 #989910

#111099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111099 Color CSS Codes

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

#111099 Text Font Color

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

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


#111099 Background Color

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

This div background color is #111099


#111099 Border Color

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

This div border color is #111099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,16,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111099;
  -webkit-box-shadow: 1px 1px 3px 2px #111099;
  box-shadow:         1px 1px 3px 2px #111099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111099


Comments

No comments written yet.

Please login to write comment.