COLOR #1C6392

HEX: #1C6392 RGB: (28,99,146)

Color info

#1C6392 contains mainly green and blue colors. Web safe color of #1C6392 is #336699 (or #369).

RGB color model

#1C6392 color RGB value is (28,99,146).

RGB: (28,99,146) (11%, 39%, 57%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 146 of 255 = 57%

28
99
146

R + G + B ~ 36%. #1C6392 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 99 + 146 = 273 (100%)
R 28 of 273 ~ 10.26%
G 99 of 273 ~ 36.26%
B 146 of 273 ~ 53.48'%

%36.26
%53.48

CMYK color model

#1C6392 color CMYK value is (81,32,0,43).

  • cyan value is 80.82%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (81,32,0,43)
C81M32Y0K43 (81%, 32%, 0%, 43%)
(0.81 / 0.32 / 0.00 / 0.43)

CMYK percentages

%80.82
%32.19
%0
%42.75

Codes

Color #1C6392 in popluar color models

1C 63 92
RGB 28 99 146
HSL 204° 67.82% 34.12%
HSB/HSV 204° 80.82% 57.25%
CMYK 80.82% 32.19% 0.00%
42.75%

Color #1C6392 in popluar number systems.

HEX 1C 63 92
Decimal 28 99 146
Binary 11100 1100011 10010010
Octal 34 143 222

Shades and tints

Shades of #1C6392

#1C6392
(28,99,146)
#1A5A85
(26,90,133)
#185178
(24,81,120)
#16486B
(22,72,107)
#143F5E
(20,63,94)
#123651
(18,54,81)
#102D44
(16,45,68)
#0E2437
(14,36,55)
#0C1B2A
(12,27,42)
#0A121D
(10,18,29)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #1C6392

#1C6392
(28,99,146)
#30719B
(48,113,155)
#447FA4
(68,127,164)
#588DAD
(88,141,173)
#6C9BB6
(108,155,182)
#80A9BF
(128,169,191)
#94B7C8
(148,183,200)
#A8C5D1
(168,197,209)
#BCD3DA
(188,211,218)
#D0E1E3
(208,225,227)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6392 color. Also use rgb(28,99,146) instead hex code.

Text Font Color

.myTextColor { color: #1C6392; }

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

This text font color is #1C6392.

Background Color

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

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

This div background color is #1C6392.

Border color

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

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

This div border color is #1C6392.

Opacity

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

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

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

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

This text has shadow with #1C6392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6392.

Preview

Color preview on black background

This text has color #1C6392 on black background.


Color preview on white background

This text has color #1C6392 on white background.


Black color preview on #1C6392 background

This text has black color on #1C6392 background.


White color preview on #1C6392 background

This text has white color on #1C6392 background.


Related colors

Complementary color

Complementary color for #hex is #E39C6D.


I love getcolorcode.com

Triadic colors

1 #921C63 and #63921C with #1C6392 are triadic colors.

2 #92631C and #631C92 with #1C6392 are triadic colors.