Color Hex Logo

#11509a Color Hex

#11509A
(17,80,154)
0 Favorites   0 Comments

Color spaces of #11509a

RGB 1780154
HSL0.590.800.34
HSV212°89°60°
CMYK 0.890.480.00   0.40
XYZ8.93268.189631.6818
Yxy8.18960.18300.1678
Hunter Lab28.61755.6360-45.6065
CIE-Lab34.374710.1942-45.6768

#11509a color RGB value is (17,80,154).

#11509a hex color red value is 17, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #11509a hue: 0.59 , saturation: 0.80 and the lightness value of 11509a is 0.34.

The process color (four color CMYK) of #11509a color hex is 0.89, 0.48, 0.00, 0.40. Web safe color of #11509a is #006699. Color #11509a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010000 10011010
Octal 21 120 232
Decimal 17 80 154
Hex 11 50 9A

RGB Percentages of Color #11509a

%6.77
%31.87
%61.35

CMYK Percentages of Color #11509a

%89
%48
%0
%40

Triadic Colors of #11509a

#11509a #9a1150 #509a11

Analogous Colors of #11509a

#11509a #16119a #11959a

Monochromatic Colors of #11509a

#11509a

Complementary Color

#11509a #9a5b11

#11509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11509a Color CSS Codes

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

#11509a Text Font Color

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

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


#11509a Background Color

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

This div background color is #11509a


#11509a Border Color

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

This div border color is #11509a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,80,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11509a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11509a;
  -webkit-box-shadow: 1px 1px 3px 2px #11509a;
  box-shadow:         1px 1px 3px 2px #11509a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11509a


Comments

No comments written yet.

Please login to write comment.