Color Hex Logo

#031079 Color Hex

#031079
(3,16,121)
0 Favorites   0 Comments

Color spaces of #031079

RGB 316121
HSL0.650.950.24
HSV233°98°47°
CMYK 0.980.870.00   0.53
XYZ3.67401.770418.2372
Yxy1.77040.15510.0748
Hunter Lab13.305626.0032-71.9511
CIE-Lab14.233038.7436-58.1200

#031079 color RGB value is (3,16,121).

#031079 hex color red value is 3, green value is 16 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #031079 hue: 0.65 , saturation: 0.95 and the lightness value of 031079 is 0.24.

The process color (four color CMYK) of #031079 color hex is 0.98, 0.87, 0.00, 0.53. Web safe color of #031079 is #000066. Color #031079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010000 01111001
Octal 3 20 171
Decimal 3 16 121
Hex 3 10 79

RGB Percentages of Color #031079

%2.14
%11.43
%86.43

CMYK Percentages of Color #031079

%98
%87
%0
%53

Triadic Colors of #031079

#031079 #790310 #107903

Analogous Colors of #031079

#031079 #310379 #034b79

Monochromatic Colors of #031079

#031079

Complementary Color

#031079 #796c03

#031079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031079 Color CSS Codes

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

#031079 Text Font Color

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

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


#031079 Background Color

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

This div background color is #031079


#031079 Border Color

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

This div border color is #031079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031079


Comments

No comments written yet.

Please login to write comment.