Color Hex Logo

#004b77 Color Hex

#004B77
(0,75,119)
0 Favorites   0 Comments

Color spaces of #004b77

RGB 075119
HSL0.561.000.23
HSV202°100°47°
CMYK 1.000.370.00   0.53
XYZ5.84596.364118.3730
Yxy6.36410.19110.2081
Hunter Lab25.2272-2.7837-25.5220
CIE-Lab30.3131-2.2584-30.6688

#004b77 color RGB value is (0,75,119).

#004b77 hex color red value is 0, green value is 75 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #004b77 hue: 0.56 , saturation: 1.00 and the lightness value of 004b77 is 0.23.

The process color (four color CMYK) of #004b77 color hex is 1.00, 0.37, 0.00, 0.53. Web safe color of #004b77 is #003366. Color #004b77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001011 01110111
Octal 0 113 167
Decimal 0 75 119
Hex 0 4B 77

RGB Percentages of Color #004b77

%0.00
%38.66
%61.34

CMYK Percentages of Color #004b77

%100
%37
%0
%53

Triadic Colors of #004b77

#004b77 #77004b #4b7700

Analogous Colors of #004b77

#004b77 #000f77 #007768

Monochromatic Colors of #004b77

#004b77

Complementary Color

#004b77 #772c00

#004b77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004b77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004b77 Color CSS Codes

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

#004b77 Text Font Color

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

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


#004b77 Background Color

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

This div background color is #004b77


#004b77 Border Color

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

This div border color is #004b77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004b77


Comments

No comments written yet.

Please login to write comment.