Color Hex Logo

#041bea Color Hex

#041BEA
(4,27,234)
0 Favorites   0 Comments

Color spaces of #041bea

RGB 427234
HSL0.650.970.47
HSV234°98°92°
CMYK 0.980.880.00   0.08
XYZ15.29336.750278.3388
Yxy6.75020.15240.0672
Hunter Lab25.981159.6036-160.5854
CIE-Lab31.231368.3678-97.7794

#041bea color RGB value is (4,27,234).

#041bea hex color red value is 4, green value is 27 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #041bea hue: 0.65 , saturation: 0.97 and the lightness value of 041bea is 0.47.

The process color (four color CMYK) of #041bea color hex is 0.98, 0.88, 0.00, 0.08. Web safe color of #041bea is #0033ff. Color #041bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011011 11101010
Octal 4 33 352
Decimal 4 27 234
Hex 4 1B EA

RGB Percentages of Color #041bea

%1.51
%10.19
%88.30

CMYK Percentages of Color #041bea

%98
%88
%0
%8

Triadic Colors of #041bea

#041bea #ea041b #1bea04

Analogous Colors of #041bea

#041bea #6004ea #048eea

Monochromatic Colors of #041bea

#041bea

Complementary Color

#041bea #ead304

#041bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#041bea Color CSS Codes

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

#041bea Text Font Color

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

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


#041bea Background Color

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

This div background color is #041bea


#041bea Border Color

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

This div border color is #041bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041bea


Comments

No comments written yet.

Please login to write comment.