Color Hex Logo

#0e119a Color Hex

#0E119A
(14,17,154)
0 Favorites   0 Comments

Color spaces of #0e119a

RGB 1417154
HSL0.660.830.33
HSV239°91°60°
CMYK 0.910.890.00   0.40
XYZ6.21432.827430.7901
Yxy2.82740.15600.0710
Hunter Lab16.814936.5425-96.7969
CIE-Lab19.339049.1056-70.3453

#0e119a color RGB value is (14,17,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00010001 10011010
Octal 16 21 232
Decimal 14 17 154
Hex E 11 9A

RGB Percentages of Color #0e119a

%7.57
%9.19
%83.24

CMYK Percentages of Color #0e119a

%91
%89
%0
%40

Triadic Colors of #0e119a

#0e119a #9a0e11 #119a0e

Analogous Colors of #0e119a

#0e119a #510e9a #0e579a

Monochromatic Colors of #0e119a

#0e119a

Complementary Color

#0e119a #9a970e

#0e119a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e119a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e119a Color CSS Codes

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

#0e119a Text Font Color

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

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


#0e119a Background Color

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

This div background color is #0e119a


#0e119a Border Color

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

This div border color is #0e119a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e119a


Comments

No comments written yet.

Please login to write comment.