Color Hex Logo

#112291 Color Hex

#112291
(17,34,145)
0 Favorites   0 Comments

Color spaces of #112291

RGB 1734145
HSL0.640.790.32
HSV232°88°57°
CMYK 0.880.770.00   0.43
XYZ5.91403.307627.1148
Yxy3.30760.16280.0910
Hunter Lab18.186826.2178-75.6650
CIE-Lab21.235937.6306-61.6285

#112291 color RGB value is (17,34,145).

#112291 hex color red value is 17, green value is 34 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #112291 hue: 0.64 , saturation: 0.79 and the lightness value of 112291 is 0.32.

The process color (four color CMYK) of #112291 color hex is 0.88, 0.77, 0.00, 0.43. Web safe color of #112291 is #003399. Color #112291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100010 10010001
Octal 21 42 221
Decimal 17 34 145
Hex 11 22 91

RGB Percentages of Color #112291

%8.67
%17.35
%73.98

CMYK Percentages of Color #112291

%88
%77
%0
%43

Triadic Colors of #112291

#112291 #911122 #229111

Analogous Colors of #112291

#112291 #401191 #116291

Monochromatic Colors of #112291

#112291

Complementary Color

#112291 #918011

#112291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112291 Color CSS Codes

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

#112291 Text Font Color

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

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


#112291 Background Color

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

This div background color is #112291


#112291 Border Color

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

This div border color is #112291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112291


Comments

No comments written yet.

Please login to write comment.