Color Hex Logo

#030977 Color Hex

#030977
(3,9,119)
0 Favorites   0 Comments

Color spaces of #030977

RGB 39119
HSL0.660.950.24
HSV237°97°47°
CMYK 0.970.920.00   0.53
XYZ3.46501.546617.5687
Yxy1.54660.15350.0685
Hunter Lab12.436227.9705-75.0537
CIE-Lab12.901341.2154-59.0523

#030977 color RGB value is (3,9,119).

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

The process color (four color CMYK) of #030977 color hex is 0.97, 0.92, 0.00, 0.53. Web safe color of #030977 is #000066. Color #030977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001001 01110111
Octal 3 11 167
Decimal 3 9 119
Hex 3 9 77

RGB Percentages of Color #030977

%2.29
%6.87
%90.84

CMYK Percentages of Color #030977

%97
%92
%0
%53

Triadic Colors of #030977

#030977 #770309 #097703

Analogous Colors of #030977

#030977 #370377 #034377

Monochromatic Colors of #030977

#030977

Complementary Color

#030977 #777103

#030977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030977 Color CSS Codes

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

#030977 Text Font Color

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

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


#030977 Background Color

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

This div background color is #030977


#030977 Border Color

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

This div border color is #030977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030977


Comments

No comments written yet.

Please login to write comment.