Color Hex Logo

#11119b Color Hex

#11119B
(17,17,155)
0 Favorites   0 Comments

Color spaces of #11119b

RGB 1717155
HSL0.670.800.34
HSV240°89°61°
CMYK 0.890.890.00   0.39
XYZ6.34802.886631.2329
Yxy2.88660.15690.0713
Hunter Lab16.990036.9607-97.1005
CIE-Lab19.583949.4841-70.5492

#11119b color RGB value is (17,17,155).

#11119b hex color red value is 17, green value is 17 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #11119b hue: 0.67 , saturation: 0.80 and the lightness value of 11119b is 0.34.

The process color (four color CMYK) of #11119b color hex is 0.89, 0.89, 0.00, 0.39. Web safe color of #11119b is #000099. Color #11119b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 10011011
Octal 21 21 233
Decimal 17 17 155
Hex 11 11 9B

RGB Percentages of Color #11119b

%8.99
%8.99
%82.01

CMYK Percentages of Color #11119b

%89
%89
%0
%39

Triadic Colors of #11119b

#11119b #9b1111 #119b11

Analogous Colors of #11119b

#11119b #56119b #11569b

Monochromatic Colors of #11119b

#11119b

Complementary Color

#11119b #9b9b11

#11119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11119b Color CSS Codes

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

#11119b Text Font Color

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

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


#11119b Background Color

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

This div background color is #11119b


#11119b Border Color

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

This div border color is #11119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11119b


Comments

No comments written yet.

Please login to write comment.