COLOR #1C465C

HEX: #1C465C RGB: (28,70,92)

Color info

#1C465C contains mainly green and blue colors. Web safe color of #1C465C is #333366 (or #336).

RGB color model

#1C465C color RGB value is (28,70,92).

RGB: (28,70,92) (11%, 27%, 36%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 92 of 255 = 36%

28
70
92

R + G + B ~ 25%. #1C465C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 70 + 92 = 190 (100%)
R 28 of 190 ~ 14.74%
G 70 of 190 ~ 36.84%
B 92 of 190 ~ 48.42'%

%14.74
%36.84
%48.42

CMYK color model

#1C465C color CMYK value is (70,24,0,64).

  • cyan value is 69.57%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (70,24,0,64)
C70M24Y0K64 (70%, 24%, 0%, 64%)
(0.70 / 0.24 / 0.00 / 0.64)

CMYK percentages

%69.57
%23.91
%0
%63.92

Codes

Color #1C465C in popluar color models

1C 46 5C
RGB 28 70 92
HSL 201° 53.33% 23.53%
HSB/HSV 201° 69.57% 36.08%
CMYK 69.57% 23.91% 0.00%
63.92%

Color #1C465C in popluar number systems.

HEX 1C 46 5C
Decimal 28 70 92
Binary 11100 1000110 1011100
Octal 34 106 134

Shades and tints

Shades of #1C465C

#1C465C
(28,70,92)
#1A4054
(26,64,84)
#183A4C
(24,58,76)
#163444
(22,52,68)
#142E3C
(20,46,60)
#122834
(18,40,52)
#10222C
(16,34,44)
#0E1C24
(14,28,36)
#0C161C
(12,22,28)
#0A1014
(10,16,20)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C465C

#1C465C
(28,70,92)
#30566A
(48,86,106)
#446678
(68,102,120)
#587686
(88,118,134)
#6C8694
(108,134,148)
#8096A2
(128,150,162)
#94A6B0
(148,166,176)
#A8B6BE
(168,182,190)
#BCC6CC
(188,198,204)
#D0D6DA
(208,214,218)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C465C; }

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

This text font color is #1C465C.

Background Color

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

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

This div background color is #1C465C.

Border color

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

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

This div border color is #1C465C.

Opacity

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

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

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

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

This text has shadow with #1C465C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C465C.

Preview

Color preview on black background

This text has color #1C465C on black background.


Color preview on white background

This text has color #1C465C on white background.


Black color preview on #1C465C background

This text has black color on #1C465C background.


White color preview on #1C465C background

This text has white color on #1C465C background.


Related colors

Complementary color

Complementary color for #hex is #E3B9A3.


I love getcolorcode.com

Triadic colors

1 #5C1C46 and #465C1C with #1C465C are triadic colors.

2 #5C461C and #461C5C with #1C465C are triadic colors.