Color Hex Logo

#113144 Color Hex

#113144
(17,49,68)
0 Favorites   0 Comments

Color spaces of #113144

RGB 174968
HSL0.560.600.17
HSV202°75°27°
CMYK 0.750.280.00   0.73
XYZ2.37292.73325.8713
Yxy2.73320.21620.2490
Hunter Lab16.5324-3.3115-9.4835
CIE-Lab18.9421-4.4786-15.3144

#113144 color RGB value is (17,49,68).

#113144 hex color red value is 17, green value is 49 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #113144 hue: 0.56 , saturation: 0.60 and the lightness value of 113144 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01000100
Octal 21 61 104
Decimal 17 49 68
Hex 11 31 44

RGB Percentages of Color #113144

%12.69
%36.57
%50.75

CMYK Percentages of Color #113144

%75
%28
%0
%73

Triadic Colors of #113144

#113144 #441131 #314411

Analogous Colors of #113144

#113144 #111744 #11443e

Monochromatic Colors of #113144

#113144

Complementary Color

#113144 #442411

#113144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113144 Color CSS Codes

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

#113144 Text Font Color

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

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


#113144 Background Color

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

This div background color is #113144


#113144 Border Color

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

This div border color is #113144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113144


Comments

No comments written yet.

Please login to write comment.