Color Hex Logo

#0e119c Color Hex

#0E119C
(14,17,156)
0 Favorites   0 Comments

Color spaces of #0e119c

RGB 1417156
HSL0.660.840.33
HSV239°91°61°
CMYK 0.910.890.00   0.39
XYZ6.38232.894631.6748
Yxy2.89460.15580.0707
Hunter Lab17.013537.1872-98.4732
CIE-Lab19.616749.7073-71.1118

#0e119c color RGB value is (14,17,156).

#0e119c hex color red value is 14, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #0e119c hue: 0.66 , saturation: 0.84 and the lightness value of 0e119c is 0.33.

The process color (four color CMYK) of #0e119c color hex is 0.91, 0.89, 0.00, 0.39. Web safe color of #0e119c is #000099. Color #0e119c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010001 10011100
Octal 16 21 234
Decimal 14 17 156
Hex E 11 9C

RGB Percentages of Color #0e119c

%7.49
%9.09
%83.42

CMYK Percentages of Color #0e119c

%91
%89
%0
%39

Triadic Colors of #0e119c

#0e119c #9c0e11 #119c0e

Analogous Colors of #0e119c

#0e119c #520e9c #0e589c

Monochromatic Colors of #0e119c

#0e119c

Complementary Color

#0e119c #9c990e

#0e119c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e119c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e119c Color CSS Codes

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

#0e119c Text Font Color

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

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


#0e119c Background Color

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

This div background color is #0e119c


#0e119c Border Color

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

This div border color is #0e119c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e119c


Comments

No comments written yet.

Please login to write comment.