Color Hex Logo

#113164 Color Hex

#113164
(17,49,100)
0 Favorites   0 Comments

Color spaces of #113164

RGB 1749100
HSL0.600.710.23
HSV217°83°39°
CMYK 0.830.510.00   0.61
XYZ3.62973.235912.4899
Yxy3.23590.18750.1672
Hunter Lab17.98864.5373-28.5744
CIE-Lab20.96499.0447-33.4443

#113164 color RGB value is (17,49,100).

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

The process color (four color CMYK) of #113164 color hex is 0.83, 0.51, 0.00, 0.61. Web safe color of #113164 is #003366. Color #113164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01100100
Octal 21 61 144
Decimal 17 49 100
Hex 11 31 64

RGB Percentages of Color #113164

%10.24
%29.52
%60.24

CMYK Percentages of Color #113164

%83
%51
%0
%61

Triadic Colors of #113164

#113164 #641131 #316411

Analogous Colors of #113164

#113164 #1a1164 #115b64

Monochromatic Colors of #113164

#113164

Complementary Color

#113164 #644411

#113164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113164 Color CSS Codes

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

#113164 Text Font Color

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

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


#113164 Background Color

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

This div background color is #113164


#113164 Border Color

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

This div border color is #113164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113164


Comments

No comments written yet.

Please login to write comment.