Color Hex Logo

#113973 Color Hex

#113973
(17,57,115)
0 Favorites   0 Comments

Color spaces of #113973

RGB 1757115
HSL0.600.740.26
HSV216°85°45°
CMYK 0.850.500.00   0.55
XYZ4.78884.283216.7940
Yxy4.28320.18510.1656
Hunter Lab20.69595.0851-33.6247
CIE-Lab24.58649.7298-37.2810

#113973 color RGB value is (17,57,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01110011
Octal 21 71 163
Decimal 17 57 115
Hex 11 39 73

RGB Percentages of Color #113973

%8.99
%30.16
%60.85

CMYK Percentages of Color #113973

%85
%50
%0
%55

Triadic Colors of #113973

#113973 #731139 #397311

Analogous Colors of #113973

#113973 #1a1173 #116a73

Monochromatic Colors of #113973

#113973

Complementary Color

#113973 #734b11

#113973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113973 Color CSS Codes

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

#113973 Text Font Color

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

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


#113973 Background Color

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

This div background color is #113973


#113973 Border Color

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

This div border color is #113973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,57,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 #113973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113973


Comments

No comments written yet.

Please login to write comment.