COLOR #011E05

HEX: #011E05 RGB: (1,30,5)

Color info

#011E05 contains red, green and blue colors in about the same proportion. Web safe color of #011E05 is #003300 (or #030).

RGB color model

#011E05 color RGB value is (1,30,5).

RGB: (1,30,5) (0%, 12%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 5 of 255 = 2%

1
30
5

R + G + B ~ 5%. #011E05 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 30 + 5 = 36 (100%)
R 1 of 36 ~ 2.78%
G 30 of 36 ~ 83.33%
B 5 of 36 ~ 13.89'%

%83.33
%13.89

CMYK color model

#011E05 color CMYK value is (97,0,83,88).

  • cyan value is 96.67%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 88.24%
CMYK: (97,0,83,88) C97M0Y83K88 (97%,0%,83%,88%) (0.97/0.00/0.83/0.88) 

CMYK percentages

%96.67
%0
%83.33
%88.24

Codes

Color #011E05 in popluar color models

01 1E 05
RGB 1 30 5
HSL 128° 93.55% 6.08%
HSB/HSV 128° 96.67% 11.76%
CMYK 96.67% 0.00% 83.33%
88.24%

Color #011E05 in popluar number systems.

HEX 01 1E 05
Decimal 1 30 5
Binary 1 11110 101
Octal 1 36 5

Shades and tints

Shades of #011E05

#011E05
(1,30,5)
#011C05
(1,28,5)
#011A05
(1,26,5)
#011805
(1,24,5)
#011605
(1,22,5)
#011405
(1,20,5)
#011205
(1,18,5)
#011005
(1,16,5)
#010E05
(1,14,5)
#010C05
(1,12,5)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #011E05

#011E05
(1,30,5)
#18321B
(24,50,27)
#2F4631
(47,70,49)
#465A47
(70,90,71)
#5D6E5D
(93,110,93)
#748273
(116,130,115)
#8B9689
(139,150,137)
#A2AA9F
(162,170,159)
#B9BEB5
(185,190,181)
#D0D2CB
(208,210,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011E05 color. Also use rgb(1,30,5) instead hex code.

Text Font Color

.myTextColor { color: #011E05; }

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

This text font color is #011E05.

Background Color

.myBgColor { background-color: #011E05; }

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

This div background color is #011E05.

Border color

.myBorderColor { border: 1px solid #011E05; }

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

This div border color is #011E05.

Opacity

.myOpacity80 { color: #011E05; opacity: 0.8; }

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

Text with #011E05 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 #011E05;}

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

This text has shadow with #011E05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011E05.

Preview

Color preview on black background

This text has color #011E05 on black background.


Color preview on white background

This text has color #011E05 on white background.


Black color preview on #011E05 background

This text has black color on #011E05 background.


White color preview on #011E05 background

This text has white color on #011E05 background.


Related colors

Complementary color

Complementary color for #hex is #FEE1FA.


I love getcolorcode.com

Triadic colors

1 #05011E and #1E0501 with #011E05 are triadic colors.

2 #051E01 and #1E0105 with #011E05 are triadic colors.