Color Hex Logo

#014fbf Color Hex

#014FBF
(1,79,191)
0 Favorites   0 Comments

Color spaces of #014fbf

RGB 179191
HSL0.600.990.38
HSV215°99°75°
CMYK 0.990.590.00   0.25
XYZ12.21259.360050.4532
Yxy9.36000.16960.1300
Hunter Lab30.594117.7136-76.3601
CIE-Lab36.668425.2859-63.9575

#014fbf color RGB value is (1,79,191).

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

The process color (four color CMYK) of #014fbf color hex is 0.99, 0.59, 0.00, 0.25. Web safe color of #014fbf is #0066cc. Color #014fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 10111111
Octal 1 117 277
Decimal 1 79 191
Hex 1 4F BF

RGB Percentages of Color #014fbf

%0.37
%29.15
%70.48

CMYK Percentages of Color #014fbf

%99
%59
%0
%25

Triadic Colors of #014fbf

#014fbf #bf014f #4fbf01

Analogous Colors of #014fbf

#014fbf #1201bf #01aebf

Monochromatic Colors of #014fbf

#014fbf

Complementary Color

#014fbf #bf7101

#014fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#014fbf Color CSS Codes

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

#014fbf Text Font Color

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

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


#014fbf Background Color

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

This div background color is #014fbf


#014fbf Border Color

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

This div border color is #014fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014fbf


Comments

No comments written yet.

Please login to write comment.