Color Hex Logo

#041baa Color Hex

#041BAA
(4,27,170)
0 Favorites   0 Comments

Color spaces of #041baa

RGB 427170
HSL0.640.950.34
HSV232°98°67°
CMYK 0.980.840.00   0.33
XYZ7.69773.712038.3410
Yxy3.71200.15470.0746
Hunter Lab19.266637.6009-104.5022
CIE-Lab22.695549.5360-74.5149

#041baa color RGB value is (4,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011011 10101010
Octal 4 33 252
Decimal 4 27 170
Hex 4 1B AA

RGB Percentages of Color #041baa

%1.99
%13.43
%84.58

CMYK Percentages of Color #041baa

%98
%84
%0
%33

Triadic Colors of #041baa

#041baa #aa041b #1baa04

Analogous Colors of #041baa

#041baa #4004aa #046eaa

Monochromatic Colors of #041baa

#041baa

Complementary Color

#041baa #aa9304

#041baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#041baa Color CSS Codes

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

#041baa Text Font Color

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

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


#041baa Background Color

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

This div background color is #041baa


#041baa Border Color

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

This div border color is #041baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041baa


Comments

No comments written yet.

Please login to write comment.