Color Hex Logo

#013009 Color Hex

#013009
(1,48,9)
0 Favorites   0 Comments

Color spaces of #013009

RGB 1489
HSL0.360.960.10
HSV130°98°19°
CMYK 0.980.000.81   0.81
XYZ1.11882.14010.6126
Yxy2.14010.28900.5528
Hunter Lab14.6291-11.94967.7576
CIE-Lab16.2059-25.080119.1790

#013009 color RGB value is (1,48,9).

#013009 hex color red value is 1, green value is 48 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #013009 hue: 0.36 , saturation: 0.96 and the lightness value of 013009 is 0.10.

The process color (four color CMYK) of #013009 color hex is 0.98, 0.00, 0.81, 0.81. Web safe color of #013009 is #003300. Color #013009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 00001001
Octal 1 60 11
Decimal 1 48 9
Hex 1 30 9

RGB Percentages of Color #013009

%1.72
%82.76
%15.52

CMYK Percentages of Color #013009

%98
%0
%81
%81

Triadic Colors of #013009

#013009 #090130 #300901

Analogous Colors of #013009

#013009 #013021 #113001

Monochromatic Colors of #013009

#013009

Complementary Color

#013009 #300128

#013009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013009 Color CSS Codes

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

#013009 Text Font Color

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

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


#013009 Background Color

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

This div background color is #013009


#013009 Border Color

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

This div border color is #013009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013009


Comments

No comments written yet.

Please login to write comment.