Color Hex Logo

#11213b Color Hex

#11213B
(17,33,59)
0 Favorites   0 Comments

Color spaces of #11213b

RGB 173359
HSL0.600.550.15
HSV217°71°23°
CMYK 0.710.440.00   0.77
XYZ1.56441.52274.3491
Yxy1.52270.21040.2048
Hunter Lab12.33981.0351-12.2587
CIE-Lab12.75163.2566-18.7947

#11213b color RGB value is (17,33,59).

#11213b hex color red value is 17, green value is 33 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #11213b hue: 0.60 , saturation: 0.55 and the lightness value of 11213b is 0.15.

The process color (four color CMYK) of #11213b color hex is 0.71, 0.44, 0.00, 0.77. Web safe color of #11213b is #003333. Color #11213b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00111011
Octal 21 41 73
Decimal 17 33 59
Hex 11 21 3B

RGB Percentages of Color #11213b

%15.60
%30.28
%54.13

CMYK Percentages of Color #11213b

%71
%44
%0
%77

Triadic Colors of #11213b

#11213b #3b1121 #213b11

Analogous Colors of #11213b

#11213b #16113b #11363b

Monochromatic Colors of #11213b

#11213b

Complementary Color

#11213b #3b2b11

#11213b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11213b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11213b Color CSS Codes

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

#11213b Text Font Color

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

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


#11213b Background Color

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

This div background color is #11213b


#11213b Border Color

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

This div border color is #11213b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11213b


Comments

No comments written yet.

Please login to write comment.