Color Hex Logo

#112081 Color Hex

#112081
(17,32,129)
0 Favorites   0 Comments

Color spaces of #112081

RGB 1732129
HSL0.640.770.29
HSV232°87°51°
CMYK 0.870.750.00   0.49
XYZ4.71012.737221.0490
Yxy2.73720.16530.0961
Hunter Lab16.544521.8649-63.8516
CIE-Lab18.959132.9683-55.3690

#112081 color RGB value is (17,32,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 10000001
Octal 21 40 201
Decimal 17 32 129
Hex 11 20 81

RGB Percentages of Color #112081

%9.55
%17.98
%72.47

CMYK Percentages of Color #112081

%87
%75
%0
%49

Triadic Colors of #112081

#112081 #811120 #208111

Analogous Colors of #112081

#112081 #3a1181 #115881

Monochromatic Colors of #112081

#112081

Complementary Color

#112081 #817211

#112081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112081 Color CSS Codes

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

#112081 Text Font Color

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

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


#112081 Background Color

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

This div background color is #112081


#112081 Border Color

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

This div border color is #112081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112081


Comments

No comments written yet.

Please login to write comment.