Color Hex Logo

#013971 Color Hex

#013971
(1,57,113)
0 Favorites   0 Comments

Color spaces of #013971

RGB 157113
HSL0.580.980.22
HSV210°99°44°
CMYK 0.990.500.00   0.56
XYZ4.45634.125016.1841
Yxy4.12500.17990.1666
Hunter Lab20.31013.6226-33.0282
CIE-Lab24.08057.5337-36.8389

#013971 color RGB value is (1,57,113).

#013971 hex color red value is 1, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #013971 hue: 0.58 , saturation: 0.98 and the lightness value of 013971 is 0.22.

The process color (four color CMYK) of #013971 color hex is 0.99, 0.50, 0.00, 0.56. Web safe color of #013971 is #003366. Color #013971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111001 01110001
Octal 1 71 161
Decimal 1 57 113
Hex 1 39 71

RGB Percentages of Color #013971

%0.58
%33.33
%66.08

CMYK Percentages of Color #013971

%99
%50
%0
%56

Triadic Colors of #013971

#013971 #710139 #397101

Analogous Colors of #013971

#013971 #010171 #017171

Monochromatic Colors of #013971

#013971

Complementary Color

#013971 #713901

#013971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013971 Color CSS Codes

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

#013971 Text Font Color

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

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


#013971 Background Color

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

This div background color is #013971


#013971 Border Color

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

This div border color is #013971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013971


Comments

No comments written yet.

Please login to write comment.