COLOR #011431

HEX: #011431
RGB: (1,20,49)

Color info

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

RGB color model

#011431 color RGB value is (1,20,49).

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

RGB channels and saturation

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

1
20
49

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

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 49 = 70 (100%)
R 1 of 70 ~ 1.43%
G 20 of 70 ~ 28.57%
B 49 of 70 ~ 70%

%28.57
%70

CMYK color model

#011431 color CMYK value is (98,59,0,81).

  • cyan value is 97.96%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(98,59,0,81)
C98M59Y0K81 
(98%,59%,0%,81%)
(0.98/0.59/0.00/0.81)	

CMYK percentages

%97.96
%59.18
%0
%80.78

Codes

Color #011431 in popluar color models

011431
RGB12049
HSL216°96.00%9.80%
HSB/HSV216°97.96%19.22%
CMYK97.96%59.18%0.00%
80.78%

Color #011431 in popluar number systems.

HEX011431
Decimal12049
Binary110100110001
Octal12461

Shades and tints

Shades of #011431

#011431
(1,20,49)
#01132D
(1,19,45)
#011229
(1,18,41)
#011125
(1,17,37)
#011021
(1,16,33)
#010F1D
(1,15,29)
#010E19
(1,14,25)
#010D15
(1,13,21)
#010C11
(1,12,17)
#010B0D
(1,11,13)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #011431

#011431
(1,20,49)
#182943
(24,41,67)
#2F3E55
(47,62,85)
#465367
(70,83,103)
#5D6879
(93,104,121)
#747D8B
(116,125,139)
#8B929D
(139,146,157)
#A2A7AF
(162,167,175)
#B9BCC1
(185,188,193)
#D0D1D3
(208,209,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011431; }

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

This text font color is #011431.


Background Color

.myBgColor { background-color: #011431; }

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

This div background color is #011431.


Border color

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

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

This div border color is #011431.


Opacity

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

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

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

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

This text has shadow with #011431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011431 on black background.


Color preview on white background

This text has color #011431 on white background.



Black color preview on #011431 background

This text has black color on #011431 background.


White color preview on #011431 background

This text has white color on #011431 background.