Color Hex Logo

#041a73 Color Hex

#041A73
(4,26,115)
0 Favorites   0 Comments

Color spaces of #041a73

RGB 426115
HSL0.630.930.23
HSV228°97°45°
CMYK 0.970.770.00   0.55
XYZ3.51402.002416.4210
Yxy2.00240.16020.0913
Hunter Lab14.150619.5630-58.8973
CIE-Lab15.499830.7927-52.1475

#041a73 color RGB value is (4,26,115).

#041a73 hex color red value is 4, green value is 26 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #041a73 hue: 0.63 , saturation: 0.93 and the lightness value of 041a73 is 0.23.

The process color (four color CMYK) of #041a73 color hex is 0.97, 0.77, 0.00, 0.55. Web safe color of #041a73 is #003366. Color #041a73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011010 01110011
Octal 4 32 163
Decimal 4 26 115
Hex 4 1A 73

RGB Percentages of Color #041a73

%2.76
%17.93
%79.31

CMYK Percentages of Color #041a73

%97
%77
%0
%55

Triadic Colors of #041a73

#041a73 #73041a #1a7304

Analogous Colors of #041a73

#041a73 #250473 #045273

Monochromatic Colors of #041a73

#041a73

Complementary Color

#041a73 #735d04

#041a73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041a73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041a73 Color CSS Codes

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

#041a73 Text Font Color

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

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


#041a73 Background Color

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

This div background color is #041a73


#041a73 Border Color

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

This div border color is #041a73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041a73


Comments

No comments written yet.

Please login to write comment.