COLOR #001431

HEX: #001431
RGB: (0,20,49)

Color info

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

RGB color model

#001431 color RGB value is (0,20,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 49 of 255 = 19%

0
20
49

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

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 49 = 69 (100%)
R 0 of 69 ~ 0%
G 20 of 69 ~ 28.99%
B 49 of 69 ~ 71.01%

%28.99
%71.01

CMYK color model

#001431 color CMYK value is (100,59,0,81).

  • cyan value is 100.00%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(100,59,0,81)
C100M59Y0K81 
(100%,59%,0%,81%)
(1.00/0.59/0.00/0.81)	

CMYK percentages

%100
%59.18
%0
%80.78

Codes

Color #001431 in popluar color models

001431
RGB02049
HSL216°100.00%9.61%
HSB/HSV216°100.00%19.22%
CMYK100.00%59.18%0.00%
80.78%

Color #001431 in popluar number systems.

HEX001431
Decimal02049
Binary010100110001
Octal02461

Shades and tints

Shades of #001431

#001431
(0,20,49)
#00132D
(0,19,45)
#001229
(0,18,41)
#001125
(0,17,37)
#001021
(0,16,33)
#000F1D
(0,15,29)
#000E19
(0,14,25)
#000D15
(0,13,21)
#000C11
(0,12,17)
#000B0D
(0,11,13)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #001431

#001431
(0,20,49)
#172943
(23,41,67)
#2E3E55
(46,62,85)
#455367
(69,83,103)
#5C6879
(92,104,121)
#737D8B
(115,125,139)
#8A929D
(138,146,157)
#A1A7AF
(161,167,175)
#B8BCC1
(184,188,193)
#CFD1D3
(207,209,211)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001431; }

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

This text font color is #001431.


Background Color

.myBgColor { background-color: #001431; }

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

This div background color is #001431.


Border color

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

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

This div border color is #001431.


Opacity

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

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

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

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

This text has shadow with #001431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001431 on black background.


Color preview on white background

This text has color #001431 on white background.



Black color preview on #001431 background

This text has black color on #001431 background.


White color preview on #001431 background

This text has white color on #001431 background.