Color Hex Logo

#00537d Color Hex

#00537D
(0,83,125)
0 Favorites   0 Comments

Color spaces of #00537d

RGB 083125
HSL0.561.000.25
HSV200°100°49°
CMYK 1.000.340.00   0.51
XYZ6.79497.667220.5238
Yxy7.66720.19420.2192
Hunter Lab27.6897-4.6541-24.5634
CIE-Lab33.2799-4.8976-29.7079

#00537d color RGB value is (0,83,125).

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

The process color (four color CMYK) of #00537d color hex is 1.00, 0.34, 0.00, 0.51. Web safe color of #00537d is #006666. Color #00537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 01111101
Octal 0 123 175
Decimal 0 83 125
Hex 0 53 7D

RGB Percentages of Color #00537d

%0.00
%39.90
%60.10

CMYK Percentages of Color #00537d

%100
%34
%0
%51

Triadic Colors of #00537d

#00537d #7d0053 #537d00

Analogous Colors of #00537d

#00537d #00157d #007d69

Monochromatic Colors of #00537d

#00537d

Complementary Color

#00537d #7d2a00

#00537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00537d Color CSS Codes

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

#00537d Text Font Color

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

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


#00537d Background Color

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

This div background color is #00537d


#00537d Border Color

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

This div border color is #00537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00537d


Comments

No comments written yet.

Please login to write comment.