Color Hex Logo

#11313c Color Hex

#11313C
(17,49,60)
0 Favorites   0 Comments

Color spaces of #11313c

RGB 174960
HSL0.540.560.15
HSV195°72°24°
CMYK 0.720.180.00   0.76
XYZ2.14512.64204.6719
Yxy2.64200.22680.2793
Hunter Lab16.2542-4.8879-5.6636
CIE-Lab18.5490-7.6189-10.4504

#11313c color RGB value is (17,49,60).

#11313c hex color red value is 17, green value is 49 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #11313c hue: 0.54 , saturation: 0.56 and the lightness value of 11313c is 0.15.

The process color (four color CMYK) of #11313c color hex is 0.72, 0.18, 0.00, 0.76. Web safe color of #11313c is #003333. Color #11313c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 00111100
Octal 21 61 74
Decimal 17 49 60
Hex 11 31 3C

RGB Percentages of Color #11313c

%13.49
%38.89
%47.62

CMYK Percentages of Color #11313c

%72
%18
%0
%76

Triadic Colors of #11313c

#11313c #3c1131 #313c11

Analogous Colors of #11313c

#11313c #111c3c #113c32

Monochromatic Colors of #11313c

#11313c

Complementary Color

#11313c #3c1c11

#11313c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11313c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11313c Color CSS Codes

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

#11313c Text Font Color

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

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


#11313c Background Color

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

This div background color is #11313c


#11313c Border Color

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

This div border color is #11313c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11313c


Comments

No comments written yet.

Please login to write comment.