COLOR #01041C

HEX: #01041C RGB: (1,4,28)

Color info

#01041C contains red, green and blue colors in about the same proportion. Web safe color of #01041C is #000033 (or #003).

RGB color model

#01041C color RGB value is (1,4,28).

RGB: (1,4,28) (0%, 2%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 28 of 255 = 11%

1
4
28

R + G + B ~ 4%. #01041C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 4 + 28 = 33 (100%)
R 1 of 33 ~ 3.03%
G 4 of 33 ~ 12.12%
B 28 of 33 ~ 84.85'%

%12.12
%84.85

CMYK color model

#01041C color CMYK value is (96,86,0,89).

  • cyan value is 96.43%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (96,86,0,89)
C96M86Y0K89 (96%, 86%, 0%, 89%)
(0.96 / 0.86 / 0.00 / 0.89)

CMYK percentages

%96.43
%85.71
%0
%89.02

Codes

Color #01041C in popluar color models

01 04 1C
RGB 1 4 28
HSL 233° 93.10% 5.69%
HSB/HSV 233° 96.43% 10.98%
CMYK 96.43% 85.71% 0.00%
89.02%

Color #01041C in popluar number systems.

HEX 01 04 1C
Decimal 1 4 28
Binary 1 100 11100
Octal 1 4 34

Shades and tints

Shades of #01041C

#01041C
(1,4,28)
#01041A
(1,4,26)
#010418
(1,4,24)
#010416
(1,4,22)
#010414
(1,4,20)
#010412
(1,4,18)
#010410
(1,4,16)
#01040E
(1,4,14)
#01040C
(1,4,12)
#01040A
(1,4,10)
#010408
(1,4,8)
#000000
(0,0,0)

Tints of #01041C

#01041C
(1,4,28)
#181A30
(24,26,48)
#2F3044
(47,48,68)
#464658
(70,70,88)
#5D5C6C
(93,92,108)
#747280
(116,114,128)
#8B8894
(139,136,148)
#A29EA8
(162,158,168)
#B9B4BC
(185,180,188)
#D0CAD0
(208,202,208)
#E7E0E4
(231,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01041C color. Also use rgb(1,4,28) instead hex code.

Text Font Color

.myTextColor { color: #01041C; }

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

This text font color is #01041C.

Background Color

.myBgColor { background-color: #01041C; }

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

This div background color is #01041C.

Border color

.myBorderColor { border: 1px solid #01041C; }

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

This div border color is #01041C.

Opacity

.myOpacity80 { color: #01041C; opacity: 0.8; }

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

Text with #01041C 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 #01041C;}

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

This text has shadow with #01041C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01041C.

Preview

Color preview on black background

This text has color #01041C on black background.


Color preview on white background

This text has color #01041C on white background.


Black color preview on #01041C background

This text has black color on #01041C background.


White color preview on #01041C background

This text has white color on #01041C background.


Related colors

Complementary color

Complementary color for #01041C is #FEFBE3.


I love getcolorcode.com

Triadic colors

1 #1C0104 and #041C01 with #01041C are triadic colors.

2 #1C0401 and #04011C with #01041C are triadic colors.