Color Hex Logo

#11366a Color Hex

#11366A
(17,54,106)
0 Favorites   0 Comments

Color spaces of #11366a

RGB 1754106
HSL0.600.720.24
HSV215°84°42°
CMYK 0.840.490.00   0.58
XYZ4.15193.798114.1500
Yxy3.79810.18790.1719
Hunter Lab19.48873.9226-29.4061
CIE-Lab22.99248.0212-34.0762

#11366a color RGB value is (17,54,106).

#11366a hex color red value is 17, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #11366a hue: 0.60 , saturation: 0.72 and the lightness value of 11366a is 0.24.

The process color (four color CMYK) of #11366a color hex is 0.84, 0.49, 0.00, 0.58. Web safe color of #11366a is #003366. Color #11366a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 01101010
Octal 21 66 152
Decimal 17 54 106
Hex 11 36 6A

RGB Percentages of Color #11366a

%9.60
%30.51
%59.89

CMYK Percentages of Color #11366a

%84
%49
%0
%58

Triadic Colors of #11366a

#11366a #6a1136 #366a11

Analogous Colors of #11366a

#11366a #18116a #11636a

Monochromatic Colors of #11366a

#11366a

Complementary Color

#11366a #6a4511

#11366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11366a Color CSS Codes

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

#11366a Text Font Color

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

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


#11366a Background Color

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

This div background color is #11366a


#11366a Border Color

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

This div border color is #11366a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11366a


Comments

No comments written yet.

Please login to write comment.