Color Hex Logo

#11202b Color Hex

#11202B
(17,32,43)
0 Favorites   0 Comments

Color spaces of #11202b

RGB 173243
HSL0.570.430.12
HSV205°60°17°
CMYK 0.600.260.00   0.83
XYZ1.18371.32662.4792
Yxy1.32660.23720.2659
Hunter Lab11.5178-1.8115-4.6997
CIE-Lab11.4603-2.4665-9.3413

#11202b color RGB value is (17,32,43).

#11202b hex color red value is 17, green value is 32 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #11202b hue: 0.57 , saturation: 0.43 and the lightness value of 11202b is 0.12.

The process color (four color CMYK) of #11202b color hex is 0.60, 0.26, 0.00, 0.83. Web safe color of #11202b is #003333. Color #11202b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 00101011
Octal 21 40 53
Decimal 17 32 43
Hex 11 20 2B

RGB Percentages of Color #11202b

%18.48
%34.78
%46.74

CMYK Percentages of Color #11202b

%60
%26
%0
%83

Triadic Colors of #11202b

#11202b #2b1120 #202b11

Analogous Colors of #11202b

#11202b #11132b #112b29

Monochromatic Colors of #11202b

#11202b

Complementary Color

#11202b #2b1c11

#11202b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11202b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11202b Color CSS Codes

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

#11202b Text Font Color

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

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


#11202b Background Color

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

This div background color is #11202b


#11202b Border Color

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

This div border color is #11202b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11202b


Comments

No comments written yet.

Please login to write comment.