Color Hex Logo

#041eab Color Hex

#041EAB
(4,30,171)
0 Favorites   0 Comments

Color spaces of #041eab

RGB 430171
HSL0.640.950.34
HSV231°98°67°
CMYK 0.980.820.00   0.33
XYZ7.86503.894638.8653
Yxy3.89460.15540.0769
Hunter Lab19.734736.6028-102.9505
CIE-Lab23.319948.4008-74.0793

#041eab color RGB value is (4,30,171).

#041eab hex color red value is 4, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #041eab hue: 0.64 , saturation: 0.95 and the lightness value of 041eab is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011110 10101011
Octal 4 36 253
Decimal 4 30 171
Hex 4 1E AB

RGB Percentages of Color #041eab

%1.95
%14.63
%83.41

CMYK Percentages of Color #041eab

%98
%82
%0
%33

Triadic Colors of #041eab

#041eab #ab041e #1eab04

Analogous Colors of #041eab

#041eab #3e04ab #0472ab

Monochromatic Colors of #041eab

#041eab

Complementary Color

#041eab #ab9104

#041eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#041eab Color CSS Codes

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

#041eab Text Font Color

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

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


#041eab Background Color

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

This div background color is #041eab


#041eab Border Color

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

This div border color is #041eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041eab


Comments

No comments written yet.

Please login to write comment.