Color Hex Logo

#113778 Color Hex

#113778
(17,55,120)
0 Favorites   0 Comments

Color spaces of #113778

RGB 1755120
HSL0.610.750.27
HSV218°86°47°
CMYK 0.860.540.00   0.53
XYZ4.98754.207618.3186
Yxy4.20760.18130.1529
Hunter Lab20.51247.5047-38.5901
CIE-Lab24.346213.2848-40.8473

#113778 color RGB value is (17,55,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01111000
Octal 21 67 170
Decimal 17 55 120
Hex 11 37 78

RGB Percentages of Color #113778

%8.85
%28.65
%62.50

CMYK Percentages of Color #113778

%86
%54
%0
%53

Triadic Colors of #113778

#113778 #781137 #377811

Analogous Colors of #113778

#113778 #1e1178 #116b78

Monochromatic Colors of #113778

#113778

Complementary Color

#113778 #785211

#113778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113778 Color CSS Codes

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

#113778 Text Font Color

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

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


#113778 Background Color

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

This div background color is #113778


#113778 Border Color

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

This div border color is #113778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113778


Comments

No comments written yet.

Please login to write comment.