Color Hex Logo

#0031a4 Color Hex

#0031A4
(0,49,164)
0 Favorites   0 Comments

Color spaces of #0031a4

RGB 049164
HSL0.621.000.32
HSV222°100°64°
CMYK 1.000.700.00   0.36
XYZ7.79924.877035.6522
Yxy4.87700.16140.1009
Hunter Lab22.083924.3925-80.2588
CIE-Lab26.381434.5952-64.7781

#0031a4 color RGB value is (0,49,164).

#0031a4 hex color red value is 0, green value is 49 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #0031a4 hue: 0.62 , saturation: 1.00 and the lightness value of 0031a4 is 0.32.

The process color (four color CMYK) of #0031a4 color hex is 1.00, 0.70, 0.00, 0.36. Web safe color of #0031a4 is #003399. Color #0031a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110001 10100100
Octal 0 61 244
Decimal 0 49 164
Hex 0 31 A4

RGB Percentages of Color #0031a4

%0.00
%23.00
%77.00

CMYK Percentages of Color #0031a4

%100
%70
%0
%36

Triadic Colors of #0031a4

#0031a4 #a40031 #31a400

Analogous Colors of #0031a4

#0031a4 #2100a4 #0083a4

Monochromatic Colors of #0031a4

#0031a4

Complementary Color

#0031a4 #a47300

#0031a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0031a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0031a4 Color CSS Codes

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

#0031a4 Text Font Color

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

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


#0031a4 Background Color

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

This div background color is #0031a4


#0031a4 Border Color

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

This div border color is #0031a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,49,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0031a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0031a4;
  -webkit-box-shadow: 1px 1px 3px 2px #0031a4;
  box-shadow:         1px 1px 3px 2px #0031a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0031a4


Comments

No comments written yet.

Please login to write comment.