Color Hex Logo

#014870 Color Hex

#014870
(1,72,112)
0 Favorites   0 Comments

Color spaces of #014870

RGB 172112
HSL0.560.980.22
HSV202°99°44°
CMYK 0.990.360.00   0.56
XYZ5.25455.811016.1739
Yxy5.81100.19290.2133
Hunter Lab24.1060-3.2771-22.9063
CIE-Lab28.9305-3.1927-28.4544

#014870 color RGB value is (1,72,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001000 01110000
Octal 1 110 160
Decimal 1 72 112
Hex 1 48 70

RGB Percentages of Color #014870

%0.54
%38.92
%60.54

CMYK Percentages of Color #014870

%99
%36
%0
%56

Triadic Colors of #014870

#014870 #700148 #487001

Analogous Colors of #014870

#014870 #011170 #017060

Monochromatic Colors of #014870

#014870

Complementary Color

#014870 #702901

#014870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014870 Color CSS Codes

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

#014870 Text Font Color

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

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


#014870 Background Color

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

This div background color is #014870


#014870 Border Color

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

This div border color is #014870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014870


Comments

No comments written yet.

Please login to write comment.