Color Hex Logo

#113641 Color Hex

#113641
(17,54,65)
0 Favorites   0 Comments

Color spaces of #113641

RGB 175465
HSL0.540.590.16
HSV194°74°25°
CMYK 0.740.170.00   0.75
XYZ2.50453.13925.4749
Yxy3.13920.22530.2823
Hunter Lab17.7178-5.7742-5.9185
CIE-Lab20.5930-8.9416-10.7278

#113641 color RGB value is (17,54,65).

#113641 hex color red value is 17, green value is 54 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #113641 hue: 0.54 , saturation: 0.59 and the lightness value of 113641 is 0.16.

The process color (four color CMYK) of #113641 color hex is 0.74, 0.17, 0.00, 0.75. Web safe color of #113641 is #003333. Color #113641 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 01000001
Octal 21 66 101
Decimal 17 54 65
Hex 11 36 41

RGB Percentages of Color #113641

%12.50
%39.71
%47.79

CMYK Percentages of Color #113641

%74
%17
%0
%75

Triadic Colors of #113641

#113641 #411136 #364111

Analogous Colors of #113641

#113641 #111e41 #114134

Monochromatic Colors of #113641

#113641

Complementary Color

#113641 #411c11

#113641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113641 Color CSS Codes

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

#113641 Text Font Color

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

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


#113641 Background Color

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

This div background color is #113641


#113641 Border Color

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

This div border color is #113641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113641


Comments

No comments written yet.

Please login to write comment.