Color Hex Logo

#013e65 Color Hex

#013E65
(1,62,101)
0 Favorites   0 Comments

Color spaces of #013e65

RGB 162101
HSL0.570.980.20
HSV203°99°40°
CMYK 0.990.390.00   0.60
XYZ4.08414.391312.9443
Yxy4.39130.19070.2050
Hunter Lab20.9554-1.8833-21.9550
CIE-Lab24.9250-1.2728-27.7809

#013e65 color RGB value is (1,62,101).

#013e65 hex color red value is 1, green value is 62 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #013e65 hue: 0.57 , saturation: 0.98 and the lightness value of 013e65 is 0.20.

The process color (four color CMYK) of #013e65 color hex is 0.99, 0.39, 0.00, 0.60. Web safe color of #013e65 is #003366. Color #013e65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 01100101
Octal 1 76 145
Decimal 1 62 101
Hex 1 3E 65

RGB Percentages of Color #013e65

%0.61
%37.80
%61.59

CMYK Percentages of Color #013e65

%99
%39
%0
%60

Triadic Colors of #013e65

#013e65 #65013e #3e6501

Analogous Colors of #013e65

#013e65 #010c65 #01655a

Monochromatic Colors of #013e65

#013e65

Complementary Color

#013e65 #652801

#013e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013e65 Color CSS Codes

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

#013e65 Text Font Color

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

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


#013e65 Background Color

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

This div background color is #013e65


#013e65 Border Color

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

This div border color is #013e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013e65


Comments

No comments written yet.

Please login to write comment.