Color Hex Logo

#113095 Color Hex

#113095
(17,48,149)
0 Favorites   0 Comments

Color spaces of #113095

RGB 1748149
HSL0.630.800.33
HSV226°89°58°
CMYK 0.890.680.00   0.42
XYZ6.71294.403028.9298
Yxy4.40300.16760.1099
Hunter Lab20.983320.3842-67.0550
CIE-Lab24.961330.1203-57.9526

#113095 color RGB value is (17,48,149).

#113095 hex color red value is 17, green value is 48 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #113095 hue: 0.63 , saturation: 0.80 and the lightness value of 113095 is 0.33.

The process color (four color CMYK) of #113095 color hex is 0.89, 0.68, 0.00, 0.42. Web safe color of #113095 is #003399. Color #113095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 10010101
Octal 21 60 225
Decimal 17 48 149
Hex 11 30 95

RGB Percentages of Color #113095

%7.94
%22.43
%69.63

CMYK Percentages of Color #113095

%89
%68
%0
%42

Triadic Colors of #113095

#113095 #951130 #309511

Analogous Colors of #113095

#113095 #341195 #117295

Monochromatic Colors of #113095

#113095

Complementary Color

#113095 #957611

#113095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113095 Color CSS Codes

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

#113095 Text Font Color

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

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


#113095 Background Color

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

This div background color is #113095


#113095 Border Color

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

This div border color is #113095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113095


Comments

No comments written yet.

Please login to write comment.