Color Hex Logo

#111699 Color Hex

#111699
(17,22,153)
0 Favorites   0 Comments

Color spaces of #111699

RGB 1722153
HSL0.660.800.33
HSV238°89°60°
CMYK 0.890.860.00   0.40
XYZ6.26782.992930.3843
Yxy2.99290.15810.0755
Hunter Lab17.300034.3957-92.0221
CIE-Lab20.015446.7661-68.5996

#111699 color RGB value is (17,22,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010110 10011001
Octal 21 26 231
Decimal 17 22 153
Hex 11 16 99

RGB Percentages of Color #111699

%8.85
%11.46
%79.69

CMYK Percentages of Color #111699

%89
%86
%0
%40

Triadic Colors of #111699

#111699 #991116 #169911

Analogous Colors of #111699

#111699 #501199 #115a99

Monochromatic Colors of #111699

#111699

Complementary Color

#111699 #999411

#111699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111699 Color CSS Codes

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

#111699 Text Font Color

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

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


#111699 Background Color

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

This div background color is #111699


#111699 Border Color

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

This div border color is #111699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,22,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 #111699">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111699


Comments

No comments written yet.

Please login to write comment.