Color Hex Logo

#00009c Color Hex

#00009C
(0,0,156)
4 Favorites   0 Comments

Color spaces of #00009c

RGB 00156
HSL0.671.000.31
HSV240°100°61°
CMYK 1.001.000.00   0.39
XYZ6.00082.400331.5995
Yxy2.40030.15000.0600
Hunter Lab15.492942.0251-110.0835
CIE-Lab17.461654.8640-74.7225

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000000 10011100
Octal 0 0 234
Decimal 0 0 156
Hex 0 0 9C

RGB Percentages of Color #00009c

%0.00
%0.00
%100.00

CMYK Percentages of Color #00009c

%100
%100
%0
%39

Triadic Colors of #00009c

#00009c #9c0000 #009c00

Analogous Colors of #00009c

#00009c #4e009c #004e9c

Monochromatic Colors of #00009c

#00009c

Complementary Color

#00009c #9c9c00

#00009c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00009c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00009c Color CSS Codes

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

#00009c Text Font Color

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

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


#00009c Background Color

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

This div background color is #00009c


#00009c Border Color

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

This div border color is #00009c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00009c

#00009c Color Palettes


Comments

No comments written yet.

Please login to write comment.