Color Hex Logo

#113237 Color Hex

#113237
(17,50,55)
0 Favorites   0 Comments

Color spaces of #113237

RGB 175055
HSL0.520.530.14
HSV188°69°22°
CMYK 0.690.090.00   0.78
XYZ2.06142.67624.0223
Yxy2.67620.23530.3055
Hunter Lab16.3591-6.1357-3.1266
CIE-Lab18.6974-10.1210-6.7861

#113237 color RGB value is (17,50,55).

#113237 hex color red value is 17, green value is 50 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #113237 hue: 0.52 , saturation: 0.53 and the lightness value of 113237 is 0.14.

The process color (four color CMYK) of #113237 color hex is 0.69, 0.09, 0.00, 0.78. Web safe color of #113237 is #003333. Color #113237 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 00110111
Octal 21 62 67
Decimal 17 50 55
Hex 11 32 37

RGB Percentages of Color #113237

%13.93
%40.98
%45.08

CMYK Percentages of Color #113237

%69
%9
%0
%78

Triadic Colors of #113237

#113237 #371132 #323711

Analogous Colors of #113237

#113237 #111f37 #113729

Monochromatic Colors of #113237

#113237

Complementary Color

#113237 #371611

#113237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113237 Color CSS Codes

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

#113237 Text Font Color

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

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


#113237 Background Color

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

This div background color is #113237


#113237 Border Color

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

This div border color is #113237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113237


Comments

No comments written yet.

Please login to write comment.