COLOR #1C0647

HEX: #1C0647
RGB: (28,6,71)

Color info

#1C0647 contains mainly red and blue colors. Web safe color of #1C0647 is #330033 (or #303).

RGB color model

#1C0647 color RGB value is (28,6,71).

  • red value is 28;
  • green value is 6;
  • blue value is 71.
RGB:
(28,6,71)
(11%,2%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 6 of 255 = 2%
B 71 of 255 = 28%

28
6
71

R + G + B ~ 14%. #1C0647 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 6 + 71 = 105 (100%)
R 28 of 105 ~ 26.67%
G 6 of 105 ~ 5.71%
B 71 of 105 ~ 67.62%

%26.67
%67.62

CMYK color model

#1C0647 color CMYK value is (61,92,0,72).

  • cyan value is 60.56%
  • magenta value is 91.55%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(61,92,0,72)
C61M92Y0K72 
(61%,92%,0%,72%)
(0.61/0.92/0.00/0.72)	

CMYK percentages

%60.56
%91.55
%0
%72.16

Codes

Color #1C0647 in popluar color models

1C0647
RGB28671
HSL260°84.42%15.10%
HSB/HSV260°91.55%27.84%
CMYK60.56%91.55%0.00%
72.16%

Color #1C0647 in popluar number systems.

HEX1C0647
Decimal28671
Binary111001101000111
Octal346107

Shades and tints

Shades of #1C0647

#1C0647
(28,6,71)
#1A0641
(26,6,65)
#18063B
(24,6,59)
#160635
(22,6,53)
#14062F
(20,6,47)
#120629
(18,6,41)
#100623
(16,6,35)
#0E061D
(14,6,29)
#0C0617
(12,6,23)
#0A0611
(10,6,17)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #1C0647

#1C0647
(28,6,71)
#301C57
(48,28,87)
#443267
(68,50,103)
#584877
(88,72,119)
#6C5E87
(108,94,135)
#807497
(128,116,151)
#948AA7
(148,138,167)
#A8A0B7
(168,160,183)
#BCB6C7
(188,182,199)
#D0CCD7
(208,204,215)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0647; }

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

This text font color is #1C0647.


Background Color

.myBgColor { background-color: #1C0647; }

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

This div background color is #1C0647.


Border color

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

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

This div border color is #1C0647.


Opacity

.myOpacity80 { color: #1C0647; opacity: 0.8; }

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

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

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

This text has shadow with #1C0647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0647 on black background.


Color preview on white background

This text has color #1C0647 on white background.



Black color preview on #1C0647 background

This text has black color on #1C0647 background.


White color preview on #1C0647 background

This text has white color on #1C0647 background.