Color Hex Logo

#014f8c Color Hex

#014F8C
(1,79,140)
0 Favorites   0 Comments

Color spaces of #014f8c

RGB 179140
HSL0.570.990.28
HSV206°99°55°
CMYK 0.990.440.00   0.45
XYZ7.54217.491925.8595
Yxy7.49190.18440.1832
Hunter Lab27.37131.2854-36.8552
CIE-Lab32.90154.0773-39.5430

#014f8c color RGB value is (1,79,140).

#014f8c hex color red value is 1, green value is 79 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #014f8c hue: 0.57 , saturation: 0.99 and the lightness value of 014f8c is 0.28.

The process color (four color CMYK) of #014f8c color hex is 0.99, 0.44, 0.00, 0.45. Web safe color of #014f8c is #006699. Color #014f8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 10001100
Octal 1 117 214
Decimal 1 79 140
Hex 1 4F 8C

RGB Percentages of Color #014f8c

%0.45
%35.91
%63.64

CMYK Percentages of Color #014f8c

%99
%44
%0
%45

Triadic Colors of #014f8c

#014f8c #8c014f #4f8c01

Analogous Colors of #014f8c

#014f8c #010a8c #018c84

Monochromatic Colors of #014f8c

#014f8c

Complementary Color

#014f8c #8c3e01

#014f8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014f8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#014f8c Color CSS Codes

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

#014f8c Text Font Color

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

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


#014f8c Background Color

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

This div background color is #014f8c


#014f8c Border Color

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

This div border color is #014f8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,79,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014f8c


Comments

No comments written yet.

Please login to write comment.