Color Hex Logo

#041cb5 Color Hex

#041CB5
(4,28,181)
0 Favorites   0 Comments

Color spaces of #041cb5

RGB 428181
HSL0.640.960.36
HSV232°98°71°
CMYK 0.980.850.00   0.29
XYZ8.80584.192544.0612
Yxy4.19250.15430.0735
Hunter Lab20.475640.9340-113.2526
CIE-Lab24.297952.5478-78.4529

#041cb5 color RGB value is (4,28,181).

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

The process color (four color CMYK) of #041cb5 color hex is 0.98, 0.85, 0.00, 0.29. Web safe color of #041cb5 is #0033cc. Color #041cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 10110101
Octal 4 34 265
Decimal 4 28 181
Hex 4 1C B5

RGB Percentages of Color #041cb5

%1.88
%13.15
%84.98

CMYK Percentages of Color #041cb5

%98
%85
%0
%29

Triadic Colors of #041cb5

#041cb5 #b5041c #1cb504

Analogous Colors of #041cb5

#041cb5 #4404b5 #0475b5

Monochromatic Colors of #041cb5

#041cb5

Complementary Color

#041cb5 #b59d04

#041cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041cb5 Color CSS Codes

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

#041cb5 Text Font Color

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

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


#041cb5 Background Color

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

This div background color is #041cb5


#041cb5 Border Color

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

This div border color is #041cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041cb5


Comments

No comments written yet.

Please login to write comment.