COLOR #01031D

HEX: #01031D RGB: (1,3,29)

Color info

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

RGB color model

#01031D color RGB value is (1,3,29).

RGB: (1,3,29) (0%, 1%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 29 of 255 = 11%

1
3
29

R + G + B ~ 4%. #01031D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 3 + 29 = 33 (100%)
R 1 of 33 ~ 3.03%
G 3 of 33 ~ 9.09%
B 29 of 33 ~ 87.88'%

%87.88

CMYK color model

#01031D color CMYK value is (97,90,0,89).

  • cyan value is 96.55%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (97,90,0,89)
C97M90Y0K89 (97%, 90%, 0%, 89%)
(0.97 / 0.90 / 0.00 / 0.89)

CMYK percentages

%96.55
%89.66
%0
%88.63

Codes

Color #01031D in popluar color models

01 03 1D
RGB 1 3 29
HSL 236° 93.33% 5.88%
HSB/HSV 236° 96.55% 11.37%
CMYK 96.55% 89.66% 0.00%
88.63%

Color #01031D in popluar number systems.

HEX 01 03 1D
Decimal 1 3 29
Binary 1 11 11101
Octal 1 3 35

Shades and tints

Shades of #01031D

#01031D
(1,3,29)
#01031B
(1,3,27)
#010319
(1,3,25)
#010317
(1,3,23)
#010315
(1,3,21)
#010313
(1,3,19)
#010311
(1,3,17)
#01030F
(1,3,15)
#01030D
(1,3,13)
#01030B
(1,3,11)
#010309
(1,3,9)
#000000
(0,0,0)

Tints of #01031D

#01031D
(1,3,29)
#181931
(24,25,49)
#2F2F45
(47,47,69)
#464559
(70,69,89)
#5D5B6D
(93,91,109)
#747181
(116,113,129)
#8B8795
(139,135,149)
#A29DA9
(162,157,169)
#B9B3BD
(185,179,189)
#D0C9D1
(208,201,209)
#E7DFE5
(231,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01031D color. Also use rgb(1,3,29) instead hex code.

Text Font Color

.myTextColor { color: #01031D; }

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

This text font color is #01031D.

Background Color

.myBgColor { background-color: #01031D; }

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

This div background color is #01031D.

Border color

.myBorderColor { border: 1px solid #01031D; }

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

This div border color is #01031D.

Opacity

.myOpacity80 { color: #01031D; opacity: 0.8; }

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

Text with #01031D 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 #01031D;}

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

This text has shadow with #01031D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01031D.

Preview

Color preview on black background

This text has color #01031D on black background.


Color preview on white background

This text has color #01031D on white background.


Black color preview on #01031D background

This text has black color on #01031D background.


White color preview on #01031D background

This text has white color on #01031D background.


Related colors

Complementary color

Complementary color for #hex is #FEFCE2.


I love getcolorcode.com

Triadic colors

1 #1D0103 and #031D01 with #01031D are triadic colors.

2 #1D0301 and #03011D with #01031D are triadic colors.