Color Hex Logo

#004ab9 Color Hex

#004AB9
(0,74,185)
0 Favorites   0 Comments

Color spaces of #004ab9

RGB 074185
HSL0.601.000.36
HSV216°100°73°
CMYK 1.000.600.00   0.27
XYZ11.20578.400346.9298
Yxy8.40030.16840.1263
Hunter Lab28.983318.2921-75.7143
CIE-Lab34.803026.1931-63.4837

#004ab9 color RGB value is (0,74,185).

#004ab9 hex color red value is 0, green value is 74 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #004ab9 hue: 0.60 , saturation: 1.00 and the lightness value of 004ab9 is 0.36.

The process color (four color CMYK) of #004ab9 color hex is 1.00, 0.60, 0.00, 0.27. Web safe color of #004ab9 is #0033cc. Color #004ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001010 10111001
Octal 0 112 271
Decimal 0 74 185
Hex 0 4A B9

RGB Percentages of Color #004ab9

%0.00
%28.57
%71.43

CMYK Percentages of Color #004ab9

%100
%60
%0
%27

Triadic Colors of #004ab9

#004ab9 #b9004a #4ab900

Analogous Colors of #004ab9

#004ab9 #1200b9 #00a7b9

Monochromatic Colors of #004ab9

#004ab9

Complementary Color

#004ab9 #b96f00

#004ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004ab9 Color CSS Codes

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

#004ab9 Text Font Color

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

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


#004ab9 Background Color

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

This div background color is #004ab9


#004ab9 Border Color

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

This div border color is #004ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004ab9


Comments

No comments written yet.

Please login to write comment.