Color Hex Logo

#012413 Color Hex

#012413
(1,36,19)
0 Favorites   0 Comments

Color spaces of #012413

RGB 13619
HSL0.420.950.07
HSV151°97°14°
CMYK 0.970.000.47   0.86
XYZ0.76091.31520.8299
Yxy1.31520.26180.4526
Hunter Lab11.4682-8.22623.7372
CIE-Lab11.3814-17.88827.7526

#012413 color RGB value is (1,36,19).

#012413 hex color red value is 1, green value is 36 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #012413 hue: 0.42 , saturation: 0.95 and the lightness value of 012413 is 0.07.

The process color (four color CMYK) of #012413 color hex is 0.97, 0.00, 0.47, 0.86. Web safe color of #012413 is #003300. Color #012413 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 00010011
Octal 1 44 23
Decimal 1 36 19
Hex 1 24 13

RGB Percentages of Color #012413

%1.79
%64.29
%33.93

CMYK Percentages of Color #012413

%97
%0
%47
%86

Triadic Colors of #012413

#012413 #130124 #241301

Analogous Colors of #012413

#012413 #012424 #012401

Monochromatic Colors of #012413

#012413

Complementary Color

#012413 #240112

#012413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012413 Color CSS Codes

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

#012413 Text Font Color

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

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


#012413 Background Color

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

This div background color is #012413


#012413 Border Color

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

This div border color is #012413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012413


Comments

No comments written yet.

Please login to write comment.