COLOR #001031

HEX: #001031
RGB: (0,16,49)

Color info

#001031 contains only green and blue colors. Web safe color of #001031 is #000033 (or #003).

RGB color model

#001031 color RGB value is (0,16,49).

  • red value is 0;
  • green value is 16;
  • blue value is 49.
RGB:
(0,16,49)
(0%,6%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 49 of 255 = 19%

0
16
49

R + G + B ~ 8%. #001031 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 49 = 65 (100%)
R 0 of 65 ~ 0%
G 16 of 65 ~ 24.62%
B 49 of 65 ~ 75.38%

%24.62
%75.38

CMYK color model

#001031 color CMYK value is (100,67,0,81).

  • cyan value is 100.00%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(100,67,0,81)
C100M67Y0K81 
(100%,67%,0%,81%)
(1.00/0.67/0.00/0.81)	

CMYK percentages

%100
%67.35
%0
%80.78

Codes

Color #001031 in popluar color models

001031
RGB01649
HSL220°100.00%9.61%
HSB/HSV220°100.00%19.22%
CMYK100.00%67.35%0.00%
80.78%

Color #001031 in popluar number systems.

HEX001031
Decimal01649
Binary010000110001
Octal02061

Shades and tints

Shades of #001031

#001031
(0,16,49)
#000F2D
(0,15,45)
#000E29
(0,14,41)
#000D25
(0,13,37)
#000C21
(0,12,33)
#000B1D
(0,11,29)
#000A19
(0,10,25)
#000915
(0,9,21)
#000811
(0,8,17)
#00070D
(0,7,13)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #001031

#001031
(0,16,49)
#172543
(23,37,67)
#2E3A55
(46,58,85)
#454F67
(69,79,103)
#5C6479
(92,100,121)
#73798B
(115,121,139)
#8A8E9D
(138,142,157)
#A1A3AF
(161,163,175)
#B8B8C1
(184,184,193)
#CFCDD3
(207,205,211)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001031 color. Also use rgb(0,16,49) instead hex code.

Text Font Color

.myTextColor { color: #001031; }

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

This text font color is #001031.


Background Color

.myBgColor { background-color: #001031; }

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

This div background color is #001031.


Border color

.myBorderColor { border: 1px solid #001031; }

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

This div border color is #001031.


Opacity

.myOpacity80 { color: #001031; opacity: 0.8; }

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

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

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

This text has shadow with #001031 color.

.textShadow {text-shadow: 3px 3px 1px #001031, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001031;
-webkit-box-shadow: 1px 1px 3px 2px #001031;
box-shadow:1px 1px 3px 2px #001031;">
Div content here</div>
This div box has shadow with color #001031.

Preview

Color preview on black background

This text has color #001031 on black background.


Color preview on white background

This text has color #001031 on white background.



Black color preview on #001031 background

This text has black color on #001031 background.


White color preview on #001031 background

This text has white color on #001031 background.