Color Hex Logo

#00509c Color Hex

#00509C
(0,80,156)
0 Favorites   0 Comments

Color spaces of #00509c

RGB 080156
HSL0.581.000.31
HSV209°100°61°
CMYK 1.000.490.00   0.39
XYZ8.86948.137632.5557
Yxy8.13760.17900.1642
Hunter Lab28.52655.5776-47.6959
CIE-Lab34.267810.1173-47.0686

#00509c color RGB value is (0,80,156).

#00509c hex color red value is 0, green value is 80 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #00509c hue: 0.58 , saturation: 1.00 and the lightness value of 00509c is 0.31.

The process color (four color CMYK) of #00509c color hex is 1.00, 0.49, 0.00, 0.39. Web safe color of #00509c is #006699. Color #00509c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010000 10011100
Octal 0 120 234
Decimal 0 80 156
Hex 0 50 9C

RGB Percentages of Color #00509c

%0.00
%33.90
%66.10

CMYK Percentages of Color #00509c

%100
%49
%0
%39

Triadic Colors of #00509c

#00509c #9c0050 #509c00

Analogous Colors of #00509c

#00509c #00029c #009c9a

Monochromatic Colors of #00509c

#00509c

Complementary Color

#00509c #9c4c00

#00509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00509c Color CSS Codes

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

#00509c Text Font Color

<p style="color:#00509c">Text here</p>

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


#00509c Background Color

<div style="background-color:#00509c">
Div content here</div>

This div background color is #00509c


#00509c Border Color

<div style="border:3px solid #00509c">
Div here</div>

This div border color is #00509c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,80,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00509c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00509c;
  -webkit-box-shadow: 1px 1px 3px 2px #00509c;
  box-shadow:         1px 1px 3px 2px #00509c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00509c


Comments

No comments written yet.

Please login to write comment.