Color Hex Logo

#113073 Color Hex

#113073
(17,48,115)
0 Favorites   0 Comments

Color spaces of #113073

RGB 1748115
HSL0.610.740.26
HSV221°85°45°
CMYK 0.850.580.00   0.55
XYZ4.38263.470916.6586
Yxy3.47090.17880.1416
Hunter Lab18.63049.3872-39.9738
CIE-Lab21.838916.1961-41.7290

#113073 color RGB value is (17,48,115).

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

The process color (four color CMYK) of #113073 color hex is 0.85, 0.58, 0.00, 0.55. Web safe color of #113073 is #003366. Color #113073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 01110011
Octal 21 60 163
Decimal 17 48 115
Hex 11 30 73

RGB Percentages of Color #113073

%9.44
%26.67
%63.89

CMYK Percentages of Color #113073

%85
%58
%0
%55

Triadic Colors of #113073

#113073 #731130 #307311

Analogous Colors of #113073

#113073 #231173 #116173

Monochromatic Colors of #113073

#113073

Complementary Color

#113073 #735411

#113073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113073 Color CSS Codes

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

#113073 Text Font Color

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

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


#113073 Background Color

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

This div background color is #113073


#113073 Border Color

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

This div border color is #113073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113073


Comments

No comments written yet.

Please login to write comment.