Color Hex Logo

#013a40 Color Hex

#013A40
(1,58,64)
0 Favorites   0 Comments

Color spaces of #013a40

RGB 15864
HSL0.520.970.13
HSV186°98°25°
CMYK 0.980.090.00   0.75
XYZ2.45103.40275.3781
Yxy3.40270.21820.3030
Hunter Lab18.4464-8.5637-4.3737
CIE-Lab21.5894-14.3038-8.5721

#013a40 color RGB value is (1,58,64).

#013a40 hex color red value is 1, green value is 58 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #013a40 hue: 0.52 , saturation: 0.97 and the lightness value of 013a40 is 0.13.

The process color (four color CMYK) of #013a40 color hex is 0.98, 0.09, 0.00, 0.75. Web safe color of #013a40 is #003333. Color #013a40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111010 01000000
Octal 1 72 100
Decimal 1 58 64
Hex 1 3A 40

RGB Percentages of Color #013a40

%0.81
%47.15
%52.03

CMYK Percentages of Color #013a40

%98
%9
%0
%75

Triadic Colors of #013a40

#013a40 #40013a #3a4001

Analogous Colors of #013a40

#013a40 #011b40 #014027

Monochromatic Colors of #013a40

#013a40

Complementary Color

#013a40 #400701

#013a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013a40 Color CSS Codes

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

#013a40 Text Font Color

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

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


#013a40 Background Color

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

This div background color is #013a40


#013a40 Border Color

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

This div border color is #013a40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,58,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013a40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013a40;
  -webkit-box-shadow: 1px 1px 3px 2px #013a40;
  box-shadow:         1px 1px 3px 2px #013a40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013a40


Comments

No comments written yet.

Please login to write comment.