Color Hex Logo

#00529b Color Hex

#00529B
(0,82,155)
2 Favorites   0 Comments

Color spaces of #00529b

RGB 082155
HSL0.581.000.30
HSV208°100°61°
CMYK 1.000.470.00   0.39
XYZ8.93378.401132.1611
Yxy8.40110.18050.1697
Hunter Lab28.98474.2944-45.4984
CIE-Lab34.80468.3502-45.6005

#00529b color RGB value is (0,82,155).

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

The process color (four color CMYK) of #00529b color hex is 1.00, 0.47, 0.00, 0.39. Web safe color of #00529b is #006699. Color #00529b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010010 10011011
Octal 0 122 233
Decimal 0 82 155
Hex 0 52 9B

RGB Percentages of Color #00529b

%0.00
%34.60
%65.40

CMYK Percentages of Color #00529b

%100
%47
%0
%39

Triadic Colors of #00529b

#00529b #9b0052 #529b00

Analogous Colors of #00529b

#00529b #00049b #009b97

Monochromatic Colors of #00529b

#00529b

Complementary Color

#00529b #9b4900

#00529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00529b Color CSS Codes

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

#00529b Text Font Color

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

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


#00529b Background Color

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

This div background color is #00529b


#00529b Border Color

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

This div border color is #00529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00529b

#00529b Color Palettes


Comments

No comments written yet.

Please login to write comment.