Color Hex Logo

#11316f Color Hex

#11316F
(17,49,111)
0 Favorites   0 Comments

Color spaces of #11316f

RGB 1749111
HSL0.610.730.25
HSV220°85°44°
CMYK 0.850.560.00   0.56
XYZ4.19873.463515.4862
Yxy3.46350.18140.1496
Hunter Lab18.61057.7029-36.3092
CIE-Lab21.812013.7683-39.2047

#11316f color RGB value is (17,49,111).

#11316f hex color red value is 17, green value is 49 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11316f hue: 0.61 , saturation: 0.73 and the lightness value of 11316f is 0.25.

The process color (four color CMYK) of #11316f color hex is 0.85, 0.56, 0.00, 0.56. Web safe color of #11316f is #003366. Color #11316f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01101111
Octal 21 61 157
Decimal 17 49 111
Hex 11 31 6F

RGB Percentages of Color #11316f

%9.60
%27.68
%62.71

CMYK Percentages of Color #11316f

%85
%56
%0
%56

Triadic Colors of #11316f

#11316f #6f1131 #316f11

Analogous Colors of #11316f

#11316f #20116f #11606f

Monochromatic Colors of #11316f

#11316f

Complementary Color

#11316f #6f4f11

#11316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11316f Color CSS Codes

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

#11316f Text Font Color

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

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


#11316f Background Color

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

This div background color is #11316f


#11316f Border Color

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

This div border color is #11316f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,49,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11316f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11316f;
  -webkit-box-shadow: 1px 1px 3px 2px #11316f;
  box-shadow:         1px 1px 3px 2px #11316f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11316f


Comments

No comments written yet.

Please login to write comment.