Color Hex Logo

#004c9b Color Hex

#004C9B
(0,76,155)
0 Favorites   0 Comments

Color spaces of #004c9b

RGB 076155
HSL0.581.000.30
HSV211°100°61°
CMYK 1.000.510.00   0.39
XYZ8.50087.535432.0168
Yxy7.53540.17690.1568
Hunter Lab27.45077.2384-49.9368
CIE-Lab32.995912.4134-48.5194

#004c9b color RGB value is (0,76,155).

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

The process color (four color CMYK) of #004c9b color hex is 1.00, 0.51, 0.00, 0.39. Web safe color of #004c9b is #003399. Color #004c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001100 10011011
Octal 0 114 233
Decimal 0 76 155
Hex 0 4C 9B

RGB Percentages of Color #004c9b

%0.00
%32.90
%67.10

CMYK Percentages of Color #004c9b

%100
%51
%0
%39

Triadic Colors of #004c9b

#004c9b #9b004c #4c9b00

Analogous Colors of #004c9b

#004c9b #01009b #009a9b

Monochromatic Colors of #004c9b

#004c9b

Complementary Color

#004c9b #9b4f00

#004c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#004c9b Color CSS Codes

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

#004c9b Text Font Color

<p style="color:#004c9b">Text here</p>

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


#004c9b Background Color

<div style="background-color:#004c9b">
Div content here</div>

This div background color is #004c9b


#004c9b Border Color

<div style="border:3px solid #004c9b">
Div here</div>

This div border color is #004c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004c9b

#004c9b Color Palettes


Comments

No comments written yet.

Please login to write comment.