Color Hex Logo

#113183 Color Hex

#113183
(17,49,131)
0 Favorites   0 Comments

Color spaces of #113183

RGB 1749131
HSL0.620.770.29
HSV223°87°51°
CMYK 0.870.630.00   0.49
XYZ5.42623.954521.9500
Yxy3.95450.17320.1262
Hunter Lab19.885913.9063-51.5239
CIE-Lab23.520422.1791-49.1316

#113183 color RGB value is (17,49,131).

#113183 hex color red value is 17, green value is 49 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #113183 hue: 0.62 , saturation: 0.77 and the lightness value of 113183 is 0.29.

The process color (four color CMYK) of #113183 color hex is 0.87, 0.63, 0.00, 0.49. Web safe color of #113183 is #003399. Color #113183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 10000011
Octal 21 61 203
Decimal 17 49 131
Hex 11 31 83

RGB Percentages of Color #113183

%8.63
%24.87
%66.50

CMYK Percentages of Color #113183

%87
%63
%0
%49

Triadic Colors of #113183

#113183 #831131 #318311

Analogous Colors of #113183

#113183 #2a1183 #116a83

Monochromatic Colors of #113183

#113183

Complementary Color

#113183 #836311

#113183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113183 Color CSS Codes

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

#113183 Text Font Color

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

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


#113183 Background Color

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

This div background color is #113183


#113183 Border Color

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

This div border color is #113183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113183


Comments

No comments written yet.

Please login to write comment.