Color Hex Logo

#113153 Color Hex

#113153
(17,49,83)
0 Favorites   0 Comments

Color spaces of #113153

RGB 174983
HSL0.590.660.20
HSV211°80°33°
CMYK 0.800.410.00   0.67
XYZ2.89082.94038.5988
Yxy2.94030.20030.2038
Hunter Lab17.14730.0849-17.7288
CIE-Lab19.80321.7496-24.0773

#113153 color RGB value is (17,49,83).

#113153 hex color red value is 17, green value is 49 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #113153 hue: 0.59 , saturation: 0.66 and the lightness value of 113153 is 0.20.

The process color (four color CMYK) of #113153 color hex is 0.80, 0.41, 0.00, 0.67. Web safe color of #113153 is #003366. Color #113153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01010011
Octal 21 61 123
Decimal 17 49 83
Hex 11 31 53

RGB Percentages of Color #113153

%11.41
%32.89
%55.70

CMYK Percentages of Color #113153

%80
%41
%0
%67

Triadic Colors of #113153

#113153 #531131 #315311

Analogous Colors of #113153

#113153 #121153 #115253

Monochromatic Colors of #113153

#113153

Complementary Color

#113153 #533311

#113153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113153 Color CSS Codes

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

#113153 Text Font Color

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

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


#113153 Background Color

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

This div background color is #113153


#113153 Border Color

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

This div border color is #113153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113153


Comments

No comments written yet.

Please login to write comment.