COLOR #1C48C1

HEX: #1C48C1
RGB: (28,72,193)

Color info

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

RGB color model

#1C48C1 color RGB value is (28,72,193).

  • red value is 28;
  • green value is 72;
  • blue value is 193.
RGB:
(28,72,193)
(11%,28%,76%)

RGB channels and saturation

R 28 of 255 = 11%
G 72 of 255 = 28%
B 193 of 255 = 76%

28
72
193

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

Portions of RGB colors in percentages

R + G + B =
28 + 72 + 193 = 293 (100%)
R 28 of 293 ~ 9.56%
G 72 of 293 ~ 24.57%
B 193 of 293 ~ 65.87%

%9.56
%24.57
%65.87

CMYK color model

#1C48C1 color CMYK value is (85,63,0,24).

  • cyan value is 85.49%
  • magenta value is 62.69%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(85,63,0,24)
C85M63Y0K24 
(85%,63%,0%,24%)
(0.85/0.63/0.00/0.24)	

CMYK percentages

%85.49
%62.69
%0
%24.31

Codes

Color #1C48C1 in popluar color models

1C48C1
RGB2872193
HSL224°74.66%43.33%
HSB/HSV224°85.49%75.69%
CMYK85.49%62.69%0.00%
24.31%

Color #1C48C1 in popluar number systems.

HEX1C48C1
Decimal2872193
Binary11100100100011000001
Octal34110301

Shades and tints

Shades of #1C48C1

#1C48C1
(28,72,193)
#1A42B0
(26,66,176)
#183C9F
(24,60,159)
#16368E
(22,54,142)
#14307D
(20,48,125)
#122A6C
(18,42,108)
#10245B
(16,36,91)
#0E1E4A
(14,30,74)
#0C1839
(12,24,57)
#0A1228
(10,18,40)
#080C17
(8,12,23)
#000000
(0,0,0)

Tints of #1C48C1

#1C48C1
(28,72,193)
#3058C6
(48,88,198)
#4468CB
(68,104,203)
#5878D0
(88,120,208)
#6C88D5
(108,136,213)
#8098DA
(128,152,218)
#94A8DF
(148,168,223)
#A8B8E4
(168,184,228)
#BCC8E9
(188,200,233)
#D0D8EE
(208,216,238)
#E4E8F3
(228,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C48C1 color. Also use rgb(28,72,193) instead hex code.

Text Font Color

.myTextColor { color: #1C48C1; }

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

This text font color is #1C48C1.


Background Color

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

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

This div background color is #1C48C1.


Border color

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

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

This div border color is #1C48C1.


Opacity

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

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

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

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

This text has shadow with #1C48C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C48C1 on black background.


Color preview on white background

This text has color #1C48C1 on white background.



Black color preview on #1C48C1 background

This text has black color on #1C48C1 background.


White color preview on #1C48C1 background

This text has white color on #1C48C1 background.