Color Hex Logo

#11219f Color Hex

#11219F
(17,33,159)
0 Favorites   0 Comments

Color spaces of #11219f

RGB 1733159
HSL0.650.810.35
HSV233°89°62°
CMYK 0.890.790.00   0.38
XYZ7.03303.710133.1463
Yxy3.71010.16020.0845
Hunter Lab19.261631.4679-88.5459
CIE-Lab22.688943.1495-67.8361

#11219f color RGB value is (17,33,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 10011111
Octal 21 41 237
Decimal 17 33 159
Hex 11 21 9F

RGB Percentages of Color #11219f

%8.13
%15.79
%76.08

CMYK Percentages of Color #11219f

%89
%79
%0
%38

Triadic Colors of #11219f

#11219f #9f1121 #219f11

Analogous Colors of #11219f

#11219f #48119f #11689f

Monochromatic Colors of #11219f

#11219f

Complementary Color

#11219f #9f8f11

#11219f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11219f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11219f Color CSS Codes

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

#11219f Text Font Color

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

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


#11219f Background Color

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

This div background color is #11219f


#11219f Border Color

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

This div border color is #11219f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11219f


Comments

No comments written yet.

Please login to write comment.