Color Hex Logo

#113351 Color Hex

#113351
(17,51,81)
0 Favorites   0 Comments

Color spaces of #113351

RGB 175181
HSL0.580.650.19
HSV208°79°32°
CMYK 0.790.370.00   0.68
XYZ2.90023.08098.2264
Yxy3.08090.20410.2169
Hunter Lab17.5525-1.2233-15.5009
CIE-Lab20.3650-0.5030-21.8516

#113351 color RGB value is (17,51,81).

#113351 hex color red value is 17, green value is 51 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #113351 hue: 0.58 , saturation: 0.65 and the lightness value of 113351 is 0.19.

The process color (four color CMYK) of #113351 color hex is 0.79, 0.37, 0.00, 0.68. Web safe color of #113351 is #003366. Color #113351 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01010001
Octal 21 63 121
Decimal 17 51 81
Hex 11 33 51

RGB Percentages of Color #113351

%11.41
%34.23
%54.36

CMYK Percentages of Color #113351

%79
%37
%0
%68

Triadic Colors of #113351

#113351 #511133 #335111

Analogous Colors of #113351

#113351 #111351 #11514f

Monochromatic Colors of #113351

#113351

Complementary Color

#113351 #512f11

#113351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113351 Color CSS Codes

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

#113351 Text Font Color

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

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


#113351 Background Color

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

This div background color is #113351


#113351 Border Color

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

This div border color is #113351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113351

#113351 Color Palettes


Comments

No comments written yet.

Please login to write comment.