Color Hex Logo

#00538d Color Hex

#00538D
(0,83,141)
0 Favorites   0 Comments

Color spaces of #00538d

RGB 083141
HSL0.571.000.28
HSV205°100°55°
CMYK 1.000.410.00   0.45
XYZ7.90108.109626.3482
Yxy8.10960.18650.1915
Hunter Lab28.4774-0.3108-34.9229
CIE-Lab34.21011.7921-38.0621

#00538d color RGB value is (0,83,141).

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

The process color (four color CMYK) of #00538d color hex is 1.00, 0.41, 0.00, 0.45. Web safe color of #00538d is #006699. Color #00538d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 10001101
Octal 0 123 215
Decimal 0 83 141
Hex 0 53 8D

RGB Percentages of Color #00538d

%0.00
%37.05
%62.95

CMYK Percentages of Color #00538d

%100
%41
%0
%45

Triadic Colors of #00538d

#00538d #8d0053 #538d00

Analogous Colors of #00538d

#00538d #000c8d #008d81

Monochromatic Colors of #00538d

#00538d

Complementary Color

#00538d #8d3a00

#00538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00538d Color CSS Codes

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

#00538d Text Font Color

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

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


#00538d Background Color

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

This div background color is #00538d


#00538d Border Color

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

This div border color is #00538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00538d


Comments

No comments written yet.

Please login to write comment.