COLOR #1C4CB0

HEX: #1C4CB0
RGB: (28,76,176)

Color info

#1C4CB0 contains mainly blue color. Web safe color of #1C4CB0 is #333399 (or #339).

RGB color model

#1C4CB0 color RGB value is (28,76,176).

  • red value is 28;
  • green value is 76;
  • blue value is 176.
RGB:
(28,76,176)
(11%,30%,69%)

RGB channels and saturation

R 28 of 255 = 11%
G 76 of 255 = 30%
B 176 of 255 = 69%

28
76
176

R + G + B ~ 37%. #1C4CB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 76 + 176 = 280 (100%)
R 28 of 280 ~ 10%
G 76 of 280 ~ 27.14%
B 176 of 280 ~ 62.86%

%10
%27.14
%62.86

CMYK color model

#1C4CB0 color CMYK value is (84,57,0,31).

  • cyan value is 84.09%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(84,57,0,31)
C84M57Y0K31 
(84%,57%,0%,31%)
(0.84/0.57/0.00/0.31)	

CMYK percentages

%84.09
%56.82
%0
%30.98

Codes

Color #1C4CB0 in popluar color models

1C4CB0
RGB2876176
HSL221°72.55%40.00%
HSB/HSV221°84.09%69.02%
CMYK84.09%56.82%0.00%
30.98%

Color #1C4CB0 in popluar number systems.

HEX1C4CB0
Decimal2876176
Binary11100100110010110000
Octal34114260

Shades and tints

Shades of #1C4CB0

#1C4CB0
(28,76,176)
#1A46A0
(26,70,160)
#184090
(24,64,144)
#163A80
(22,58,128)
#143470
(20,52,112)
#122E60
(18,46,96)
#102850
(16,40,80)
#0E2240
(14,34,64)
#0C1C30
(12,28,48)
#0A1620
(10,22,32)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #1C4CB0

#1C4CB0
(28,76,176)
#305CB7
(48,92,183)
#446CBE
(68,108,190)
#587CC5
(88,124,197)
#6C8CCC
(108,140,204)
#809CD3
(128,156,211)
#94ACDA
(148,172,218)
#A8BCE1
(168,188,225)
#BCCCE8
(188,204,232)
#D0DCEF
(208,220,239)
#E4ECF6
(228,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4CB0 color. Also use rgb(28,76,176) instead hex code.

Text Font Color

.myTextColor { color: #1C4CB0; }

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

This text font color is #1C4CB0.


Background Color

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

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

This div background color is #1C4CB0.


Border color

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

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

This div border color is #1C4CB0.


Opacity

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

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

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

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

This text has shadow with #1C4CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4CB0 on black background.


Color preview on white background

This text has color #1C4CB0 on white background.



Black color preview on #1C4CB0 background

This text has black color on #1C4CB0 background.


White color preview on #1C4CB0 background

This text has white color on #1C4CB0 background.