COLOR #1C2657

HEX: #1C2657 RGB: (28,38,87)

Color info

#1C2657 contains red, green and blue colors in about the same proportion. Web safe color of #1C2657 is #333366 (or #336).

RGB color model

#1C2657 color RGB value is (28,38,87).

RGB: (28,38,87) (11%, 15%, 34%)

RGB channels and saturation

R 28 of 255 = 11%
G 38 of 255 = 15%
B 87 of 255 = 34%

28
38
87

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

Portions of RGB colors in percentages

R + G + B = 28 + 38 + 87 = 153 (100%)
R 28 of 153 ~ 18.3%
G 38 of 153 ~ 24.84%
B 87 of 153 ~ 56.86'%

%18.3
%24.84
%56.86

CMYK color model

#1C2657 color CMYK value is (68,56,0,66).

  • cyan value is 67.82%
  • magenta value is 56.32%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (68,56,0,66)
C68M56Y0K66 (68%, 56%, 0%, 66%)
(0.68 / 0.56 / 0.00 / 0.66)

CMYK percentages

%67.82
%56.32
%0
%65.88

Codes

Color #1C2657 in popluar color models

1C 26 57
RGB 28 38 87
HSL 230° 51.30% 22.55%
HSB/HSV 230° 67.82% 34.12%
CMYK 67.82% 56.32% 0.00%
65.88%

Color #1C2657 in popluar number systems.

HEX 1C 26 57
Decimal 28 38 87
Binary 11100 100110 1010111
Octal 34 46 127

Shades and tints

Shades of #1C2657

#1C2657
(28,38,87)
#1A2350
(26,35,80)
#182049
(24,32,73)
#161D42
(22,29,66)
#141A3B
(20,26,59)
#121734
(18,23,52)
#10142D
(16,20,45)
#0E1126
(14,17,38)
#0C0E1F
(12,14,31)
#0A0B18
(10,11,24)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #1C2657

#1C2657
(28,38,87)
#303966
(48,57,102)
#444C75
(68,76,117)
#585F84
(88,95,132)
#6C7293
(108,114,147)
#8085A2
(128,133,162)
#9498B1
(148,152,177)
#A8ABC0
(168,171,192)
#BCBECF
(188,190,207)
#D0D1DE
(208,209,222)
#E4E4ED
(228,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2657 color. Also use rgb(28,38,87) instead hex code.

Text Font Color

.myTextColor { color: #1C2657; }

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

This text font color is #1C2657.

Background Color

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

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

This div background color is #1C2657.

Border color

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

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

This div border color is #1C2657.

Opacity

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

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

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

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

This text has shadow with #1C2657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2657.

Preview

Color preview on black background

This text has color #1C2657 on black background.


Color preview on white background

This text has color #1C2657 on white background.


Black color preview on #1C2657 background

This text has black color on #1C2657 background.


White color preview on #1C2657 background

This text has white color on #1C2657 background.


Related colors

Complementary color

Complementary color for #hex is #E3D9A8.


I love getcolorcode.com

Triadic colors

1 #571C26 and #26571C with #1C2657 are triadic colors.

2 #57261C and #261C57 with #1C2657 are triadic colors.