Color Hex Logo

#041540 Color Hex

#041540
(4,21,64)
0 Favorites   0 Comments

Color spaces of #041540

RGB 42164
HSL0.620.880.13
HSV223°94°25°
CMYK 0.940.670.00   0.75
XYZ1.24360.93234.9649
Yxy0.93230.17420.1306
Hunter Lab9.65566.0929-23.7281
CIE-Lab8.414212.5858-29.3583

#041540 color RGB value is (4,21,64).

#041540 hex color red value is 4, green value is 21 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #041540 hue: 0.62 , saturation: 0.88 and the lightness value of 041540 is 0.13.

The process color (four color CMYK) of #041540 color hex is 0.94, 0.67, 0.00, 0.75. Web safe color of #041540 is #000033. Color #041540 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010101 01000000
Octal 4 25 100
Decimal 4 21 64
Hex 4 15 40

RGB Percentages of Color #041540

%4.49
%23.60
%71.91

CMYK Percentages of Color #041540

%94
%67
%0
%75

Triadic Colors of #041540

#041540 #400415 #154004

Analogous Colors of #041540

#041540 #110440 #043340

Monochromatic Colors of #041540

#041540

Complementary Color

#041540 #402f04

#041540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041540 Color CSS Codes

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

#041540 Text Font Color

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

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


#041540 Background Color

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

This div background color is #041540


#041540 Border Color

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

This div border color is #041540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,21,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041540;
  -webkit-box-shadow: 1px 1px 3px 2px #041540;
  box-shadow:         1px 1px 3px 2px #041540; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041540


Comments

No comments written yet.

Please login to write comment.