COLOR #1C2646

HEX: #1C2646 RGB: (28,38,70)

Color info

#1C2646 contains red, green and blue colors in about the same proportion. Web safe color of #1C2646 is #333333 (or #333).

RGB color model

#1C2646 color RGB value is (28,38,70).

RGB: (28,38,70) (11%, 15%, 27%)

RGB channels and saturation

R 28 of 255 = 11%
G 38 of 255 = 15%
B 70 of 255 = 27%

28
38
70

R + G + B ~ 18%. #1C2646 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 38 + 70 = 136 (100%)
R 28 of 136 ~ 20.59%
G 38 of 136 ~ 27.94%
B 70 of 136 ~ 51.47'%

%20.59
%27.94
%51.47

CMYK color model

#1C2646 color CMYK value is (60,46,0,73).

  • cyan value is 60.00%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (60,46,0,73) C60M46Y0K73 (60%,46%,0%,73%) (0.60/0.46/0.00/0.73) 

CMYK percentages

%60
%45.71
%0
%72.55

Codes

Color #1C2646 in popluar color models

1C 26 46
RGB 28 38 70
HSL 226° 42.86% 19.22%
HSB/HSV 226° 60.00% 27.45%
CMYK 60.00% 45.71% 0.00%
72.55%

Color #1C2646 in popluar number systems.

HEX 1C 26 46
Decimal 28 38 70
Binary 11100 100110 1000110
Octal 34 46 106

Shades and tints

Shades of #1C2646

#1C2646
(28,38,70)
#1A2340
(26,35,64)
#18203A
(24,32,58)
#161D34
(22,29,52)
#141A2E
(20,26,46)
#121728
(18,23,40)
#101422
(16,20,34)
#0E111C
(14,17,28)
#0C0E16
(12,14,22)
#0A0B10
(10,11,16)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #1C2646

#1C2646
(28,38,70)
#303956
(48,57,86)
#444C66
(68,76,102)
#585F76
(88,95,118)
#6C7286
(108,114,134)
#808596
(128,133,150)
#9498A6
(148,152,166)
#A8ABB6
(168,171,182)
#BCBEC6
(188,190,198)
#D0D1D6
(208,209,214)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2646; }

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

This text font color is #1C2646.

Background Color

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

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

This div background color is #1C2646.

Border color

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

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

This div border color is #1C2646.

Opacity

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

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

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

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

This text has shadow with #1C2646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2646.

Preview

Color preview on black background

This text has color #1C2646 on black background.


Color preview on white background

This text has color #1C2646 on white background.


Black color preview on #1C2646 background

This text has black color on #1C2646 background.


White color preview on #1C2646 background

This text has white color on #1C2646 background.


Related colors

Complementary color

Complementary color for #hex is #E3D9B9.


I love getcolorcode.com

Triadic colors

1 #461C26 and #26461C with #1C2646 are triadic colors.

2 #46261C and #261C46 with #1C2646 are triadic colors.