COLOR #01031E

HEX: #01031E RGB: (1,3,30)

Color info

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

RGB color model

#01031E color RGB value is (1,3,30).

RGB: (1,3,30) (0%, 1%, 12%)

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 30 of 255 = 12%

1
3
30

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

Portions of RGB colors in percentages

R + G + B = 1 + 3 + 30 = 34 (100%)
R 1 of 34 ~ 2.94%
G 3 of 34 ~ 8.82%
B 30 of 34 ~ 88.24'%

%88.24

CMYK color model

#01031E color CMYK value is (97,90,0,88).

  • cyan value is 96.67%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (97,90,0,88)
C97M90Y0K88 (97%, 90%, 0%, 88%)
(0.97 / 0.90 / 0.00 / 0.88)

CMYK percentages

%96.67
%90
%0
%88.24

Codes

Color #01031E in popluar color models

01 03 1E
RGB 1 3 30
HSL 236° 93.55% 6.08%
HSB/HSV 236° 96.67% 11.76%
CMYK 96.67% 90.00% 0.00%
88.24%

Color #01031E in popluar number systems.

HEX 01 03 1E
Decimal 1 3 30
Binary 1 11 11110
Octal 1 3 36

Shades and tints

Shades of #01031E

#01031E
(1,3,30)
#01031C
(1,3,28)
#01031A
(1,3,26)
#010318
(1,3,24)
#010316
(1,3,22)
#010314
(1,3,20)
#010312
(1,3,18)
#010310
(1,3,16)
#01030E
(1,3,14)
#01030C
(1,3,12)
#01030A
(1,3,10)
#000000
(0,0,0)

Tints of #01031E

#01031E
(1,3,30)
#181932
(24,25,50)
#2F2F46
(47,47,70)
#46455A
(70,69,90)
#5D5B6E
(93,91,110)
#747182
(116,113,130)
#8B8796
(139,135,150)
#A29DAA
(162,157,170)
#B9B3BE
(185,179,190)
#D0C9D2
(208,201,210)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01031E; }

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

This text font color is #01031E.

Background Color

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

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

This div background color is #01031E.

Border color

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

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

This div border color is #01031E.

Opacity

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

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

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

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

This text has shadow with #01031E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01031E.

Preview

Color preview on black background

This text has color #01031E on black background.


Color preview on white background

This text has color #01031E on white background.


Black color preview on #01031E background

This text has black color on #01031E background.


White color preview on #01031E background

This text has white color on #01031E background.


Related colors

Complementary color

Complementary color for #hex is #FEFCE1.


I love getcolorcode.com

Triadic colors

1 #1E0103 and #031E01 with #01031E are triadic colors.

2 #1E0301 and #03011E with #01031E are triadic colors.