Color Hex Logo

#0e75ba Color Hex

#0E75BA
(14,117,186)
0 Favorites   0 Comments

Color spaces of #0e75ba

RGB 14117186
HSL0.570.860.39
HSV204°92°73°
CMYK 0.920.370.00   0.27
XYZ15.405316.361148.8004
Yxy16.36110.19120.2031
Hunter Lab40.4489-2.8022-43.2175
CIE-Lab47.4447-0.8552-43.6688

#0e75ba color RGB value is (14,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110101 10111010
Octal 16 165 272
Decimal 14 117 186
Hex E 75 BA

RGB Percentages of Color #0e75ba

%4.42
%36.91
%58.68

CMYK Percentages of Color #0e75ba

%92
%37
%0
%27

Triadic Colors of #0e75ba

#0e75ba #ba0e75 #75ba0e

Analogous Colors of #0e75ba

#0e75ba #0e1fba #0ebaa9

Monochromatic Colors of #0e75ba

#0e75ba

Complementary Color

#0e75ba #ba530e

#0e75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e75ba Color CSS Codes

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

#0e75ba Text Font Color

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

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


#0e75ba Background Color

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

This div background color is #0e75ba


#0e75ba Border Color

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

This div border color is #0e75ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,117,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e75ba

#0e75ba Color Palettes


Comments

No comments written yet.

Please login to write comment.