COLOR #1C076B

HEX: #1C076B RGB: (28,7,107)

Color info

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

RGB color model

#1C076B color RGB value is (28,7,107).

RGB: (28,7,107) (11%, 3%, 42%)

RGB channels and saturation

R 28 of 255 = 11%
G 7 of 255 = 3%
B 107 of 255 = 42%

28
7
107

R + G + B ~ 19%. #1C076B is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 7 + 107 = 142 (100%)
R 28 of 142 ~ 19.72%
G 7 of 142 ~ 4.93%
B 107 of 142 ~ 75.35'%

%19.72
%75.35

CMYK color model

#1C076B color CMYK value is (74,93,0,58).

  • cyan value is 73.83%
  • magenta value is 93.46%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (74,93,0,58)
C74M93Y0K58 (74%, 93%, 0%, 58%)
(0.74 / 0.93 / 0.00 / 0.58)

CMYK percentages

%73.83
%93.46
%0
%58.04

Codes

Color #1C076B in popluar color models

1C 07 6B
RGB 28 7 107
HSL 253° 87.72% 22.35%
HSB/HSV 253° 93.46% 41.96%
CMYK 73.83% 93.46% 0.00%
58.04%

Color #1C076B in popluar number systems.

HEX 1C 07 6B
Decimal 28 7 107
Binary 11100 111 1101011
Octal 34 7 153

Shades and tints

Shades of #1C076B

#1C076B
(28,7,107)
#1A0762
(26,7,98)
#180759
(24,7,89)
#160750
(22,7,80)
#140747
(20,7,71)
#12073E
(18,7,62)
#100735
(16,7,53)
#0E072C
(14,7,44)
#0C0723
(12,7,35)
#0A071A
(10,7,26)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #1C076B

#1C076B
(28,7,107)
#301D78
(48,29,120)
#443385
(68,51,133)
#584992
(88,73,146)
#6C5F9F
(108,95,159)
#8075AC
(128,117,172)
#948BB9
(148,139,185)
#A8A1C6
(168,161,198)
#BCB7D3
(188,183,211)
#D0CDE0
(208,205,224)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C076B color. Also use rgb(28,7,107) instead hex code.

Text Font Color

.myTextColor { color: #1C076B; }

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

This text font color is #1C076B.

Background Color

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

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

This div background color is #1C076B.

Border color

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

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

This div border color is #1C076B.

Opacity

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

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

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

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

This text has shadow with #1C076B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C076B.

Preview

Color preview on black background

This text has color #1C076B on black background.


Color preview on white background

This text has color #1C076B on white background.


Black color preview on #1C076B background

This text has black color on #1C076B background.


White color preview on #1C076B background

This text has white color on #1C076B background.


Related colors

Complementary color

Complementary color for #hex is #E3F894.


I love getcolorcode.com

Triadic colors

1 #6B1C07 and #076B1C with #1C076B are triadic colors.

2 #6B071C and #071C6B with #1C076B are triadic colors.