Color Hex Logo

#014677 Color Hex

#014677
(1,70,119)
0 Favorites   0 Comments

Color spaces of #014677

RGB 170119
HSL0.570.980.24
HSV205°99°47°
CMYK 0.990.410.00   0.53
XYZ5.53255.718718.2650
Yxy5.71870.18740.1937
Hunter Lab23.9138-0.5529-28.5451
CIE-Lab28.69141.1397-33.2478

#014677 color RGB value is (1,70,119).

#014677 hex color red value is 1, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #014677 hue: 0.57 , saturation: 0.98 and the lightness value of 014677 is 0.24.

The process color (four color CMYK) of #014677 color hex is 0.99, 0.41, 0.00, 0.53. Web safe color of #014677 is #003366. Color #014677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000110 01110111
Octal 1 106 167
Decimal 1 70 119
Hex 1 46 77

RGB Percentages of Color #014677

%0.53
%36.84
%62.63

CMYK Percentages of Color #014677

%99
%41
%0
%53

Triadic Colors of #014677

#014677 #770146 #467701

Analogous Colors of #014677

#014677 #010b77 #01776d

Monochromatic Colors of #014677

#014677

Complementary Color

#014677 #773201

#014677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014677 Color CSS Codes

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

#014677 Text Font Color

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

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


#014677 Background Color

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

This div background color is #014677


#014677 Border Color

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

This div border color is #014677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014677


Comments

No comments written yet.

Please login to write comment.