COLOR #1C027D

HEX: #1C027D
RGB: (28,2,125)

Color info

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

RGB color model

#1C027D color RGB value is (28,2,125).

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

RGB channels and saturation

R 28 of 255 = 11%
G 2 of 255 = 1%
B 125 of 255 = 49%

28
2
125

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

Portions of RGB colors in percentages

R + G + B =
28 + 2 + 125 = 155 (100%)
R 28 of 155 ~ 18.06%
G 2 of 155 ~ 1.29%
B 125 of 155 ~ 80.65%

%18.06
%80.65

CMYK color model

#1C027D color CMYK value is (78,98,0,51).

  • cyan value is 77.60%
  • magenta value is 98.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(78,98,0,51)
C78M98Y0K51 
(78%,98%,0%,51%)
(0.78/0.98/0.00/0.51)	

CMYK percentages

%77.6
%98.4
%0
%50.98

Codes

Color #1C027D in popluar color models

1C027D
RGB282125
HSL253°96.85%24.90%
HSB/HSV253°98.40%49.02%
CMYK77.60%98.40%0.00%
50.98%

Color #1C027D in popluar number systems.

HEX1C027D
Decimal282125
Binary11100101111101
Octal342175

Shades and tints

Shades of #1C027D

#1C027D
(28,2,125)
#1A0272
(26,2,114)
#180267
(24,2,103)
#16025C
(22,2,92)
#140251
(20,2,81)
#120246
(18,2,70)
#10023B
(16,2,59)
#0E0230
(14,2,48)
#0C0225
(12,2,37)
#0A021A
(10,2,26)
#08020F
(8,2,15)
#000000
(0,0,0)

Tints of #1C027D

#1C027D
(28,2,125)
#301988
(48,25,136)
#443093
(68,48,147)
#58479E
(88,71,158)
#6C5EA9
(108,94,169)
#8075B4
(128,117,180)
#948CBF
(148,140,191)
#A8A3CA
(168,163,202)
#BCBAD5
(188,186,213)
#D0D1E0
(208,209,224)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C027D; }

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

This text font color is #1C027D.


Background Color

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

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

This div background color is #1C027D.


Border color

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

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

This div border color is #1C027D.


Opacity

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

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

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

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

This text has shadow with #1C027D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C027D on black background.


Color preview on white background

This text has color #1C027D on white background.



Black color preview on #1C027D background

This text has black color on #1C027D background.


White color preview on #1C027D background

This text has white color on #1C027D background.