Color Hex Logo

#11213f Color Hex

#11213F
(17,33,63)
0 Favorites   0 Comments

Color spaces of #11213f

RGB 173363
HSL0.610.580.16
HSV219°73°25°
CMYK 0.730.480.00   0.75
XYZ1.67221.56584.9167
Yxy1.56580.20510.1920
Hunter Lab12.51321.9558-14.5371
CIE-Lab13.02044.9549-21.1847

#11213f color RGB value is (17,33,63).

#11213f hex color red value is 17, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #11213f hue: 0.61 , saturation: 0.58 and the lightness value of 11213f is 0.16.

The process color (four color CMYK) of #11213f color hex is 0.73, 0.48, 0.00, 0.75. Web safe color of #11213f is #003333. Color #11213f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00111111
Octal 21 41 77
Decimal 17 33 63
Hex 11 21 3F

RGB Percentages of Color #11213f

%15.04
%29.20
%55.75

CMYK Percentages of Color #11213f

%73
%48
%0
%75

Triadic Colors of #11213f

#11213f #3f1121 #213f11

Analogous Colors of #11213f

#11213f #18113f #11383f

Monochromatic Colors of #11213f

#11213f

Complementary Color

#11213f #3f2f11

#11213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11213f Color CSS Codes

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

#11213f Text Font Color

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

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


#11213f Background Color

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

This div background color is #11213f


#11213f Border Color

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

This div border color is #11213f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11213f


Comments

No comments written yet.

Please login to write comment.