Color Hex Logo

#113679 Color Hex

#113679
(17,54,121)
0 Favorites   0 Comments

Color spaces of #113679

RGB 1754121
HSL0.610.750.27
HSV219°86°47°
CMYK 0.860.550.00   0.53
XYZ5.00154.138018.6243
Yxy4.13800.18010.1490
Hunter Lab20.34218.2891-40.0438
CIE-Lab24.122514.4241-41.8438

#113679 color RGB value is (17,54,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 01111001
Octal 21 66 171
Decimal 17 54 121
Hex 11 36 79

RGB Percentages of Color #113679

%8.85
%28.13
%63.02

CMYK Percentages of Color #113679

%86
%55
%0
%53

Triadic Colors of #113679

#113679 #791136 #367911

Analogous Colors of #113679

#113679 #201179 #116a79

Monochromatic Colors of #113679

#113679

Complementary Color

#113679 #795411

#113679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113679 Color CSS Codes

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

#113679 Text Font Color

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

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


#113679 Background Color

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

This div background color is #113679


#113679 Border Color

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

This div border color is #113679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113679


Comments

No comments written yet.

Please login to write comment.