Color Hex Logo

#001daa Color Hex

#001DAA
(0,29,170)
0 Favorites   0 Comments

Color spaces of #001daa

RGB 029170
HSL0.641.000.33
HSV230°100°67°
CMYK 1.000.830.00   0.33
XYZ7.69513.781038.3544
Yxy3.78100.15440.0759
Hunter Lab19.444836.6114-103.3368
CIE-Lab22.933848.4846-74.1205

#001daa color RGB value is (0,29,170).

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

The process color (four color CMYK) of #001daa color hex is 1.00, 0.83, 0.00, 0.33. Web safe color of #001daa is #003399. Color #001daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 10101010
Octal 0 35 252
Decimal 0 29 170
Hex 0 1D AA

RGB Percentages of Color #001daa

%0.00
%14.57
%85.43

CMYK Percentages of Color #001daa

%100
%83
%0
%33

Triadic Colors of #001daa

#001daa #aa001d #1daa00

Analogous Colors of #001daa

#001daa #3800aa #0072aa

Monochromatic Colors of #001daa

#001daa

Complementary Color

#001daa #aa8d00

#001daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#001daa Color CSS Codes

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

#001daa Text Font Color

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

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


#001daa Background Color

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

This div background color is #001daa


#001daa Border Color

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

This div border color is #001daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001daa


Comments

No comments written yet.

Please login to write comment.