Color Hex Logo

#113359 Color Hex

#113359
(17,51,89)
0 Favorites   0 Comments

Color spaces of #113359

RGB 175189
HSL0.590.680.21
HSV212°81°35°
CMYK 0.810.430.00   0.65
XYZ3.21823.20819.9008
Yxy3.20810.19710.1965
Hunter Lab17.91120.7275-20.2361
CIE-Lab20.85882.8825-26.3864

#113359 color RGB value is (17,51,89).

#113359 hex color red value is 17, green value is 51 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #113359 hue: 0.59 , saturation: 0.68 and the lightness value of 113359 is 0.21.

The process color (four color CMYK) of #113359 color hex is 0.81, 0.43, 0.00, 0.65. Web safe color of #113359 is #003366. Color #113359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01011001
Octal 21 63 131
Decimal 17 51 89
Hex 11 33 59

RGB Percentages of Color #113359

%10.83
%32.48
%56.69

CMYK Percentages of Color #113359

%81
%43
%0
%65

Triadic Colors of #113359

#113359 #591133 #335911

Analogous Colors of #113359

#113359 #131159 #115759

Monochromatic Colors of #113359

#113359

Complementary Color

#113359 #593711

#113359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113359 Color CSS Codes

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

#113359 Text Font Color

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

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


#113359 Background Color

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

This div background color is #113359


#113359 Border Color

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

This div border color is #113359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113359


Comments

No comments written yet.

Please login to write comment.