Color Hex Logo

#113974 Color Hex

#113974
(17,57,116)
0 Favorites   0 Comments

Color spaces of #113974

RGB 1757116
HSL0.600.740.26
HSV216°85°45°
CMYK 0.850.510.00   0.55
XYZ4.84674.306417.0988
Yxy4.30640.18460.1640
Hunter Lab20.75195.3738-34.3265
CIE-Lab24.659610.1558-37.7999

#113974 color RGB value is (17,57,116).

#113974 hex color red value is 17, green value is 57 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #113974 hue: 0.60 , saturation: 0.74 and the lightness value of 113974 is 0.26.

The process color (four color CMYK) of #113974 color hex is 0.85, 0.51, 0.00, 0.55. Web safe color of #113974 is #003366. Color #113974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01110100
Octal 21 71 164
Decimal 17 57 116
Hex 11 39 74

RGB Percentages of Color #113974

%8.95
%30.00
%61.05

CMYK Percentages of Color #113974

%85
%51
%0
%55

Triadic Colors of #113974

#113974 #741139 #397411

Analogous Colors of #113974

#113974 #1a1174 #116b74

Monochromatic Colors of #113974

#113974

Complementary Color

#113974 #744c11

#113974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113974 Color CSS Codes

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

#113974 Text Font Color

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

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


#113974 Background Color

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

This div background color is #113974


#113974 Border Color

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

This div border color is #113974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113974


Comments

No comments written yet.

Please login to write comment.