Color Hex Logo

#00497d Color Hex

#00497D
(0,73,125)
0 Favorites   0 Comments

Color spaces of #00497d

RGB 073125
HSL0.571.000.25
HSV205°100°49°
CMYK 1.000.420.00   0.51
XYZ6.08426.245820.2869
Yxy6.24580.18650.1915
Hunter Lab24.9916-0.2795-30.6345
CIE-Lab30.02431.6324-34.8782

#00497d color RGB value is (0,73,125).

#00497d hex color red value is 0, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #00497d hue: 0.57 , saturation: 1.00 and the lightness value of 00497d is 0.25.

The process color (four color CMYK) of #00497d color hex is 1.00, 0.42, 0.00, 0.51. Web safe color of #00497d is #003366. Color #00497d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001001 01111101
Octal 0 111 175
Decimal 0 73 125
Hex 0 49 7D

RGB Percentages of Color #00497d

%0.00
%36.87
%63.13

CMYK Percentages of Color #00497d

%100
%42
%0
%51

Triadic Colors of #00497d

#00497d #7d0049 #497d00

Analogous Colors of #00497d

#00497d #000b7d #007d73

Monochromatic Colors of #00497d

#00497d

Complementary Color

#00497d #7d3400

#00497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00497d Color CSS Codes

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

#00497d Text Font Color

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

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


#00497d Background Color

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

This div background color is #00497d


#00497d Border Color

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

This div border color is #00497d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,73,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00497d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00497d;
  -webkit-box-shadow: 1px 1px 3px 2px #00497d;
  box-shadow:         1px 1px 3px 2px #00497d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00497d


Comments

No comments written yet.

Please login to write comment.