Color Hex Logo

#041c5f Color Hex

#041C5F
(4,28,95)
0 Favorites   0 Comments

Color spaces of #041c5f

RGB 42895
HSL0.620.920.19
HSV224°96°37°
CMYK 0.960.710.00   0.63
XYZ2.53091.682511.0178
Yxy1.68250.16620.1105
Hunter Lab12.971112.1291-41.2817
CIE-Lab13.724221.1863-41.9498

#041c5f color RGB value is (4,28,95).

#041c5f hex color red value is 4, green value is 28 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #041c5f hue: 0.62 , saturation: 0.92 and the lightness value of 041c5f is 0.19.

The process color (four color CMYK) of #041c5f color hex is 0.96, 0.71, 0.00, 0.63. Web safe color of #041c5f is #003366. Color #041c5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 01011111
Octal 4 34 137
Decimal 4 28 95
Hex 4 1C 5F

RGB Percentages of Color #041c5f

%3.15
%22.05
%74.80

CMYK Percentages of Color #041c5f

%96
%71
%0
%63

Triadic Colors of #041c5f

#041c5f #5f041c #1c5f04

Analogous Colors of #041c5f

#041c5f #19045f #044a5f

Monochromatic Colors of #041c5f

#041c5f

Complementary Color

#041c5f #5f4704

#041c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#041c5f Color CSS Codes

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

#041c5f Text Font Color

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

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


#041c5f Background Color

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

This div background color is #041c5f


#041c5f Border Color

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

This div border color is #041c5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,28,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041c5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041c5f;
  -webkit-box-shadow: 1px 1px 3px 2px #041c5f;
  box-shadow:         1px 1px 3px 2px #041c5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041c5f


Comments

No comments written yet.

Please login to write comment.