Color Hex Logo

#012a09 Color Hex

#012A09
(1,42,9)
0 Favorites   0 Comments

Color spaces of #012a09

RGB 1429
HSL0.370.950.08
HSV132°98°16°
CMYK 0.980.000.79   0.84
XYZ0.88981.68210.5362
Yxy1.68210.28630.5412
Hunter Lab12.9696-10.45056.6275
CIE-Lab13.7218-22.732115.9888

#012a09 color RGB value is (1,42,9).

#012a09 hex color red value is 1, green value is 42 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #012a09 hue: 0.37 , saturation: 0.95 and the lightness value of 012a09 is 0.08.

The process color (four color CMYK) of #012a09 color hex is 0.98, 0.00, 0.79, 0.84. Web safe color of #012a09 is #003300. Color #012a09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101010 00001001
Octal 1 52 11
Decimal 1 42 9
Hex 1 2A 9

RGB Percentages of Color #012a09

%1.92
%80.77
%17.31

CMYK Percentages of Color #012a09

%98
%0
%79
%84

Triadic Colors of #012a09

#012a09 #09012a #2a0901

Analogous Colors of #012a09

#012a09 #012a1e #0e2a01

Monochromatic Colors of #012a09

#012a09

Complementary Color

#012a09 #2a0122

#012a09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012a09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012a09 Color CSS Codes

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

#012a09 Text Font Color

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

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


#012a09 Background Color

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

This div background color is #012a09


#012a09 Border Color

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

This div border color is #012a09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,42,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012a09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012a09;
  -webkit-box-shadow: 1px 1px 3px 2px #012a09;
  box-shadow:         1px 1px 3px 2px #012a09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012a09


Comments

No comments written yet.

Please login to write comment.