Color Hex Logo

#112ac9 Color Hex

#112AC9
(17,42,201)
0 Favorites   0 Comments

Color spaces of #112ac9

RGB 1742201
HSL0.640.840.43
HSV232°92°79°
CMYK 0.920.790.00   0.21
XYZ11.60175.992155.8035
Yxy5.99210.15810.0816
Hunter Lab24.478841.7622-118.0265
CIE-Lab29.392552.3689-81.7900

#112ac9 color RGB value is (17,42,201).

#112ac9 hex color red value is 17, green value is 42 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #112ac9 hue: 0.64 , saturation: 0.84 and the lightness value of 112ac9 is 0.43.

The process color (four color CMYK) of #112ac9 color hex is 0.92, 0.79, 0.00, 0.21. Web safe color of #112ac9 is #0033cc. Color #112ac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 11001001
Octal 21 52 311
Decimal 17 42 201
Hex 11 2A C9

RGB Percentages of Color #112ac9

%6.54
%16.15
%77.31

CMYK Percentages of Color #112ac9

%92
%79
%0
%21

Triadic Colors of #112ac9

#112ac9 #c9112a #2ac911

Analogous Colors of #112ac9

#112ac9 #5411c9 #1186c9

Monochromatic Colors of #112ac9

#112ac9

Complementary Color

#112ac9 #c9b011

#112ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112ac9 Color CSS Codes

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

#112ac9 Text Font Color

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

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


#112ac9 Background Color

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

This div background color is #112ac9


#112ac9 Border Color

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

This div border color is #112ac9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,42,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112ac9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112ac9;
  -webkit-box-shadow: 1px 1px 3px 2px #112ac9;
  box-shadow:         1px 1px 3px 2px #112ac9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112ac9


Comments

No comments written yet.

Please login to write comment.