Color Hex Logo

#001fad Color Hex

#001FAD
(0,31,173)
0 Favorites   0 Comments

Color spaces of #001fad

RGB 031173
HSL0.641.000.34
HSV229°100°68°
CMYK 1.000.820.00   0.32
XYZ8.03283.997139.8833
Yxy3.99710.15470.0770
Hunter Lab19.992736.7314-104.2820
CIE-Lab23.661948.4654-74.7177

#001fad color RGB value is (0,31,173).

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

The process color (four color CMYK) of #001fad color hex is 1.00, 0.82, 0.00, 0.32. Web safe color of #001fad is #003399. Color #001fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 10101101
Octal 0 37 255
Decimal 0 31 173
Hex 0 1F AD

RGB Percentages of Color #001fad

%0.00
%15.20
%84.80

CMYK Percentages of Color #001fad

%100
%82
%0
%32

Triadic Colors of #001fad

#001fad #ad001f #1fad00

Analogous Colors of #001fad

#001fad #3800ad #0076ad

Monochromatic Colors of #001fad

#001fad

Complementary Color

#001fad #ad8e00

#001fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#001fad Color CSS Codes

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

#001fad Text Font Color

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

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


#001fad Background Color

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

This div background color is #001fad


#001fad Border Color

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

This div border color is #001fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001fad


Comments

No comments written yet.

Please login to write comment.