Color Hex Logo

#0e289e Color Hex

#0E289E
(14,40,158)
0 Favorites   0 Comments

Color spaces of #0e289e

RGB 1440158
HSL0.640.840.34
HSV229°91°62°
CMYK 0.910.750.00   0.38
XYZ7.11154.079632.7604
Yxy4.07960.16180.0928
Hunter Lab20.198027.5013-82.0275
CIE-Lab23.932938.5657-65.1672

#0e289e color RGB value is (14,40,158).

#0e289e hex color red value is 14, green value is 40 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0e289e hue: 0.64 , saturation: 0.84 and the lightness value of 0e289e is 0.34.

The process color (four color CMYK) of #0e289e color hex is 0.91, 0.75, 0.00, 0.38. Web safe color of #0e289e is #003399. Color #0e289e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101000 10011110
Octal 16 50 236
Decimal 14 40 158
Hex E 28 9E

RGB Percentages of Color #0e289e

%6.60
%18.87
%74.53

CMYK Percentages of Color #0e289e

%91
%75
%0
%38

Triadic Colors of #0e289e

#0e289e #9e0e28 #289e0e

Analogous Colors of #0e289e

#0e289e #3c0e9e #0e709e

Monochromatic Colors of #0e289e

#0e289e

Complementary Color

#0e289e #9e840e

#0e289e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e289e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e289e Color CSS Codes

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

#0e289e Text Font Color

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

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


#0e289e Background Color

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

This div background color is #0e289e


#0e289e Border Color

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

This div border color is #0e289e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e289e


Comments

No comments written yet.

Please login to write comment.