COLOR #01042F

HEX: #01042F RGB: (1,4,47)

Color info

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

RGB color model

#01042F color RGB value is (1,4,47).

RGB: (1,4,47) (0%, 2%, 18%)

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 47 of 255 = 18%

1
4
47

R + G + B ~ 7%. #01042F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 4 + 47 = 52 (100%)
R 1 of 52 ~ 1.92%
G 4 of 52 ~ 7.69%
B 47 of 52 ~ 90.38'%

%90.38

CMYK color model

#01042F color CMYK value is (98,91,0,82).

  • cyan value is 97.87%
  • magenta value is 91.49%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (98,91,0,82)
C98M91Y0K82 (98%, 91%, 0%, 82%)
(0.98 / 0.91 / 0.00 / 0.82)

CMYK percentages

%97.87
%91.49
%0
%81.57

Codes

Color #01042F in popluar color models

01 04 2F
RGB 1 4 47
HSL 236° 95.83% 9.41%
HSB/HSV 236° 97.87% 18.43%
CMYK 97.87% 91.49% 0.00%
81.57%

Color #01042F in popluar number systems.

HEX 01 04 2F
Decimal 1 4 47
Binary 1 100 101111
Octal 1 4 57

Shades and tints

Shades of #01042F

#01042F
(1,4,47)
#01042B
(1,4,43)
#010427
(1,4,39)
#010423
(1,4,35)
#01041F
(1,4,31)
#01041B
(1,4,27)
#010417
(1,4,23)
#010413
(1,4,19)
#01040F
(1,4,15)
#01040B
(1,4,11)
#010407
(1,4,7)
#000000
(0,0,0)

Tints of #01042F

#01042F
(1,4,47)
#181A41
(24,26,65)
#2F3053
(47,48,83)
#464665
(70,70,101)
#5D5C77
(93,92,119)
#747289
(116,114,137)
#8B889B
(139,136,155)
#A29EAD
(162,158,173)
#B9B4BF
(185,180,191)
#D0CAD1
(208,202,209)
#E7E0E3
(231,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01042F color. Also use rgb(1,4,47) instead hex code.

Text Font Color

.myTextColor { color: #01042F; }

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

This text font color is #01042F.

Background Color

.myBgColor { background-color: #01042F; }

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

This div background color is #01042F.

Border color

.myBorderColor { border: 1px solid #01042F; }

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

This div border color is #01042F.

Opacity

.myOpacity80 { color: #01042F; opacity: 0.8; }

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

Text with #01042F 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 #01042F;}

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

This text has shadow with #01042F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01042F.

Preview

Color preview on black background

This text has color #01042F on black background.


Color preview on white background

This text has color #01042F on white background.


Black color preview on #01042F background

This text has black color on #01042F background.


White color preview on #01042F background

This text has white color on #01042F background.


Related colors

Complementary color

Complementary color for #hex is #FEFBD0.


I love getcolorcode.com

Triadic colors

1 #2F0104 and #042F01 with #01042F are triadic colors.

2 #2F0401 and #04012F with #01042F are triadic colors.