Color Hex Logo

#0041ab Color Hex

#0041AB
(0,65,171)
0 Favorites   0 Comments

Color spaces of #0041ab

RGB 065171
HSL0.601.000.34
HSV217°100°67°
CMYK 1.000.620.00   0.33
XYZ9.24106.720939.3383
Yxy6.72090.16710.1215
Hunter Lab25.924718.2591-71.8197
CIE-Lab31.162926.6247-61.1301

#0041ab color RGB value is (0,65,171).

#0041ab hex color red value is 0, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0041ab hue: 0.60 , saturation: 1.00 and the lightness value of 0041ab is 0.34.

The process color (four color CMYK) of #0041ab color hex is 1.00, 0.62, 0.00, 0.33. Web safe color of #0041ab is #003399. Color #0041ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000001 10101011
Octal 0 101 253
Decimal 0 65 171
Hex 0 41 AB

RGB Percentages of Color #0041ab

%0.00
%27.54
%72.46

CMYK Percentages of Color #0041ab

%100
%62
%0
%33

Triadic Colors of #0041ab

#0041ab #ab0041 #41ab00

Analogous Colors of #0041ab

#0041ab #1400ab #0097ab

Monochromatic Colors of #0041ab

#0041ab

Complementary Color

#0041ab #ab6a00

#0041ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0041ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0041ab Color CSS Codes

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

#0041ab Text Font Color

<p style="color:#0041ab">Text here</p>

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


#0041ab Background Color

<div style="background-color:#0041ab">
Div content here</div>

This div background color is #0041ab


#0041ab Border Color

<div style="border:3px solid #0041ab">
Div here</div>

This div border color is #0041ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,65,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0041ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0041ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0041ab;
  box-shadow:         1px 1px 3px 2px #0041ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0041ab

#0041ab Color Palettes


Comments

No comments written yet.

Please login to write comment.