Color Hex Logo

#014782 Color Hex

#014782
(1,71,130)
0 Favorites   0 Comments

Color spaces of #014782

RGB 171130
HSL0.580.980.26
HSV207°99°51°
CMYK 0.990.450.00   0.49
XYZ6.29506.124621.9695
Yxy6.12460.18310.1781
Hunter Lab24.74792.0952-35.3100
CIE-Lab29.72475.2078-38.4694

#014782 color RGB value is (1,71,130).

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

The process color (four color CMYK) of #014782 color hex is 0.99, 0.45, 0.00, 0.49. Web safe color of #014782 is #003399. Color #014782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000111 10000010
Octal 1 107 202
Decimal 1 71 130
Hex 1 47 82

RGB Percentages of Color #014782

%0.50
%35.15
%64.36

CMYK Percentages of Color #014782

%99
%45
%0
%49

Triadic Colors of #014782

#014782 #820147 #478201

Analogous Colors of #014782

#014782 #010782 #01827d

Monochromatic Colors of #014782

#014782

Complementary Color

#014782 #823c01

#014782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014782 Color CSS Codes

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

#014782 Text Font Color

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

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


#014782 Background Color

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

This div background color is #014782


#014782 Border Color

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

This div border color is #014782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014782


Comments

No comments written yet.

Please login to write comment.