Color Hex Logo

#00328e Color Hex

#00328E
(0,50,142)
0 Favorites   0 Comments

Color spaces of #00328e

RGB 050142
HSL0.611.000.28
HSV219°100°56°
CMYK 1.000.650.00   0.44
XYZ6.02314.234226.0910
Yxy4.23420.16570.1165
Hunter Lab20.577216.2383-60.7732
CIE-Lab24.431125.0695-54.5157

#00328e color RGB value is (0,50,142).

#00328e hex color red value is 0, green value is 50 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00328e hue: 0.61 , saturation: 1.00 and the lightness value of 00328e is 0.28.

The process color (four color CMYK) of #00328e color hex is 1.00, 0.65, 0.00, 0.44. Web safe color of #00328e is #003399. Color #00328e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110010 10001110
Octal 0 62 216
Decimal 0 50 142
Hex 0 32 8E

RGB Percentages of Color #00328e

%0.00
%26.04
%73.96

CMYK Percentages of Color #00328e

%100
%65
%0
%44

Triadic Colors of #00328e

#00328e #8e0032 #328e00

Analogous Colors of #00328e

#00328e #15008e #00798e

Monochromatic Colors of #00328e

#00328e

Complementary Color

#00328e #8e5c00

#00328e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00328e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00328e Color CSS Codes

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

#00328e Text Font Color

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

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


#00328e Background Color

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

This div background color is #00328e


#00328e Border Color

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

This div border color is #00328e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,50,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00328e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00328e;
  -webkit-box-shadow: 1px 1px 3px 2px #00328e;
  box-shadow:         1px 1px 3px 2px #00328e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00328e


Comments

No comments written yet.

Please login to write comment.