Color Hex Logo

#111aae Color Hex

#111AAE
(17,26,174)
0 Favorites   0 Comments

Color spaces of #111aae

RGB 1726174
HSL0.660.820.37
HSV237°90°68°
CMYK 0.900.850.00   0.32
XYZ8.24053.914040.3655
Yxy3.91400.15690.0745
Hunter Lab19.783839.7284-107.1223
CIE-Lab23.385151.5335-75.7693

#111aae color RGB value is (17,26,174).

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

The process color (four color CMYK) of #111aae color hex is 0.90, 0.85, 0.00, 0.32. Web safe color of #111aae is #003399. Color #111aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011010 10101110
Octal 21 32 256
Decimal 17 26 174
Hex 11 1A AE

RGB Percentages of Color #111aae

%7.83
%11.98
%80.18

CMYK Percentages of Color #111aae

%90
%85
%0
%32

Triadic Colors of #111aae

#111aae #ae111a #1aae11

Analogous Colors of #111aae

#111aae #5611ae #1169ae

Monochromatic Colors of #111aae

#111aae

Complementary Color

#111aae #aea511

#111aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#111aae Color CSS Codes

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

#111aae Text Font Color

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

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


#111aae Background Color

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

This div background color is #111aae


#111aae Border Color

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

This div border color is #111aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111aae


Comments

No comments written yet.

Please login to write comment.