color codes Logo

#014daf color codes

#014DAF
(1,77,175)
0 Favorites   0 Comments

Color spaces of #014daf

RGB 177175
HSL0.590.990.35
HSV214°99°69°
CMYK 0.990.560.00   0.31
XYZ10.40438.409441.6322
Yxy8.40940.17210.1391
Hunter Lab28.999013.2944-64.8201
CIE-Lab34.821420.1242-57.5390

#014daf color RGB value is (1,77,175).

#014daf hex color red value is 1, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #014daf hue: 0.59 , saturation: 0.99 and the lightness value of 014daf is 0.35.

The process color (four color CMYK) of #014daf color code is 0.99, 0.56, 0.00, 0.31. Web safe color of #014daf is #006699. Color #014daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 10101111
Octal 1 115 257
Decimal 1 77 175
Hex 1 4D AF

RGB Percentages of Color #014daf

%0.40
%30.43
%69.17

CMYK Percentages of Color #014daf

%99
%56
%0
%31

Triadic Colors of #014daf

#014daf #af014d #4daf01

Analogous Colors of #014daf

#014daf #0c01af #01a4af

Monochromatic Colors of #014daf

#014daf

Complementary Color

#014daf #af6301

#014daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#014daf Color CSS Codes

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

#014daf Text Font Color

<p style="color:#014daf">Text here</p>

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


#014daf Background Color

<div style="background-color:#014daf">
Div content here</div>

This div background color is #014daf


#014daf Border Color

<div style="border:3px solid #014daf">
Div here</div>

This div border color is #014daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014daf;
  -webkit-box-shadow: 1px 1px 3px 2px #014daf;
  box-shadow:         1px 1px 3px 2px #014daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,77,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 #014daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014daf


Comments

No comments written yet.

Please login to write comment.