Color Hex Logo

#11336f Color Hex

#11336F
(17,51,111)
0 Favorites   0 Comments

Color spaces of #11336f

RGB 1751111
HSL0.610.730.25
HSV218°85°44°
CMYK 0.850.540.00   0.56
XYZ4.28423.634515.5147
Yxy3.63450.18280.1551
Hunter Lab19.06446.7504-34.9055
CIE-Lab22.424312.3207-38.2130

#11336f color RGB value is (17,51,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01101111
Octal 21 63 157
Decimal 17 51 111
Hex 11 33 6F

RGB Percentages of Color #11336f

%9.50
%28.49
%62.01

CMYK Percentages of Color #11336f

%85
%54
%0
%56

Triadic Colors of #11336f

#11336f #6f1133 #336f11

Analogous Colors of #11336f

#11336f #1e116f #11626f

Monochromatic Colors of #11336f

#11336f

Complementary Color

#11336f #6f4d11

#11336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11336f Color CSS Codes

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

#11336f Text Font Color

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

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


#11336f Background Color

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

This div background color is #11336f


#11336f Border Color

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

This div border color is #11336f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11336f


Comments

No comments written yet.

Please login to write comment.