Color Hex Logo

#11466d Color Hex

#11466D
(17,70,109)
0 Favorites   0 Comments

Color spaces of #11466d

RGB 1770109
HSL0.570.730.25
HSV205°84°43°
CMYK 0.840.360.00   0.57
XYZ5.18165.603615.2765
Yxy5.60360.19880.2150
Hunter Lab23.6719-2.3536-21.6920
CIE-Lab28.3895-1.7457-27.3909

#11466d color RGB value is (17,70,109).

#11466d hex color red value is 17, green value is 70 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11466d hue: 0.57 , saturation: 0.73 and the lightness value of 11466d is 0.25.

The process color (four color CMYK) of #11466d color hex is 0.84, 0.36, 0.00, 0.57. Web safe color of #11466d is #003366. Color #11466d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 01101101
Octal 21 106 155
Decimal 17 70 109
Hex 11 46 6D

RGB Percentages of Color #11466d

%8.67
%35.71
%55.61

CMYK Percentages of Color #11466d

%84
%36
%0
%57

Triadic Colors of #11466d

#11466d #6d1146 #466d11

Analogous Colors of #11466d

#11466d #11186d #116d66

Monochromatic Colors of #11466d

#11466d

Complementary Color

#11466d #6d3811

#11466d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11466d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11466d Color CSS Codes

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

#11466d Text Font Color

<p style="color:#11466d">Text here</p>

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


#11466d Background Color

<div style="background-color:#11466d">
Div content here</div>

This div background color is #11466d


#11466d Border Color

<div style="border:3px solid #11466d">
Div here</div>

This div border color is #11466d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,70,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11466d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11466d;
  -webkit-box-shadow: 1px 1px 3px 2px #11466d;
  box-shadow:         1px 1px 3px 2px #11466d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11466d


Comments

No comments written yet.

Please login to write comment.