Color Hex Logo

#112179 Color Hex

#112179
(17,33,121)
0 Favorites   0 Comments

Color spaces of #112179

RGB 1733121
HSL0.640.750.27
HSV231°86°47°
CMYK 0.860.730.00   0.53
XYZ4.22622.587418.3658
Yxy2.58740.16780.1028
Hunter Lab16.085418.7488-56.4357
CIE-Lab18.309429.2510-51.3504

#112179 color RGB value is (17,33,121).

#112179 hex color red value is 17, green value is 33 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #112179 hue: 0.64 , saturation: 0.75 and the lightness value of 112179 is 0.27.

The process color (four color CMYK) of #112179 color hex is 0.86, 0.73, 0.00, 0.53. Web safe color of #112179 is #003366. Color #112179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 01111001
Octal 21 41 171
Decimal 17 33 121
Hex 11 21 79

RGB Percentages of Color #112179

%9.94
%19.30
%70.76

CMYK Percentages of Color #112179

%86
%73
%0
%53

Triadic Colors of #112179

#112179 #791121 #217911

Analogous Colors of #112179

#112179 #351179 #115579

Monochromatic Colors of #112179

#112179

Complementary Color

#112179 #796911

#112179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112179 Color CSS Codes

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

#112179 Text Font Color

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

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


#112179 Background Color

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

This div background color is #112179


#112179 Border Color

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

This div border color is #112179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112179


Comments

No comments written yet.

Please login to write comment.