Color Hex Logo

#014967 Color Hex

#014967
(1,73,103)
0 Favorites   0 Comments

Color spaces of #014967

RGB 173103
HSL0.550.980.20
HSV198°99°40°
CMYK 0.990.290.00   0.60
XYZ4.84325.750813.6867
Yxy5.75080.19950.2368
Hunter Lab23.9808-5.9163-17.0523
CIE-Lab28.7748-7.6271-22.9886

#014967 color RGB value is (1,73,103).

#014967 hex color red value is 1, green value is 73 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #014967 hue: 0.55 , saturation: 0.98 and the lightness value of 014967 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 01100111
Octal 1 111 147
Decimal 1 73 103
Hex 1 49 67

RGB Percentages of Color #014967

%0.56
%41.24
%58.19

CMYK Percentages of Color #014967

%99
%29
%0
%60

Triadic Colors of #014967

#014967 #670149 #496701

Analogous Colors of #014967

#014967 #011667 #016752

Monochromatic Colors of #014967

#014967

Complementary Color

#014967 #671f01

#014967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014967 Color CSS Codes

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

#014967 Text Font Color

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

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


#014967 Background Color

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

This div background color is #014967


#014967 Border Color

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

This div border color is #014967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014967


Comments

No comments written yet.

Please login to write comment.