COLOR #1C0279

HEX: #1C0279
RGB: (28,2,121)

Color info

#1C0279 contains mainly blue color. Web safe color of #1C0279 is #330066 (or #306).

RGB color model

#1C0279 color RGB value is (28,2,121).

  • red value is 28;
  • green value is 2;
  • blue value is 121.
RGB:
(28,2,121)
(11%,1%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 2 of 255 = 1%
B 121 of 255 = 47%

28
2
121

R + G + B ~ 20%. #1C0279 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 2 + 121 = 151 (100%)
R 28 of 151 ~ 18.54%
G 2 of 151 ~ 1.32%
B 121 of 151 ~ 80.13%

%18.54
%80.13

CMYK color model

#1C0279 color CMYK value is (77,98,0,53).

  • cyan value is 76.86%
  • magenta value is 98.35%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(77,98,0,53)
C77M98Y0K53 
(77%,98%,0%,53%)
(0.77/0.98/0.00/0.53)	

CMYK percentages

%76.86
%98.35
%0
%52.55

Codes

Color #1C0279 in popluar color models

1C0279
RGB282121
HSL253°96.75%24.12%
HSB/HSV253°98.35%47.45%
CMYK76.86%98.35%0.00%
52.55%

Color #1C0279 in popluar number systems.

HEX1C0279
Decimal282121
Binary11100101111001
Octal342171

Shades and tints

Shades of #1C0279

#1C0279
(28,2,121)
#1A026E
(26,2,110)
#180263
(24,2,99)
#160258
(22,2,88)
#14024D
(20,2,77)
#120242
(18,2,66)
#100237
(16,2,55)
#0E022C
(14,2,44)
#0C0221
(12,2,33)
#0A0216
(10,2,22)
#08020B
(8,2,11)
#000000
(0,0,0)

Tints of #1C0279

#1C0279
(28,2,121)
#301985
(48,25,133)
#443091
(68,48,145)
#58479D
(88,71,157)
#6C5EA9
(108,94,169)
#8075B5
(128,117,181)
#948CC1
(148,140,193)
#A8A3CD
(168,163,205)
#BCBAD9
(188,186,217)
#D0D1E5
(208,209,229)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0279 color. Also use rgb(28,2,121) instead hex code.

Text Font Color

.myTextColor { color: #1C0279; }

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

This text font color is #1C0279.


Background Color

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

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

This div background color is #1C0279.


Border color

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

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

This div border color is #1C0279.


Opacity

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

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

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

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

This text has shadow with #1C0279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0279 on black background.


Color preview on white background

This text has color #1C0279 on white background.



Black color preview on #1C0279 background

This text has black color on #1C0279 background.


White color preview on #1C0279 background

This text has white color on #1C0279 background.