Color Hex Logo

#042099 Color Hex

#042099
(4,32,153)
0 Favorites   0 Comments

Color spaces of #042099

RGB 432153
HSL0.640.950.31
HSV229°97°60°
CMYK 0.970.790.00   0.40
XYZ6.31643.358730.4524
Yxy3.35870.15740.0837
Hunter Lab18.326829.4490-85.6897
CIE-Lab21.426741.2038-66.2640

#042099 color RGB value is (4,32,153).

#042099 hex color red value is 4, green value is 32 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #042099 hue: 0.64 , saturation: 0.95 and the lightness value of 042099 is 0.31.

The process color (four color CMYK) of #042099 color hex is 0.97, 0.79, 0.00, 0.40. Web safe color of #042099 is #003399. Color #042099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100000 10011001
Octal 4 40 231
Decimal 4 32 153
Hex 4 20 99

RGB Percentages of Color #042099

%2.12
%16.93
%80.95

CMYK Percentages of Color #042099

%97
%79
%0
%40

Triadic Colors of #042099

#042099 #990420 #209904

Analogous Colors of #042099

#042099 #330499 #046b99

Monochromatic Colors of #042099

#042099

Complementary Color

#042099 #997d04

#042099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#042099 Color CSS Codes

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

#042099 Text Font Color

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

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


#042099 Background Color

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

This div background color is #042099


#042099 Border Color

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

This div border color is #042099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042099


Comments

No comments written yet.

Please login to write comment.