Color Hex Logo

#122001 Color Hex

#122001
(18,32,1)
0 Favorites   0 Comments

Color spaces of #122001

RGB 18321
HSL0.240.940.06
HSV87°97°13°
CMYK 0.440.000.97   0.87
XYZ0.77141.16380.2127
Yxy1.16380.35910.5418
Hunter Lab10.7880-6.11526.3826
CIE-Lab10.2876-12.743514.6949

#122001 color RGB value is (18,32,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100000 00000001
Octal 22 40 1
Decimal 18 32 1
Hex 12 20 1

RGB Percentages of Color #122001

%35.29
%62.75
%1.96

CMYK Percentages of Color #122001

%44
%0
%97
%87

Triadic Colors of #122001

#122001 #011220 #200112

Analogous Colors of #122001

#122001 #032001 #201f01

Monochromatic Colors of #122001

#122001

Complementary Color

#122001 #0f0120

#122001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#122001 Color CSS Codes

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

#122001 Text Font Color

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

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


#122001 Background Color

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

This div background color is #122001


#122001 Border Color

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

This div border color is #122001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,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 #122001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #122001


Comments

No comments written yet.

Please login to write comment.