Color Hex Logo

#11428e Color Hex

#11428E
(17,66,142)
0 Favorites   0 Comments

Color spaces of #11428e

RGB 1766142
HSL0.600.790.31
HSV216°88°56°
CMYK 0.880.540.00   0.44
XYZ7.06195.968626.3710
Yxy5.96860.17920.1515
Hunter Lab24.43078.8431-46.8973
CIE-Lab29.333114.7979-46.5067

#11428e color RGB value is (17,66,142).

#11428e hex color red value is 17, green value is 66 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #11428e hue: 0.60 , saturation: 0.79 and the lightness value of 11428e is 0.31.

The process color (four color CMYK) of #11428e color hex is 0.88, 0.54, 0.00, 0.44. Web safe color of #11428e is #003399. Color #11428e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 10001110
Octal 21 102 216
Decimal 17 66 142
Hex 11 42 8E

RGB Percentages of Color #11428e

%7.56
%29.33
%63.11

CMYK Percentages of Color #11428e

%88
%54
%0
%44

Triadic Colors of #11428e

#11428e #8e1142 #428e11

Analogous Colors of #11428e

#11428e #1e118e #11818e

Monochromatic Colors of #11428e

#11428e

Complementary Color

#11428e #8e5d11

#11428e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11428e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11428e Color CSS Codes

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

#11428e Text Font Color

<p style="color:#11428e">Text here</p>

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


#11428e Background Color

<div style="background-color:#11428e">
Div content here</div>

This div background color is #11428e


#11428e Border Color

<div style="border:3px solid #11428e">
Div here</div>

This div border color is #11428e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,66,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11428e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11428e;
  -webkit-box-shadow: 1px 1px 3px 2px #11428e;
  box-shadow:         1px 1px 3px 2px #11428e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11428e


Comments

No comments written yet.

Please login to write comment.