Color Hex Logo

#112001 Color Hex

#112001
(17,32,1)
0 Favorites   0 Comments

Color spaces of #112001

RGB 17321
HSL0.250.940.06
HSV89°97°13°
CMYK 0.470.000.97   0.87
XYZ0.75321.15440.2118
Yxy1.15440.35540.5447
Hunter Lab10.7443-6.28936.3522
CIE-Lab10.2166-13.183114.5854

#112001 color RGB value is (17,32,1).

#112001 hex color red value is 17, green value is 32 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #112001 hue: 0.25 , saturation: 0.94 and the lightness value of 112001 is 0.06.

The process color (four color CMYK) of #112001 color hex is 0.47, 0.00, 0.97, 0.87. Web safe color of #112001 is #003300. Color #112001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 00000001
Octal 21 40 1
Decimal 17 32 1
Hex 11 20 1

RGB Percentages of Color #112001

%34.00
%64.00
%2.00

CMYK Percentages of Color #112001

%47
%0
%97
%87

Triadic Colors of #112001

#112001 #011120 #200111

Analogous Colors of #112001

#112001 #022001 #202001

Monochromatic Colors of #112001

#112001

Complementary Color

#112001 #100120

#112001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112001 Color CSS Codes

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

#112001 Text Font Color

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

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


#112001 Background Color

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

This div background color is #112001


#112001 Border Color

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

This div border color is #112001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112001


Comments

No comments written yet.

Please login to write comment.