Color Hex Logo

#0e165e Color Hex

#0E165E
(14,22,94)
0 Favorites   0 Comments

Color spaces of #0e165e

RGB 142294
HSL0.650.740.21
HSV234°85°37°
CMYK 0.850.770.00   0.63
XYZ2.48841.475310.7433
Yxy1.47530.16920.1003
Hunter Lab12.146215.3136-43.9396
CIE-Lab12.450225.8372-43.3658

#0e165e color RGB value is (14,22,94).

#0e165e hex color red value is 14, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0e165e hue: 0.65 , saturation: 0.74 and the lightness value of 0e165e is 0.21.

The process color (four color CMYK) of #0e165e color hex is 0.85, 0.77, 0.00, 0.63. Web safe color of #0e165e is #000066. Color #0e165e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010110 01011110
Octal 16 26 136
Decimal 14 22 94
Hex E 16 5E

RGB Percentages of Color #0e165e

%10.77
%16.92
%72.31

CMYK Percentages of Color #0e165e

%85
%77
%0
%63

Triadic Colors of #0e165e

#0e165e #5e0e16 #165e0e

Analogous Colors of #0e165e

#0e165e #2e0e5e #0e3e5e

Monochromatic Colors of #0e165e

#0e165e

Complementary Color

#0e165e #5e560e

#0e165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e165e Color CSS Codes

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

#0e165e Text Font Color

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

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


#0e165e Background Color

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

This div background color is #0e165e


#0e165e Border Color

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

This div border color is #0e165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e165e


Comments

No comments written yet.

Please login to write comment.