Color Hex Logo

#001aa6 Color Hex

#001AA6
(0,26,166)
0 Favorites   0 Comments

Color spaces of #001aa6

RGB 026166
HSL0.641.000.33
HSV231°100°65°
CMYK 1.000.840.00   0.35
XYZ7.25233.492036.3682
Yxy3.49200.15390.0741
Hunter Lab18.686936.5730-102.3086
CIE-Lab21.915448.6430-73.3948

#001aa6 color RGB value is (0,26,166).

#001aa6 hex color red value is 0, green value is 26 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #001aa6 hue: 0.64 , saturation: 1.00 and the lightness value of 001aa6 is 0.33.

The process color (four color CMYK) of #001aa6 color hex is 1.00, 0.84, 0.00, 0.35. Web safe color of #001aa6 is #003399. Color #001aa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011010 10100110
Octal 0 32 246
Decimal 0 26 166
Hex 0 1A A6

RGB Percentages of Color #001aa6

%0.00
%13.54
%86.46

CMYK Percentages of Color #001aa6

%100
%84
%0
%35

Triadic Colors of #001aa6

#001aa6 #a6001a #1aa600

Analogous Colors of #001aa6

#001aa6 #3900a6 #006da6

Monochromatic Colors of #001aa6

#001aa6

Complementary Color

#001aa6 #a68c00

#001aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001aa6 Color CSS Codes

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

#001aa6 Text Font Color

<p style="color:#001aa6">Text here</p>

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


#001aa6 Background Color

<div style="background-color:#001aa6">
Div content here</div>

This div background color is #001aa6


#001aa6 Border Color

<div style="border:3px solid #001aa6">
Div here</div>

This div border color is #001aa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,26,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001aa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001aa6;
  -webkit-box-shadow: 1px 1px 3px 2px #001aa6;
  box-shadow:         1px 1px 3px 2px #001aa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001aa6


Comments

No comments written yet.

Please login to write comment.