COLOR #1C659E

HEX: #1C659E
RGB: (28,101,158)

Color info

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

RGB color model

#1C659E color RGB value is (28,101,158).

  • red value is 28;
  • green value is 101;
  • blue value is 158.
RGB:
(28,101,158)
(11%,40%,62%)

RGB channels and saturation

R 28 of 255 = 11%
G 101 of 255 = 40%
B 158 of 255 = 62%

28
101
158

R + G + B ~ 38%. #1C659E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 101 + 158 = 287 (100%)
R 28 of 287 ~ 9.76%
G 101 of 287 ~ 35.19%
B 158 of 287 ~ 55.05%

%9.76
%35.19
%55.05

CMYK color model

#1C659E color CMYK value is (82,36,0,38).

  • cyan value is 82.28%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(82,36,0,38)
C82M36Y0K38 
(82%,36%,0%,38%)
(0.82/0.36/0.00/0.38)	

CMYK percentages

%82.28
%36.08
%0
%38.04

Codes

Color #1C659E in popluar color models

1C659E
RGB28101158
HSL206°69.89%36.47%
HSB/HSV206°82.28%61.96%
CMYK82.28%36.08%0.00%
38.04%

Color #1C659E in popluar number systems.

HEX1C659E
Decimal28101158
Binary11100110010110011110
Octal34145236

Shades and tints

Shades of #1C659E

#1C659E
(28,101,158)
#1A5C90
(26,92,144)
#185382
(24,83,130)
#164A74
(22,74,116)
#144166
(20,65,102)
#123858
(18,56,88)
#102F4A
(16,47,74)
#0E263C
(14,38,60)
#0C1D2E
(12,29,46)
#0A1420
(10,20,32)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #1C659E

#1C659E
(28,101,158)
#3073A6
(48,115,166)
#4481AE
(68,129,174)
#588FB6
(88,143,182)
#6C9DBE
(108,157,190)
#80ABC6
(128,171,198)
#94B9CE
(148,185,206)
#A8C7D6
(168,199,214)
#BCD5DE
(188,213,222)
#D0E3E6
(208,227,230)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C659E color. Also use rgb(28,101,158) instead hex code.

Text Font Color

.myTextColor { color: #1C659E; }

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

This text font color is #1C659E.


Background Color

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

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

This div background color is #1C659E.


Border color

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

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

This div border color is #1C659E.


Opacity

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

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

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

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

This text has shadow with #1C659E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C659E on black background.


Color preview on white background

This text has color #1C659E on white background.



Black color preview on #1C659E background

This text has black color on #1C659E background.


White color preview on #1C659E background

This text has white color on #1C659E background.