Color Hex Logo

#111faa Color Hex

#111FAA
(17,31,170)
0 Favorites   0 Comments

Color spaces of #111faa

RGB 1731170
HSL0.650.820.37
HSV235°90°67°
CMYK 0.900.820.00   0.33
XYZ7.97694.001438.3821
Yxy4.00140.15840.0795
Hunter Lab20.003536.1753-99.7614
CIE-Lab23.676147.8940-72.8748

#111faa color RGB value is (17,31,170).

#111faa hex color red value is 17, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #111faa hue: 0.65 , saturation: 0.82 and the lightness value of 111faa is 0.37.

The process color (four color CMYK) of #111faa color hex is 0.90, 0.82, 0.00, 0.33. Web safe color of #111faa is #003399. Color #111faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011111 10101010
Octal 21 37 252
Decimal 17 31 170
Hex 11 1F AA

RGB Percentages of Color #111faa

%7.80
%14.22
%77.98

CMYK Percentages of Color #111faa

%90
%82
%0
%33

Triadic Colors of #111faa

#111faa #aa111f #1faa11

Analogous Colors of #111faa

#111faa #5011aa #116caa

Monochromatic Colors of #111faa

#111faa

Complementary Color

#111faa #aa9c11

#111faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#111faa Color CSS Codes

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

#111faa Text Font Color

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

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


#111faa Background Color

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

This div background color is #111faa


#111faa Border Color

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

This div border color is #111faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111faa


Comments

No comments written yet.

Please login to write comment.