Color Hex Logo

#00478b Color Hex

#00478B
(0,71,139)
0 Favorites   0 Comments

Color spaces of #00478b

RGB 071139
HSL0.581.000.27
HSV209°100°55°
CMYK 1.000.490.00   0.45
XYZ6.91346.370625.2914
Yxy6.37060.17920.1651
Hunter Lab25.24004.7221-41.7426
CIE-Lab30.32889.0221-43.0649

#00478b color RGB value is (0,71,139).

#00478b hex color red value is 0, green value is 71 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #00478b hue: 0.58 , saturation: 1.00 and the lightness value of 00478b is 0.27.

The process color (four color CMYK) of #00478b color hex is 1.00, 0.49, 0.00, 0.45. Web safe color of #00478b is #003399. Color #00478b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000111 10001011
Octal 0 107 213
Decimal 0 71 139
Hex 0 47 8B

RGB Percentages of Color #00478b

%0.00
%33.81
%66.19

CMYK Percentages of Color #00478b

%100
%49
%0
%45

Triadic Colors of #00478b

#00478b #8b0047 #478b00

Analogous Colors of #00478b

#00478b #00018b #008b8a

Monochromatic Colors of #00478b

#00478b

Complementary Color

#00478b #8b4400

#00478b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00478b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00478b Color CSS Codes

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

#00478b Text Font Color

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

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


#00478b Background Color

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

This div background color is #00478b


#00478b Border Color

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

This div border color is #00478b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00478b


Comments

No comments written yet.

Please login to write comment.