Color Hex Logo

#113240 Color Hex

#113240
(17,50,64)
0 Favorites   0 Comments

Color spaces of #113240

RGB 175064
HSL0.550.580.16
HSV198°73°25°
CMYK 0.730.220.00   0.75
XYZ2.29722.77055.2642
Yxy2.77050.22230.2682
Hunter Lab16.6448-4.4931-7.1001
CIE-Lab19.1003-6.7315-12.3420

#113240 color RGB value is (17,50,64).

#113240 hex color red value is 17, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #113240 hue: 0.55 , saturation: 0.58 and the lightness value of 113240 is 0.16.

The process color (four color CMYK) of #113240 color hex is 0.73, 0.22, 0.00, 0.75. Web safe color of #113240 is #003333. Color #113240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 01000000
Octal 21 62 100
Decimal 17 50 64
Hex 11 32 40

RGB Percentages of Color #113240

%12.98
%38.17
%48.85

CMYK Percentages of Color #113240

%73
%22
%0
%75

Triadic Colors of #113240

#113240 #401132 #324011

Analogous Colors of #113240

#113240 #111b40 #114037

Monochromatic Colors of #113240

#113240

Complementary Color

#113240 #401f11

#113240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113240 Color CSS Codes

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

#113240 Text Font Color

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

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


#113240 Background Color

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

This div background color is #113240


#113240 Border Color

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

This div border color is #113240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113240


Comments

No comments written yet.

Please login to write comment.