Color Hex Logo

#0e79bf Color Hex

#0E79BF
(14,121,191)
0 Favorites   0 Comments

Color spaces of #0e79bf

RGB 14121191
HSL0.570.860.40
HSV204°93°75°
CMYK 0.930.370.00   0.25
XYZ16.422417.529751.8082
Yxy17.52970.19150.2044
Hunter Lab41.8685-3.2554-44.0577
CIE-Lab48.9206-1.3448-44.2062

#0e79bf color RGB value is (14,121,191).

#0e79bf hex color red value is 14, green value is 121 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0e79bf hue: 0.57 , saturation: 0.86 and the lightness value of 0e79bf is 0.40.

The process color (four color CMYK) of #0e79bf color hex is 0.93, 0.37, 0.00, 0.25. Web safe color of #0e79bf is #0066cc. Color #0e79bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111001 10111111
Octal 16 171 277
Decimal 14 121 191
Hex E 79 BF

RGB Percentages of Color #0e79bf

%4.29
%37.12
%58.59

CMYK Percentages of Color #0e79bf

%93
%37
%0
%25

Triadic Colors of #0e79bf

#0e79bf #bf0e79 #79bf0e

Analogous Colors of #0e79bf

#0e79bf #0e21bf #0ebfad

Monochromatic Colors of #0e79bf

#0e79bf

Complementary Color

#0e79bf #bf540e

#0e79bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e79bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e79bf Color CSS Codes

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

#0e79bf Text Font Color

<p style="color:#0e79bf">Text here</p>

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


#0e79bf Background Color

<div style="background-color:#0e79bf">
Div content here</div>

This div background color is #0e79bf


#0e79bf Border Color

<div style="border:3px solid #0e79bf">
Div here</div>

This div border color is #0e79bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,121,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e79bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e79bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0e79bf;
  box-shadow:         1px 1px 3px 2px #0e79bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,121,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 #0e79bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e79bf


Comments

No comments written yet.

Please login to write comment.