Color Hex Logo

#11204f Color Hex

#11204F
(17,32,79)
0 Favorites   0 Comments

Color spaces of #11204f

RGB 173279
HSL0.630.650.19
HSV225°78°31°
CMYK 0.780.590.00   0.69
XYZ2.15901.71677.6147
Yxy1.71670.18790.1494
Hunter Lab13.10236.4843-25.2862
CIE-Lab13.924212.6201-30.8066

#11204f color RGB value is (17,32,79).

#11204f hex color red value is 17, green value is 32 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #11204f hue: 0.63 , saturation: 0.65 and the lightness value of 11204f is 0.19.

The process color (four color CMYK) of #11204f color hex is 0.78, 0.59, 0.00, 0.69. Web safe color of #11204f is #003366. Color #11204f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 01001111
Octal 21 40 117
Decimal 17 32 79
Hex 11 20 4F

RGB Percentages of Color #11204f

%13.28
%25.00
%61.72

CMYK Percentages of Color #11204f

%78
%59
%0
%69

Triadic Colors of #11204f

#11204f #4f1120 #204f11

Analogous Colors of #11204f

#11204f #21114f #113f4f

Monochromatic Colors of #11204f

#11204f

Complementary Color

#11204f #4f4011

#11204f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11204f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11204f Color CSS Codes

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

#11204f Text Font Color

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

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


#11204f Background Color

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

This div background color is #11204f


#11204f Border Color

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

This div border color is #11204f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11204f


Comments

No comments written yet.

Please login to write comment.