COLOR #1C276C

HEX: #1C276C
RGB: (28,39,108)

Color info

#1C276C contains mainly blue color. Web safe color of #1C276C is #333366 (or #336).

RGB color model

#1C276C color RGB value is (28,39,108).

  • red value is 28;
  • green value is 39;
  • blue value is 108.
RGB:
(28,39,108)
(11%,15%,42%)

RGB channels and saturation

R 28 of 255 = 11%
G 39 of 255 = 15%
B 108 of 255 = 42%

28
39
108

R + G + B ~ 23%. #1C276C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 39 + 108 = 175 (100%)
R 28 of 175 ~ 16%
G 39 of 175 ~ 22.29%
B 108 of 175 ~ 61.71%

%16
%22.29
%61.71

CMYK color model

#1C276C color CMYK value is (74,64,0,58).

  • cyan value is 74.07%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(74,64,0,58)
C74M64Y0K58 
(74%,64%,0%,58%)
(0.74/0.64/0.00/0.58)	

CMYK percentages

%74.07
%63.89
%0
%57.65

Codes

Color #1C276C in popluar color models

1C276C
RGB2839108
HSL232°58.82%26.67%
HSB/HSV232°74.07%42.35%
CMYK74.07%63.89%0.00%
57.65%

Color #1C276C in popluar number systems.

HEX1C276C
Decimal2839108
Binary111001001111101100
Octal3447154

Shades and tints

Shades of #1C276C

#1C276C
(28,39,108)
#1A2463
(26,36,99)
#18215A
(24,33,90)
#161E51
(22,30,81)
#141B48
(20,27,72)
#12183F
(18,24,63)
#101536
(16,21,54)
#0E122D
(14,18,45)
#0C0F24
(12,15,36)
#0A0C1B
(10,12,27)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #1C276C

#1C276C
(28,39,108)
#303A79
(48,58,121)
#444D86
(68,77,134)
#586093
(88,96,147)
#6C73A0
(108,115,160)
#8086AD
(128,134,173)
#9499BA
(148,153,186)
#A8ACC7
(168,172,199)
#BCBFD4
(188,191,212)
#D0D2E1
(208,210,225)
#E4E5EE
(228,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C276C color. Also use rgb(28,39,108) instead hex code.

Text Font Color

.myTextColor { color: #1C276C; }

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

This text font color is #1C276C.


Background Color

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

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

This div background color is #1C276C.


Border color

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

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

This div border color is #1C276C.


Opacity

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

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

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

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

This text has shadow with #1C276C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C276C on black background.


Color preview on white background

This text has color #1C276C on white background.



Black color preview on #1C276C background

This text has black color on #1C276C background.


White color preview on #1C276C background

This text has white color on #1C276C background.