Color Hex Logo

#11296d Color Hex

#11296D
(17,41,109)
0 Favorites   0 Comments

Color spaces of #11296d

RGB 1741109
HSL0.620.730.25
HSV224°84°43°
CMYK 0.840.620.00   0.57
XYZ3.78442.809214.8108
Yxy2.80920.17680.1312
Hunter Lab16.760710.9724-40.6600
CIE-Lab19.263018.7396-42.0593

#11296d color RGB value is (17,41,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 01101101
Octal 21 51 155
Decimal 17 41 109
Hex 11 29 6D

RGB Percentages of Color #11296d

%10.18
%24.55
%65.27

CMYK Percentages of Color #11296d

%84
%62
%0
%57

Triadic Colors of #11296d

#11296d #6d1129 #296d11

Analogous Colors of #11296d

#11296d #27116d #11576d

Monochromatic Colors of #11296d

#11296d

Complementary Color

#11296d #6d5511

#11296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11296d Color CSS Codes

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

#11296d Text Font Color

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

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


#11296d Background Color

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

This div background color is #11296d


#11296d Border Color

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

This div border color is #11296d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,41,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 #11296d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11296d


Comments

No comments written yet.

Please login to write comment.