COLOR #1C49C4

HEX: #1C49C4
RGB: (28,73,196)

Color info

#1C49C4 contains mainly blue color. Web safe color of #1C49C4 is #3333CC (or #33C).

RGB color model

#1C49C4 color RGB value is (28,73,196).

  • red value is 28;
  • green value is 73;
  • blue value is 196.
RGB:
(28,73,196)
(11%,29%,77%)

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 196 of 255 = 77%

28
73
196

R + G + B ~ 39%. #1C49C4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 73 + 196 = 297 (100%)
R 28 of 297 ~ 9.43%
G 73 of 297 ~ 24.58%
B 196 of 297 ~ 65.99%

%24.58
%65.99

CMYK color model

#1C49C4 color CMYK value is (86,63,0,23).

  • cyan value is 85.71%
  • magenta value is 62.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(86,63,0,23)
C86M63Y0K23 
(86%,63%,0%,23%)
(0.86/0.63/0.00/0.23)	

CMYK percentages

%85.71
%62.76
%0
%23.14

Codes

Color #1C49C4 in popluar color models

1C49C4
RGB2873196
HSL224°75.00%43.92%
HSB/HSV224°85.71%76.86%
CMYK85.71%62.76%0.00%
23.14%

Color #1C49C4 in popluar number systems.

HEX1C49C4
Decimal2873196
Binary11100100100111000100
Octal34111304

Shades and tints

Shades of #1C49C4

#1C49C4
(28,73,196)
#1A43B3
(26,67,179)
#183DA2
(24,61,162)
#163791
(22,55,145)
#143180
(20,49,128)
#122B6F
(18,43,111)
#10255E
(16,37,94)
#0E1F4D
(14,31,77)
#0C193C
(12,25,60)
#0A132B
(10,19,43)
#080D1A
(8,13,26)
#000000
(0,0,0)

Tints of #1C49C4

#1C49C4
(28,73,196)
#3059C9
(48,89,201)
#4469CE
(68,105,206)
#5879D3
(88,121,211)
#6C89D8
(108,137,216)
#8099DD
(128,153,221)
#94A9E2
(148,169,226)
#A8B9E7
(168,185,231)
#BCC9EC
(188,201,236)
#D0D9F1
(208,217,241)
#E4E9F6
(228,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C49C4 color. Also use rgb(28,73,196) instead hex code.

Text Font Color

.myTextColor { color: #1C49C4; }

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

This text font color is #1C49C4.


Background Color

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

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

This div background color is #1C49C4.


Border color

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

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

This div border color is #1C49C4.


Opacity

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

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

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

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

This text has shadow with #1C49C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C49C4 on black background.


Color preview on white background

This text has color #1C49C4 on white background.



Black color preview on #1C49C4 background

This text has black color on #1C49C4 background.


White color preview on #1C49C4 background

This text has white color on #1C49C4 background.