Color Hex Logo

#004abb Color Hex

#004ABB
(0,74,187)
0 Favorites   0 Comments

Color spaces of #004abb

RGB 074187
HSL0.601.000.37
HSV216°100°73°
CMYK 1.000.600.00   0.27
XYZ11.41848.485448.0497
Yxy8.48540.16800.1249
Hunter Lab29.129718.9923-77.4086
CIE-Lab34.974026.9976-64.3812

#004abb color RGB value is (0,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001010 10111011
Octal 0 112 273
Decimal 0 74 187
Hex 0 4A BB

RGB Percentages of Color #004abb

%0.00
%28.35
%71.65

CMYK Percentages of Color #004abb

%100
%60
%0
%27

Triadic Colors of #004abb

#004abb #bb004a #4abb00

Analogous Colors of #004abb

#004abb #1400bb #00a8bb

Monochromatic Colors of #004abb

#004abb

Complementary Color

#004abb #bb7100

#004abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#004abb Color CSS Codes

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

#004abb Text Font Color

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

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


#004abb Background Color

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

This div background color is #004abb


#004abb Border Color

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

This div border color is #004abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004abb


Comments

No comments written yet.

Please login to write comment.