Color Hex Logo

#042b74 Color Hex

#042B74
(4,43,116)
0 Favorites   0 Comments

Color spaces of #042b74

RGB 443116
HSL0.610.930.24
HSV219°97°45°
CMYK 0.970.630.00   0.55
XYZ4.06633.014516.8905
Yxy3.01450.16960.1258
Hunter Lab17.362311.4211-45.5252
CIE-Lab20.101919.2618-45.2180

#042b74 color RGB value is (4,43,116).

#042b74 hex color red value is 4, green value is 43 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #042b74 hue: 0.61 , saturation: 0.93 and the lightness value of 042b74 is 0.24.

The process color (four color CMYK) of #042b74 color hex is 0.97, 0.63, 0.00, 0.55. Web safe color of #042b74 is #003366. Color #042b74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101011 01110100
Octal 4 53 164
Decimal 4 43 116
Hex 4 2B 74

RGB Percentages of Color #042b74

%2.45
%26.38
%71.17

CMYK Percentages of Color #042b74

%97
%63
%0
%55

Triadic Colors of #042b74

#042b74 #74042b #2b7404

Analogous Colors of #042b74

#042b74 #150474 #046374

Monochromatic Colors of #042b74

#042b74

Complementary Color

#042b74 #744d04

#042b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042b74 Color CSS Codes

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

#042b74 Text Font Color

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

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


#042b74 Background Color

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

This div background color is #042b74


#042b74 Border Color

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

This div border color is #042b74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,43,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #042b74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #042b74;
  -webkit-box-shadow: 1px 1px 3px 2px #042b74;
  box-shadow:         1px 1px 3px 2px #042b74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042b74


Comments

No comments written yet.

Please login to write comment.