Color Hex Logo

#013006 Color Hex

#013006
(1,48,6)
0 Favorites   0 Comments

Color spaces of #013006

RGB 1486
HSL0.350.960.10
HSV126°98°19°
CMYK 0.980.000.88   0.81
XYZ1.10232.13350.5260
Yxy2.13350.29300.5671
Hunter Lab14.6065-12.09068.0894
CIE-Lab16.1728-25.499120.3605

#013006 color RGB value is (1,48,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 00000110
Octal 1 60 6
Decimal 1 48 6
Hex 1 30 6

RGB Percentages of Color #013006

%1.82
%87.27
%10.91

CMYK Percentages of Color #013006

%98
%0
%88
%81

Triadic Colors of #013006

#013006 #060130 #300601

Analogous Colors of #013006

#013006 #01301e #143001

Monochromatic Colors of #013006

#013006

Complementary Color

#013006 #30012b

#013006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013006 Color CSS Codes

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

#013006 Text Font Color

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

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


#013006 Background Color

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

This div background color is #013006


#013006 Border Color

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

This div border color is #013006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013006


Comments

No comments written yet.

Please login to write comment.