Color Hex Logo

#018513 Color Hex

#018513
(1,133,19)
0 Favorites   0 Comments

Color spaces of #018513

RGB 113319
HSL0.360.990.26
HSV128°99°52°
CMYK 0.990.000.86   0.48
XYZ8.517616.82853.4154
Yxy16.82850.29610.5851
Hunter Lab41.0226-34.727123.7795
CIE-Lab48.0432-52.298447.3444

#018513 color RGB value is (1,133,19).

#018513 hex color red value is 1, green value is 133 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #018513 hue: 0.36 , saturation: 0.99 and the lightness value of 018513 is 0.26.

The process color (four color CMYK) of #018513 color hex is 0.99, 0.00, 0.86, 0.48. Web safe color of #018513 is #009900. Color #018513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000101 00010011
Octal 1 205 23
Decimal 1 133 19
Hex 1 85 13

RGB Percentages of Color #018513

%0.65
%86.93
%12.42

CMYK Percentages of Color #018513

%99
%0
%86
%48

Triadic Colors of #018513

#018513 #130185 #851301

Analogous Colors of #018513

#018513 #018555 #318501

Monochromatic Colors of #018513

#018513

Complementary Color

#018513 #850173

#018513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018513 Color CSS Codes

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

#018513 Text Font Color

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

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


#018513 Background Color

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

This div background color is #018513


#018513 Border Color

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

This div border color is #018513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018513


Comments

No comments written yet.

Please login to write comment.