Color Hex Logo

#113075 Color Hex

#113075
(17,48,117)
0 Favorites   0 Comments

Color spaces of #113075

RGB 1748117
HSL0.620.750.26
HSV221°85°46°
CMYK 0.850.590.00   0.54
XYZ4.49903.517417.2714
Yxy3.51740.17790.1391
Hunter Lab18.75479.9989-41.4724
CIE-Lab22.007117.0444-42.7349

#113075 color RGB value is (17,48,117).

#113075 hex color red value is 17, green value is 48 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #113075 hue: 0.62 , saturation: 0.75 and the lightness value of 113075 is 0.26.

The process color (four color CMYK) of #113075 color hex is 0.85, 0.59, 0.00, 0.54. Web safe color of #113075 is #003366. Color #113075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 01110101
Octal 21 60 165
Decimal 17 48 117
Hex 11 30 75

RGB Percentages of Color #113075

%9.34
%26.37
%64.29

CMYK Percentages of Color #113075

%85
%59
%0
%54

Triadic Colors of #113075

#113075 #751130 #307511

Analogous Colors of #113075

#113075 #241175 #116275

Monochromatic Colors of #113075

#113075

Complementary Color

#113075 #755611

#113075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113075 Color CSS Codes

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

#113075 Text Font Color

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

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


#113075 Background Color

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

This div background color is #113075


#113075 Border Color

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

This div border color is #113075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113075


Comments

No comments written yet.

Please login to write comment.