Color Hex Logo

#041b87 Color Hex

#041B87
(4,27,135)
0 Favorites   0 Comments

Color spaces of #041b87

RGB 427135
HSL0.640.940.27
HSV229°97°53°
CMYK 0.970.800.00   0.47
XYZ4.81522.558923.1618
Yxy2.55890.15770.0838
Hunter Lab15.996625.7371-74.6498
CIE-Lab18.182937.6699-60.4538

#041b87 color RGB value is (4,27,135).

#041b87 hex color red value is 4, green value is 27 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #041b87 hue: 0.64 , saturation: 0.94 and the lightness value of 041b87 is 0.27.

The process color (four color CMYK) of #041b87 color hex is 0.97, 0.80, 0.00, 0.47. Web safe color of #041b87 is #003399. Color #041b87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011011 10000111
Octal 4 33 207
Decimal 4 27 135
Hex 4 1B 87

RGB Percentages of Color #041b87

%2.41
%16.27
%81.33

CMYK Percentages of Color #041b87

%97
%80
%0
%47

Triadic Colors of #041b87

#041b87 #87041b #1b8704

Analogous Colors of #041b87

#041b87 #2e0487 #045d87

Monochromatic Colors of #041b87

#041b87

Complementary Color

#041b87 #877004

#041b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041b87 Color CSS Codes

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

#041b87 Text Font Color

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

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


#041b87 Background Color

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

This div background color is #041b87


#041b87 Border Color

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

This div border color is #041b87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041b87


Comments

No comments written yet.

Please login to write comment.