COLOR #001C07

HEX: #001C07 RGB: (0,28,7)

Color info

#001C07 contains only green and blue colors. Web safe color of #001C07 is #003300 (or #030).

RGB color model

#001C07 color RGB value is (0,28,7).

RGB: (0,28,7) (0%, 11%, 3%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 7 of 255 = 3%

0
28
7

R + G + B ~ 5%. #001C07 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 28 + 7 = 35 (100%)
R 0 of 35 ~ 0%
G 28 of 35 ~ 80%
B 7 of 35 ~ 20'%

%80
%20

CMYK color model

#001C07 color CMYK value is (100,0,75,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 89.02%

CMYK: (100,0,75,89)
C100M0Y75K89 (100%, 0%, 75%, 89%)
(1.00 / 0.00 / 0.75 / 0.89)

CMYK percentages

%100
%0
%75
%89.02

Codes

Color #001C07 in popluar color models

00 1C 07
RGB 0 28 7
HSL 135° 100.00% 5.49%
HSB/HSV 135° 100.00% 10.98%
CMYK 100.00% 0.00% 75.00%
89.02%

Color #001C07 in popluar number systems.

HEX 00 1C 07
Decimal 0 28 7
Binary 0 11100 111
Octal 0 34 7

Shades and tints

Shades of #001C07

#001C07
(0,28,7)
#001A07
(0,26,7)
#001807
(0,24,7)
#001607
(0,22,7)
#001407
(0,20,7)
#001207
(0,18,7)
#001007
(0,16,7)
#000E07
(0,14,7)
#000C07
(0,12,7)
#000A07
(0,10,7)
#000807
(0,8,7)
#000000
(0,0,0)

Tints of #001C07

#001C07
(0,28,7)
#17301D
(23,48,29)
#2E4433
(46,68,51)
#455849
(69,88,73)
#5C6C5F
(92,108,95)
#738075
(115,128,117)
#8A948B
(138,148,139)
#A1A8A1
(161,168,161)
#B8BCB7
(184,188,183)
#CFD0CD
(207,208,205)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001C07; }

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

This text font color is #001C07.

Background Color

.myBgColor { background-color: #001C07; }

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

This div background color is #001C07.

Border color

.myBorderColor { border: 1px solid #001C07; }

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

This div border color is #001C07.

Opacity

.myOpacity80 { color: #001C07; opacity: 0.8; }

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

Text with #001C07 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 #001C07;}

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

This text has shadow with #001C07 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001C07; -webkit-box-shadow: 1px 1px 3px 2px #001C07; box-shadow:1px 1px 3px 2px #001C07;">
Div content here
</div>

This div box has shadow with color #001C07.

Preview

Color preview on black background

This text has color #001C07 on black background.


Color preview on white background

This text has color #001C07 on white background.


Black color preview on #001C07 background

This text has black color on #001C07 background.


White color preview on #001C07 background

This text has white color on #001C07 background.


Related colors

Complementary color

Complementary color for #hex is #FFE3F8.


I love getcolorcode.com

Triadic colors

1 #07001C and #1C0700 with #001C07 are triadic colors.

2 #071C00 and #1C0007 with #001C07 are triadic colors.