Color Hex Logo

#113eaf Color Hex

#113EAF
(17,62,175)
0 Favorites   0 Comments

Color spaces of #113eaf

RGB 1762175
HSL0.620.820.38
HSV223°90°69°
CMYK 0.900.650.00   0.31
XYZ9.69176.659641.3321
Yxy6.65960.16800.1155
Hunter Lab25.806221.8761-76.8966
CIE-Lab31.019130.9232-63.7451

#113eaf color RGB value is (17,62,175).

#113eaf hex color red value is 17, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #113eaf hue: 0.62 , saturation: 0.82 and the lightness value of 113eaf is 0.38.

The process color (four color CMYK) of #113eaf color hex is 0.90, 0.65, 0.00, 0.31. Web safe color of #113eaf is #003399. Color #113eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 10101111
Octal 21 76 257
Decimal 17 62 175
Hex 11 3E AF

RGB Percentages of Color #113eaf

%6.69
%24.41
%68.90

CMYK Percentages of Color #113eaf

%90
%65
%0
%31

Triadic Colors of #113eaf

#113eaf #af113e #3eaf11

Analogous Colors of #113eaf

#113eaf #3311af #118daf

Monochromatic Colors of #113eaf

#113eaf

Complementary Color

#113eaf #af8211

#113eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#113eaf Color CSS Codes

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

#113eaf Text Font Color

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

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


#113eaf Background Color

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

This div background color is #113eaf


#113eaf Border Color

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

This div border color is #113eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,62,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #113eaf;
  box-shadow:         1px 1px 3px 2px #113eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113eaf


Comments

No comments written yet.

Please login to write comment.