Color Hex Logo

#113965 Color Hex

#113965
(17,57,101)
0 Favorites   0 Comments

Color spaces of #113965

RGB 1757101
HSL0.590.710.23
HSV211°83°40°
CMYK 0.830.440.00   0.60
XYZ4.04333.985012.8680
Yxy3.98500.19350.1907
Hunter Lab19.96251.2200-24.2452
CIE-Lab23.62183.7595-29.8343

#113965 color RGB value is (17,57,101).

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

The process color (four color CMYK) of #113965 color hex is 0.83, 0.44, 0.00, 0.60. Web safe color of #113965 is #003366. Color #113965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01100101
Octal 21 71 145
Decimal 17 57 101
Hex 11 39 65

RGB Percentages of Color #113965

%9.71
%32.57
%57.71

CMYK Percentages of Color #113965

%83
%44
%0
%60

Triadic Colors of #113965

#113965 #651139 #396511

Analogous Colors of #113965

#113965 #131165 #116365

Monochromatic Colors of #113965

#113965

Complementary Color

#113965 #653d11

#113965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113965 Color CSS Codes

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

#113965 Text Font Color

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

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


#113965 Background Color

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

This div background color is #113965


#113965 Border Color

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

This div border color is #113965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113965


Comments

No comments written yet.

Please login to write comment.