COLOR #001307

HEX: #001307 RGB: (0,19,7)

Color info

#001307 contains only green and blue colors. Web safe color of #001307 is #000000 (or #000).

RGB color model

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

RGB: (0,19,7) (0%, 7%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 7 of 255 = 3%

0
19
7

R + G + B ~ 3%. #001307 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 19 + 7 = 26 (100%)
R 0 of 26 ~ 0%
G 19 of 26 ~ 73.08%
B 7 of 26 ~ 26.92'%

%73.08
%26.92

CMYK color model

#001307 color CMYK value is (100,0,63,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK: (100,0,63,93) C100M0Y63K93 (100%,0%,63%,93%) (1.00/0.00/0.63/0.93) 

CMYK percentages

%100
%0
%63.16
%92.55

Codes

Color #001307 in popluar color models

00 13 07
RGB 0 19 7
HSL 142° 100.00% 3.73%
HSB/HSV 142° 100.00% 7.45%
CMYK 100.00% 0.00% 63.16%
92.55%

Color #001307 in popluar number systems.

HEX 00 13 07
Decimal 0 19 7
Binary 0 10011 111
Octal 0 23 7

Shades and tints

Shades of #001307

#001307
(0,19,7)
#001207
(0,18,7)
#001107
(0,17,7)
#001007
(0,16,7)
#000F07
(0,15,7)
#000E07
(0,14,7)
#000D07
(0,13,7)
#000C07
(0,12,7)
#000B07
(0,11,7)
#000A07
(0,10,7)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #001307

#001307
(0,19,7)
#17281D
(23,40,29)
#2E3D33
(46,61,51)
#455249
(69,82,73)
#5C675F
(92,103,95)
#737C75
(115,124,117)
#8A918B
(138,145,139)
#A1A6A1
(161,166,161)
#B8BBB7
(184,187,183)
#CFD0CD
(207,208,205)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001307 color. Also use rgb(0,19,7) instead hex code.

Text Font Color

.myTextColor { color: #001307; }

<p style="color:#001307">This sample text font color is #001307.</p>

This text font color is #001307.

Background Color

.myBgColor { background-color: #001307; }

<div style="background-color:#001307">Inner text</div>

This div background color is #001307.

Border color

.myBorderColor { border: 1px solid #001307; }

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

This div border color is #001307.

Opacity

.myOpacity80 { color: #001307; opacity: 0.8; }

<p style="color:#001307;opacity:0.8;">80%</p>

Text with #001307 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #001307;}

<p style="text-shadow: 3px 3px 1px #001307">Text here.</p>

This text has shadow with #001307 color.


.textShadow {text-shadow: 3px 3px 1px #001307', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #001307, 5px 5px 20px red">Text here.</p>

This text has shadow with #001307 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001307, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#001307, Direction=45, Strength=4)">Text</p>

This text has shadow with #001307 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #001307;
-webkit-box-shadow: 1px 1px 3px 2px #001307;
box-shadow: 1px 1px 3px 2px #001307;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #001307 on black background.


Color preview on white background

This text has color #001307 on white background.


Black color preview on #001307 background

This text has black color on #001307 background.


White color preview on #001307 background

This text has white color on #001307 background.


Related colors

Complementary color

Complementary color for #hex is #FFECF8.


I love getcolorcode.com

Triadic colors

1 #070013 and #130700 with #001307 are triadic colors.

2 #071300 and #130007 with #001307 are triadic colors.