Color Hex Logo

#000e60 Color Hex

#000E60
(0,14,96)
0 Favorites   0 Comments

Color spaces of #000e60

RGB 01496
HSL0.641.000.19
HSV231°100°38°
CMYK 1.000.850.00   0.62
XYZ2.26841.158611.1704
Yxy1.15860.15540.0794
Hunter Lab10.763818.7809-53.9948
CIE-Lab10.248430.8166-48.3708

#000e60 color RGB value is (0,14,96).

#000e60 hex color red value is 0, green value is 14 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #000e60 hue: 0.64 , saturation: 1.00 and the lightness value of 000e60 is 0.19.

The process color (four color CMYK) of #000e60 color hex is 1.00, 0.85, 0.00, 0.62. Web safe color of #000e60 is #000066. Color #000e60 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001110 01100000
Octal 0 16 140
Decimal 0 14 96
Hex 0 E 60

RGB Percentages of Color #000e60

%0.00
%12.73
%87.27

CMYK Percentages of Color #000e60

%100
%85
%0
%62

Triadic Colors of #000e60

#000e60 #60000e #0e6000

Analogous Colors of #000e60

#000e60 #220060 #003e60

Monochromatic Colors of #000e60

#000e60

Complementary Color

#000e60 #605200

#000e60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000e60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000e60 Color CSS Codes

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

#000e60 Text Font Color

<p style="color:#000e60">Text here</p>

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


#000e60 Background Color

<div style="background-color:#000e60">
Div content here</div>

This div background color is #000e60


#000e60 Border Color

<div style="border:3px solid #000e60">
Div here</div>

This div border color is #000e60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000e60


Comments

No comments written yet.

Please login to write comment.