Color Hex Logo

#041487 Color Hex

#041487
(4,20,135)
0 Favorites   0 Comments

Color spaces of #041487

RGB 420135
HSL0.650.940.27
HSV233°97°53°
CMYK 0.970.850.00   0.47
XYZ4.67342.275423.1145
Yxy2.27540.15550.0757
Hunter Lab15.084428.9044-80.2934
CIE-Lab16.870841.4913-62.6347

#041487 color RGB value is (4,20,135).

#041487 hex color red value is 4, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #041487 hue: 0.65 , saturation: 0.94 and the lightness value of 041487 is 0.27.

The process color (four color CMYK) of #041487 color hex is 0.97, 0.85, 0.00, 0.47. Web safe color of #041487 is #000099. Color #041487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 10000111
Octal 4 24 207
Decimal 4 20 135
Hex 4 14 87

RGB Percentages of Color #041487

%2.52
%12.58
%84.91

CMYK Percentages of Color #041487

%97
%85
%0
%47

Triadic Colors of #041487

#041487 #870414 #148704

Analogous Colors of #041487

#041487 #360487 #045587

Monochromatic Colors of #041487

#041487

Complementary Color

#041487 #877704

#041487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041487 Color CSS Codes

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

#041487 Text Font Color

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

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


#041487 Background Color

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

This div background color is #041487


#041487 Border Color

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

This div border color is #041487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041487


Comments

No comments written yet.

Please login to write comment.