Color Hex Logo

#001307 Color Hex

#001307
(0,19,7)
0 Favorites   0 Comments

Color spaces of #001307

RGB 0197
HSL0.391.000.04
HSV142°100°
CMYK 1.000.000.63   0.93
XYZ0.27120.48110.2796
Yxy0.48110.26280.4662
Hunter Lab6.9361-5.15902.4653
CIE-Lab4.3457-7.62223.4934

#001307 color RGB value is (0,19,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 00000111
Octal 0 23 7
Decimal 0 19 7
Hex 0 13 7

RGB Percentages of Color #001307

%0.00
%73.08
%26.92

CMYK Percentages of Color #001307

%100
%0
%63
%93

Triadic Colors of #001307

#001307 #070013 #130700

Analogous Colors of #001307

#001307 #001311 #031300

Monochromatic Colors of #001307

#001307

Complementary Color

#001307 #13000c

#001307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001307 Color CSS Codes

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

#001307 Text Font Color

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

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


#001307 Background Color

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

This div background color is #001307


#001307 Border Color

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

This div border color is #001307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001307


Comments

No comments written yet.

Please login to write comment.