Color Hex Logo

#112981 Color Hex

#112981
(17,41,129)
0 Favorites   0 Comments

Color spaces of #112981

RGB 1741129
HSL0.630.770.29
HSV227°87°51°
CMYK 0.870.680.00   0.49
XYZ4.98663.290021.1411
Yxy3.29000.16950.1118
Hunter Lab18.138417.3311-56.4084
CIE-Lab21.169826.9651-51.7259

#112981 color RGB value is (17,41,129).

#112981 hex color red value is 17, green value is 41 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #112981 hue: 0.63 , saturation: 0.77 and the lightness value of 112981 is 0.29.

The process color (four color CMYK) of #112981 color hex is 0.87, 0.68, 0.00, 0.49. Web safe color of #112981 is #003399. Color #112981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 10000001
Octal 21 51 201
Decimal 17 41 129
Hex 11 29 81

RGB Percentages of Color #112981

%9.09
%21.93
%68.98

CMYK Percentages of Color #112981

%87
%68
%0
%49

Triadic Colors of #112981

#112981 #811129 #298111

Analogous Colors of #112981

#112981 #311181 #116181

Monochromatic Colors of #112981

#112981

Complementary Color

#112981 #816911

#112981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112981 Color CSS Codes

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

#112981 Text Font Color

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

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


#112981 Background Color

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

This div background color is #112981


#112981 Border Color

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

This div border color is #112981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112981


Comments

No comments written yet.

Please login to write comment.