Color Hex Logo

#00477d Color Hex

#00477D
(0,71,125)
0 Favorites   0 Comments

Color spaces of #00477d

RGB 071125
HSL0.571.000.25
HSV206°100°49°
CMYK 1.000.430.00   0.51
XYZ5.95495.987120.2438
Yxy5.98710.18500.1860
Hunter Lab24.46860.6215-31.9250
CIE-Lab29.37992.9830-35.9083

#00477d color RGB value is (0,71,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000111 01111101
Octal 0 107 175
Decimal 0 71 125
Hex 0 47 7D

RGB Percentages of Color #00477d

%0.00
%36.22
%63.78

CMYK Percentages of Color #00477d

%100
%43
%0
%51

Triadic Colors of #00477d

#00477d #7d0047 #477d00

Analogous Colors of #00477d

#00477d #00097d #007d75

Monochromatic Colors of #00477d

#00477d

Complementary Color

#00477d #7d3600

#00477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00477d Color CSS Codes

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

#00477d Text Font Color

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

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


#00477d Background Color

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

This div background color is #00477d


#00477d Border Color

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

This div border color is #00477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00477d


Comments

No comments written yet.

Please login to write comment.