Color Hex Logo

#001eaf Color Hex

#001EAF
(0,30,175)
0 Favorites   0 Comments

Color spaces of #001eaf

RGB 030175
HSL0.641.000.34
HSV230°100°69°
CMYK 1.000.830.00   0.31
XYZ8.20214.023740.9018
Yxy4.02370.15440.0757
Hunter Lab20.059237.8843-106.8543
CIE-Lab23.749649.6178-75.7743

#001eaf color RGB value is (0,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011110 10101111
Octal 0 36 257
Decimal 0 30 175
Hex 0 1E AF

RGB Percentages of Color #001eaf

%0.00
%14.63
%85.37

CMYK Percentages of Color #001eaf

%100
%83
%0
%31

Triadic Colors of #001eaf

#001eaf #af001e #1eaf00

Analogous Colors of #001eaf

#001eaf #3900af #0076af

Monochromatic Colors of #001eaf

#001eaf

Complementary Color

#001eaf #af9100

#001eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#001eaf Color CSS Codes

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

#001eaf Text Font Color

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

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


#001eaf Background Color

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

This div background color is #001eaf


#001eaf Border Color

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

This div border color is #001eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001eaf

#001eaf Color Palettes


Comments

No comments written yet.

Please login to write comment.