Color Hex Logo

#041faf Color Hex

#041FAF
(4,31,175)
0 Favorites   0 Comments

Color spaces of #041faf

RGB 431175
HSL0.640.960.35
HSV231°98°69°
CMYK 0.980.820.00   0.31
XYZ8.27794.100940.9127
Yxy4.10090.15530.0770
Hunter Lab20.250737.5270-105.6089
CIE-Lab24.002249.2076-75.3515

#041faf color RGB value is (4,31,175).

#041faf hex color red value is 4, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #041faf hue: 0.64 , saturation: 0.96 and the lightness value of 041faf is 0.35.

The process color (four color CMYK) of #041faf color hex is 0.98, 0.82, 0.00, 0.31. Web safe color of #041faf is #003399. Color #041faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011111 10101111
Octal 4 37 257
Decimal 4 31 175
Hex 4 1F AF

RGB Percentages of Color #041faf

%1.90
%14.76
%83.33

CMYK Percentages of Color #041faf

%98
%82
%0
%31

Triadic Colors of #041faf

#041faf #af041f #1faf04

Analogous Colors of #041faf

#041faf #3e04af #0475af

Monochromatic Colors of #041faf

#041faf

Complementary Color

#041faf #af9404

#041faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#041faf Color CSS Codes

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

#041faf Text Font Color

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

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


#041faf Background Color

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

This div background color is #041faf


#041faf Border Color

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

This div border color is #041faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041faf


Comments

No comments written yet.

Please login to write comment.