Color Hex Logo

#113279 Color Hex

#113279
(17,50,121)
0 Favorites   0 Comments

Color spaces of #113279

RGB 1750121
HSL0.610.750.27
HSV221°86°47°
CMYK 0.860.590.00   0.53
XYZ4.82303.780918.5647
Yxy3.78090.17750.1392
Hunter Lab19.444510.2470-42.9960
CIE-Lab22.933517.2932-43.7753

#113279 color RGB value is (17,50,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 01111001
Octal 21 62 171
Decimal 17 50 121
Hex 11 32 79

RGB Percentages of Color #113279

%9.04
%26.60
%64.36

CMYK Percentages of Color #113279

%86
%59
%0
%53

Triadic Colors of #113279

#113279 #791132 #327911

Analogous Colors of #113279

#113279 #241179 #116679

Monochromatic Colors of #113279

#113279

Complementary Color

#113279 #795811

#113279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113279 Color CSS Codes

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

#113279 Text Font Color

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

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


#113279 Background Color

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

This div background color is #113279


#113279 Border Color

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

This div border color is #113279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113279


Comments

No comments written yet.

Please login to write comment.