Color Hex Logo

#112778 Color Hex

#112778
(17,39,120)
0 Favorites   0 Comments

Color spaces of #112778

RGB 1739120
HSL0.630.750.27
HSV227°86°47°
CMYK 0.860.680.00   0.53
XYZ4.34692.926318.1050
Yxy2.92630.17130.1153
Hunter Lab17.106415.4222-50.7765
CIE-Lab19.746324.7279-48.3474

#112778 color RGB value is (17,39,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 01111000
Octal 21 47 170
Decimal 17 39 120
Hex 11 27 78

RGB Percentages of Color #112778

%9.66
%22.16
%68.18

CMYK Percentages of Color #112778

%86
%68
%0
%53

Triadic Colors of #112778

#112778 #781127 #277811

Analogous Colors of #112778

#112778 #2f1178 #115b78

Monochromatic Colors of #112778

#112778

Complementary Color

#112778 #786211

#112778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112778 Color CSS Codes

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

#112778 Text Font Color

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

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


#112778 Background Color

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

This div background color is #112778


#112778 Border Color

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

This div border color is #112778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112778


Comments

No comments written yet.

Please login to write comment.