COLOR #010147

HEX: #010147
RGB: (1,1,71)

Color info

#010147 contains mainly blue color. Web safe color of #010147 is #000033 (or #003).

RGB color model

#010147 color RGB value is (1,1,71).

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

RGB channels and saturation

R 1 of 255 = 0%
G 1 of 255 = 0%
B 71 of 255 = 28%

1
1
71

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

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 71 = 73 (100%)
R 1 of 73 ~ 1.37%
G 1 of 73 ~ 1.37%
B 71 of 73 ~ 97.26%

%97.26

CMYK color model

#010147 color CMYK value is (99,99,0,72).

  • cyan value is 98.59%
  • magenta value is 98.59%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(99,99,0,72)
C99M99Y0K72 
(99%,99%,0%,72%)
(0.99/0.99/0.00/0.72)	

CMYK percentages

%98.59
%98.59
%0
%72.16

Codes

Color #010147 in popluar color models

010147
RGB1171
HSL240°97.22%14.12%
HSB/HSV240°98.59%27.84%
CMYK98.59%98.59%0.00%
72.16%

Color #010147 in popluar number systems.

HEX010147
Decimal1171
Binary111000111
Octal11107

Shades and tints

Shades of #010147

#010147
(1,1,71)
#010141
(1,1,65)
#01013B
(1,1,59)
#010135
(1,1,53)
#01012F
(1,1,47)
#010129
(1,1,41)
#010123
(1,1,35)
#01011D
(1,1,29)
#010117
(1,1,23)
#010111
(1,1,17)
#01010B
(1,1,11)
#000000
(0,0,0)

Tints of #010147

#010147
(1,1,71)
#181857
(24,24,87)
#2F2F67
(47,47,103)
#464677
(70,70,119)
#5D5D87
(93,93,135)
#747497
(116,116,151)
#8B8BA7
(139,139,167)
#A2A2B7
(162,162,183)
#B9B9C7
(185,185,199)
#D0D0D7
(208,208,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010147; }

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

This text font color is #010147.


Background Color

.myBgColor { background-color: #010147; }

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

This div background color is #010147.


Border color

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

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

This div border color is #010147.


Opacity

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

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

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

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

This text has shadow with #010147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010147 on black background.


Color preview on white background

This text has color #010147 on white background.



Black color preview on #010147 background

This text has black color on #010147 background.


White color preview on #010147 background

This text has white color on #010147 background.