Color Hex Logo

#002979 Color Hex

#002979
(0,41,121)
0 Favorites   0 Comments

Color spaces of #002979

RGB 041121
HSL0.611.000.24
HSV220°100°47°
CMYK 1.000.660.00   0.53
XYZ4.24412.966418.4380
Yxy2.96640.16550.1157
Hunter Lab17.223213.8448-51.4155
CIE-Lab19.908822.6065-48.7373

#002979 color RGB value is (0,41,121).

#002979 hex color red value is 0, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #002979 hue: 0.61 , saturation: 1.00 and the lightness value of 002979 is 0.24.

The process color (four color CMYK) of #002979 color hex is 1.00, 0.66, 0.00, 0.53. Web safe color of #002979 is #003366. Color #002979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 01111001
Octal 0 51 171
Decimal 0 41 121
Hex 0 29 79

RGB Percentages of Color #002979

%0.00
%25.31
%74.69

CMYK Percentages of Color #002979

%100
%66
%0
%53

Triadic Colors of #002979

#002979 #790029 #297900

Analogous Colors of #002979

#002979 #140079 #006679

Monochromatic Colors of #002979

#002979

Complementary Color

#002979 #795000

#002979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002979 Color CSS Codes

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

#002979 Text Font Color

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

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


#002979 Background Color

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

This div background color is #002979


#002979 Border Color

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

This div border color is #002979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002979


Comments

No comments written yet.

Please login to write comment.