Color Hex Logo

#000914 Color Hex

#000914
(0,9,20)
0 Favorites   0 Comments

Color spaces of #000914

RGB 0920
HSL0.591.000.04
HSV213°100°
CMYK 1.000.550.00   0.92
XYZ0.22400.24590.6975
Yxy0.24590.19190.2106
Hunter Lab4.9588-0.6148-4.8684
CIE-Lab2.2212-0.3982-6.1470

#000914 color RGB value is (0,9,20).

#000914 hex color red value is 0, green value is 9 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #000914 hue: 0.59 , saturation: 1.00 and the lightness value of 000914 is 0.04.

The process color (four color CMYK) of #000914 color hex is 1.00, 0.55, 0.00, 0.92. Web safe color of #000914 is #000000. Color #000914 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001001 00010100
Octal 0 11 24
Decimal 0 9 20
Hex 0 9 14

RGB Percentages of Color #000914

%0.00
%31.03
%68.97

CMYK Percentages of Color #000914

%100
%55
%0
%92

Triadic Colors of #000914

#000914 #140009 #091400

Analogous Colors of #000914

#000914 #010014 #001314

Monochromatic Colors of #000914

#000914

Complementary Color

#000914 #140b00

#000914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000914 Color CSS Codes

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

#000914 Text Font Color

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

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


#000914 Background Color

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

This div background color is #000914


#000914 Border Color

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

This div border color is #000914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,9,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000914;
  -webkit-box-shadow: 1px 1px 3px 2px #000914;
  box-shadow:         1px 1px 3px 2px #000914; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000914


Comments

No comments written yet.

Please login to write comment.