COLOR #010031

HEX: #010031
RGB: (1,0,49)

Color info

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

RGB color model

#010031 color RGB value is (1,0,49).

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

RGB channels and saturation

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

1
0
49

R + G + B ~ 6%. #010031 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 49 = 50 (100%)
R 1 of 50 ~ 2%
G 0 of 50 ~ 0%
B 49 of 50 ~ 98%

%98

CMYK color model

#010031 color CMYK value is (98,100,0,81).

  • cyan value is 97.96%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(98,100,0,81)
C98M100Y0K81 
(98%,100%,0%,81%)
(0.98/1.00/0.00/0.81)	

CMYK percentages

%97.96
%100
%0
%80.78

Codes

Color #010031 in popluar color models

010031
RGB1049
HSL241°100.00%9.61%
HSB/HSV241°100.00%19.22%
CMYK97.96%100.00%0.00%
80.78%

Color #010031 in popluar number systems.

HEX010031
Decimal1049
Binary10110001
Octal1061

Shades and tints

Shades of #010031

#010031
(1,0,49)
#01002D
(1,0,45)
#010029
(1,0,41)
#010025
(1,0,37)
#010021
(1,0,33)
#01001D
(1,0,29)
#010019
(1,0,25)
#010015
(1,0,21)
#010011
(1,0,17)
#01000D
(1,0,13)
#010009
(1,0,9)
#000000
(0,0,0)

Tints of #010031

#010031
(1,0,49)
#181743
(24,23,67)
#2F2E55
(47,46,85)
#464567
(70,69,103)
#5D5C79
(93,92,121)
#74738B
(116,115,139)
#8B8A9D
(139,138,157)
#A2A1AF
(162,161,175)
#B9B8C1
(185,184,193)
#D0CFD3
(208,207,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010031; }

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

This text font color is #010031.


Background Color

.myBgColor { background-color: #010031; }

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

This div background color is #010031.


Border color

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

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

This div border color is #010031.


Opacity

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

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

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

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

This text has shadow with #010031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010031 on black background.


Color preview on white background

This text has color #010031 on white background.



Black color preview on #010031 background

This text has black color on #010031 background.


White color preview on #010031 background

This text has white color on #010031 background.