COLOR #1C415D

HEX: #1C415D
RGB: (28,65,93)

Color info

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

RGB color model

#1C415D color RGB value is (28,65,93).

  • red value is 28;
  • green value is 65;
  • blue value is 93.
RGB:
(28,65,93)
(11%,25%,36%)

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 93 of 255 = 36%

28
65
93

R + G + B ~ 24%. #1C415D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 65 + 93 = 186 (100%)
R 28 of 186 ~ 15.05%
G 65 of 186 ~ 34.95%
B 93 of 186 ~ 50%

%15.05
%34.95
%50

CMYK color model

#1C415D color CMYK value is (70,30,0,64).

  • cyan value is 69.89%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(70,30,0,64)
C70M30Y0K64 
(70%,30%,0%,64%)
(0.70/0.30/0.00/0.64)	

CMYK percentages

%69.89
%30.11
%0
%63.53

Codes

Color #1C415D in popluar color models

1C415D
RGB286593
HSL206°53.72%23.73%
HSB/HSV206°69.89%36.47%
CMYK69.89%30.11%0.00%
63.53%

Color #1C415D in popluar number systems.

HEX1C415D
Decimal286593
Binary1110010000011011101
Octal34101135

Shades and tints

Shades of #1C415D

#1C415D
(28,65,93)
#1A3C55
(26,60,85)
#18374D
(24,55,77)
#163245
(22,50,69)
#142D3D
(20,45,61)
#122835
(18,40,53)
#10232D
(16,35,45)
#0E1E25
(14,30,37)
#0C191D
(12,25,29)
#0A1415
(10,20,21)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #1C415D

#1C415D
(28,65,93)
#30526B
(48,82,107)
#446379
(68,99,121)
#587487
(88,116,135)
#6C8595
(108,133,149)
#8096A3
(128,150,163)
#94A7B1
(148,167,177)
#A8B8BF
(168,184,191)
#BCC9CD
(188,201,205)
#D0DADB
(208,218,219)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C415D color. Also use rgb(28,65,93) instead hex code.

Text Font Color

.myTextColor { color: #1C415D; }

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

This text font color is #1C415D.


Background Color

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

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

This div background color is #1C415D.


Border color

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

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

This div border color is #1C415D.


Opacity

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

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

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

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

This text has shadow with #1C415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C415D on black background.


Color preview on white background

This text has color #1C415D on white background.



Black color preview on #1C415D background

This text has black color on #1C415D background.


White color preview on #1C415D background

This text has white color on #1C415D background.