Color Hex Logo

#001109 Color Hex

#001109
(0,17,9)
0 Favorites   0 Comments

Color spaces of #001109

RGB 0179
HSL0.421.000.03
HSV152°100°
CMYK 1.000.000.47   0.93
XYZ0.24980.42060.3265
Yxy0.42060.25060.4219
Hunter Lab6.4854-4.47401.5549
CIE-Lab3.7992-6.14331.8804

#001109 color RGB value is (0,17,9).

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

The process color (four color CMYK) of #001109 color hex is 1.00, 0.00, 0.47, 0.93. Web safe color of #001109 is #000000. Color #001109 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 00001001
Octal 0 21 11
Decimal 0 17 9
Hex 0 11 9

RGB Percentages of Color #001109

%0.00
%65.38
%34.62

CMYK Percentages of Color #001109

%100
%0
%47
%93

Triadic Colors of #001109

#001109 #090011 #110900

Analogous Colors of #001109

#001109 #001111 #001100

Monochromatic Colors of #001109

#001109

Complementary Color

#001109 #110008

#001109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001109 Color CSS Codes

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

#001109 Text Font Color

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

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


#001109 Background Color

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

This div background color is #001109


#001109 Border Color

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

This div border color is #001109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001109


Comments

No comments written yet.

Please login to write comment.