Color Hex Logo

#030979 Color Hex

#030979
(3,9,121)
0 Favorites   0 Comments

Color spaces of #030979

RGB 39121
HSL0.660.950.24
HSV237°98°47°
CMYK 0.980.930.00   0.53
XYZ3.58641.595218.2080
Yxy1.59520.15330.0682
Hunter Lab12.630128.5834-76.6333
CIE-Lab13.200941.8380-59.8407

#030979 color RGB value is (3,9,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001001 01111001
Octal 3 11 171
Decimal 3 9 121
Hex 3 9 79

RGB Percentages of Color #030979

%2.26
%6.77
%90.98

CMYK Percentages of Color #030979

%98
%93
%0
%53

Triadic Colors of #030979

#030979 #790309 #097903

Analogous Colors of #030979

#030979 #380379 #034479

Monochromatic Colors of #030979

#030979

Complementary Color

#030979 #797303

#030979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030979 Color CSS Codes

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

#030979 Text Font Color

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

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


#030979 Background Color

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

This div background color is #030979


#030979 Border Color

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

This div border color is #030979


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,9,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 #030979">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030979


Comments

No comments written yet.

Please login to write comment.