Color Hex Logo

#112878 Color Hex

#112878
(17,40,120)
0 Favorites   0 Comments

Color spaces of #112878

RGB 1740120
HSL0.630.750.27
HSV227°86°47°
CMYK 0.860.670.00   0.53
XYZ4.38012.992818.1161
Yxy2.99280.17180.1174
Hunter Lab17.299714.9198-49.9782
CIE-Lab20.015024.0235-47.9065

#112878 color RGB value is (17,40,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 01111000
Octal 21 50 170
Decimal 17 40 120
Hex 11 28 78

RGB Percentages of Color #112878

%9.60
%22.60
%67.80

CMYK Percentages of Color #112878

%86
%67
%0
%53

Triadic Colors of #112878

#112878 #781128 #287811

Analogous Colors of #112878

#112878 #2e1178 #115c78

Monochromatic Colors of #112878

#112878

Complementary Color

#112878 #786111

#112878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112878 Color CSS Codes

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

#112878 Text Font Color

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

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


#112878 Background Color

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

This div background color is #112878


#112878 Border Color

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

This div border color is #112878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112878


Comments

No comments written yet.

Please login to write comment.