COLOR #001631

HEX: #001631
RGB: (0,22,49)

Color info

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

RGB color model

#001631 color RGB value is (0,22,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 49 of 255 = 19%

0
22
49

R + G + B ~ 9%. #001631 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 49 = 71 (100%)
R 0 of 71 ~ 0%
G 22 of 71 ~ 30.99%
B 49 of 71 ~ 69.01%

%30.99
%69.01

CMYK color model

#001631 color CMYK value is (100,55,0,81).

  • cyan value is 100.00%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(100,55,0,81)
C100M55Y0K81 
(100%,55%,0%,81%)
(1.00/0.55/0.00/0.81)	

CMYK percentages

%100
%55.1
%0
%80.78

Codes

Color #001631 in popluar color models

001631
RGB02249
HSL213°100.00%9.61%
HSB/HSV213°100.00%19.22%
CMYK100.00%55.10%0.00%
80.78%

Color #001631 in popluar number systems.

HEX001631
Decimal02249
Binary010110110001
Octal02661

Shades and tints

Shades of #001631

#001631
(0,22,49)
#00142D
(0,20,45)
#001229
(0,18,41)
#001025
(0,16,37)
#000E21
(0,14,33)
#000C1D
(0,12,29)
#000A19
(0,10,25)
#000815
(0,8,21)
#000611
(0,6,17)
#00040D
(0,4,13)
#000209
(0,2,9)
#000000
(0,0,0)

Tints of #001631

#001631
(0,22,49)
#172B43
(23,43,67)
#2E4055
(46,64,85)
#455567
(69,85,103)
#5C6A79
(92,106,121)
#737F8B
(115,127,139)
#8A949D
(138,148,157)
#A1A9AF
(161,169,175)
#B8BEC1
(184,190,193)
#CFD3D3
(207,211,211)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001631; }

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

This text font color is #001631.


Background Color

.myBgColor { background-color: #001631; }

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

This div background color is #001631.


Border color

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

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

This div border color is #001631.


Opacity

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

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

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

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

This text has shadow with #001631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001631 on black background.


Color preview on white background

This text has color #001631 on white background.



Black color preview on #001631 background

This text has black color on #001631 background.


White color preview on #001631 background

This text has white color on #001631 background.