Color Hex Logo

#112978 Color Hex

#112978
(17,41,120)
0 Favorites   0 Comments

Color spaces of #112978

RGB 1741120
HSL0.630.750.27
HSV226°86°47°
CMYK 0.860.660.00   0.53
XYZ4.41433.061118.1275
Yxy3.06110.17240.1196
Hunter Lab17.496014.4182-49.1828
CIE-Lab20.287023.3168-47.4608

#112978 color RGB value is (17,41,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 01111000
Octal 21 51 170
Decimal 17 41 120
Hex 11 29 78

RGB Percentages of Color #112978

%9.55
%23.03
%67.42

CMYK Percentages of Color #112978

%86
%66
%0
%53

Triadic Colors of #112978

#112978 #781129 #297811

Analogous Colors of #112978

#112978 #2d1178 #115d78

Monochromatic Colors of #112978

#112978

Complementary Color

#112978 #786011

#112978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112978 Color CSS Codes

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

#112978 Text Font Color

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

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


#112978 Background Color

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

This div background color is #112978


#112978 Border Color

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

This div border color is #112978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112978


Comments

No comments written yet.

Please login to write comment.