Color Hex Logo

#113374 Color Hex

#113374
(17,51,116)
0 Favorites   0 Comments

Color spaces of #113374

RGB 1751116
HSL0.610.740.26
HSV219°85°45°
CMYK 0.850.560.00   0.55
XYZ4.56743.747817.0057
Yxy3.74780.18040.1480
Hunter Lab19.35928.2346-38.5305
CIE-Lab22.819514.4548-40.7762

#113374 color RGB value is (17,51,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01110100
Octal 21 63 164
Decimal 17 51 116
Hex 11 33 74

RGB Percentages of Color #113374

%9.24
%27.72
%63.04

CMYK Percentages of Color #113374

%85
%56
%0
%55

Triadic Colors of #113374

#113374 #741133 #337411

Analogous Colors of #113374

#113374 #201174 #116574

Monochromatic Colors of #113374

#113374

Complementary Color

#113374 #745211

#113374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113374 Color CSS Codes

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

#113374 Text Font Color

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

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


#113374 Background Color

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

This div background color is #113374


#113374 Border Color

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

This div border color is #113374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113374


Comments

No comments written yet.

Please login to write comment.