Color Hex Logo

#11228f Color Hex

#11228F
(17,34,143)
0 Favorites   0 Comments

Color spaces of #11228f

RGB 1734143
HSL0.640.790.31
HSV232°88°56°
CMYK 0.880.760.00   0.44
XYZ5.76113.246426.3096
Yxy3.24640.16310.0919
Hunter Lab18.017825.5435-73.9630
CIE-Lab21.004936.9043-60.7689

#11228f color RGB value is (17,34,143).

#11228f hex color red value is 17, green value is 34 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #11228f hue: 0.64 , saturation: 0.79 and the lightness value of 11228f is 0.31.

The process color (four color CMYK) of #11228f color hex is 0.88, 0.76, 0.00, 0.44. Web safe color of #11228f is #003399. Color #11228f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100010 10001111
Octal 21 42 217
Decimal 17 34 143
Hex 11 22 8F

RGB Percentages of Color #11228f

%8.76
%17.53
%73.71

CMYK Percentages of Color #11228f

%88
%76
%0
%44

Triadic Colors of #11228f

#11228f #8f1122 #228f11

Analogous Colors of #11228f

#11228f #3f118f #11618f

Monochromatic Colors of #11228f

#11228f

Complementary Color

#11228f #8f7e11

#11228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11228f Color CSS Codes

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

#11228f Text Font Color

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

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


#11228f Background Color

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

This div background color is #11228f


#11228f Border Color

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

This div border color is #11228f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11228f


Comments

No comments written yet.

Please login to write comment.