Color Hex Logo

#11339f Color Hex

#11339F
(17,51,159)
0 Favorites   0 Comments

Color spaces of #11339f

RGB 1751159
HSL0.630.810.35
HSV226°89°62°
CMYK 0.890.680.00   0.38
XYZ7.67304.990033.3596
Yxy4.99000.16670.1084
Hunter Lab22.338322.2210-72.9057
CIE-Lab26.706332.0167-61.1976

#11339f color RGB value is (17,51,159).

#11339f hex color red value is 17, green value is 51 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #11339f hue: 0.63 , saturation: 0.81 and the lightness value of 11339f is 0.35.

The process color (four color CMYK) of #11339f color hex is 0.89, 0.68, 0.00, 0.38. Web safe color of #11339f is #003399. Color #11339f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 10011111
Octal 21 63 237
Decimal 17 51 159
Hex 11 33 9F

RGB Percentages of Color #11339f

%7.49
%22.47
%70.04

CMYK Percentages of Color #11339f

%89
%68
%0
%38

Triadic Colors of #11339f

#11339f #9f1133 #339f11

Analogous Colors of #11339f

#11339f #36119f #117a9f

Monochromatic Colors of #11339f

#11339f

Complementary Color

#11339f #9f7d11

#11339f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11339f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11339f Color CSS Codes

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

#11339f Text Font Color

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

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


#11339f Background Color

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

This div background color is #11339f


#11339f Border Color

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

This div border color is #11339f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11339f


Comments

No comments written yet.

Please login to write comment.