Color Hex Logo

#041197 Color Hex

#041197
(4,17,151)
0 Favorites   0 Comments

Color spaces of #041197

RGB 417151
HSL0.650.950.30
HSV235°97°59°
CMYK 0.970.890.00   0.41
XYZ5.83642.661129.4842
Yxy2.66110.15370.0701
Hunter Lab16.312935.3160-95.7428
CIE-Lab18.632147.9838-69.6812

#041197 color RGB value is (4,17,151).

#041197 hex color red value is 4, green value is 17 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #041197 hue: 0.65 , saturation: 0.95 and the lightness value of 041197 is 0.30.

The process color (four color CMYK) of #041197 color hex is 0.97, 0.89, 0.00, 0.41. Web safe color of #041197 is #000099. Color #041197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010001 10010111
Octal 4 21 227
Decimal 4 17 151
Hex 4 11 97

RGB Percentages of Color #041197

%2.33
%9.88
%87.79

CMYK Percentages of Color #041197

%97
%89
%0
%41

Triadic Colors of #041197

#041197 #970411 #119704

Analogous Colors of #041197

#041197 #410497 #045b97

Monochromatic Colors of #041197

#041197

Complementary Color

#041197 #978a04

#041197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041197 Color CSS Codes

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

#041197 Text Font Color

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

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


#041197 Background Color

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

This div background color is #041197


#041197 Border Color

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

This div border color is #041197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041197


Comments

No comments written yet.

Please login to write comment.