Color Hex Logo

#041557 Color Hex

#041557
(4,21,87)
0 Favorites   0 Comments

Color spaces of #041557

RGB 42187
HSL0.630.910.18
HSV228°95°34°
CMYK 0.950.760.00   0.66
XYZ2.03851.25039.1507
Yxy1.25030.16390.1005
Hunter Lab11.181712.9739-40.6937
CIE-Lab10.923422.8697-41.1852

#041557 color RGB value is (4,21,87).

#041557 hex color red value is 4, green value is 21 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #041557 hue: 0.63 , saturation: 0.91 and the lightness value of 041557 is 0.18.

The process color (four color CMYK) of #041557 color hex is 0.95, 0.76, 0.00, 0.66. Web safe color of #041557 is #000066. Color #041557 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010101 01010111
Octal 4 25 127
Decimal 4 21 87
Hex 4 15 57

RGB Percentages of Color #041557

%3.57
%18.75
%77.68

CMYK Percentages of Color #041557

%95
%76
%0
%66

Triadic Colors of #041557

#041557 #570415 #155704

Analogous Colors of #041557

#041557 #1d0457 #043f57

Monochromatic Colors of #041557

#041557

Complementary Color

#041557 #574604

#041557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041557 Color CSS Codes

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

#041557 Text Font Color

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

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


#041557 Background Color

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

This div background color is #041557


#041557 Border Color

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

This div border color is #041557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041557


Comments

No comments written yet.

Please login to write comment.