Color Hex Logo

#000912 Color Hex

#000912
(0,9,18)
0 Favorites   0 Comments

Color spaces of #000912

RGB 0918
HSL0.581.000.04
HSV210°100°
CMYK 1.000.500.00   0.93
XYZ0.20690.23900.6075
Yxy0.23900.19640.2269
Hunter Lab4.8888-1.0009-3.9455
CIE-Lab2.1589-0.8300-4.9671

#000912 color RGB value is (0,9,18).

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

The process color (four color CMYK) of #000912 color hex is 1.00, 0.50, 0.00, 0.93. Web safe color of #000912 is #000000. Color #000912 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001001 00010010
Octal 0 11 22
Decimal 0 9 18
Hex 0 9 12

RGB Percentages of Color #000912

%0.00
%33.33
%66.67

CMYK Percentages of Color #000912

%100
%50
%0
%93

Triadic Colors of #000912

#000912 #120009 #091200

Analogous Colors of #000912

#000912 #000012 #001212

Monochromatic Colors of #000912

#000912

Complementary Color

#000912 #120900

#000912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000912 Color CSS Codes

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

#000912 Text Font Color

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

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


#000912 Background Color

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

This div background color is #000912


#000912 Border Color

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

This div border color is #000912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000912


Comments

No comments written yet.

Please login to write comment.