COLOR #1C41B3

HEX: #1C41B3 RGB: (28,65,179)

Color info

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

RGB color model

#1C41B3 color RGB value is (28,65,179).

RGB: (28,65,179) (11%, 25%, 70%)

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 179 of 255 = 70%

28
65
179

R + G + B ~ 35%. #1C41B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 65 + 179 = 272 (100%)
R 28 of 272 ~ 10.29%
G 65 of 272 ~ 23.9%
B 179 of 272 ~ 65.81'%

%23.9
%65.81

CMYK color model

#1C41B3 color CMYK value is (84,64,0,30).

  • cyan value is 84.36%
  • magenta value is 63.69%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (84,64,0,30)
C84M64Y0K30 (84%, 64%, 0%, 30%)
(0.84 / 0.64 / 0.00 / 0.30)

CMYK percentages

%84.36
%63.69
%0
%29.8

Codes

Color #1C41B3 in popluar color models

1C 41 B3
RGB 28 65 179
HSL 225° 72.95% 40.59%
HSB/HSV 225° 84.36% 70.20%
CMYK 84.36% 63.69% 0.00%
29.80%

Color #1C41B3 in popluar number systems.

HEX 1C 41 B3
Decimal 28 65 179
Binary 11100 1000001 10110011
Octal 34 101 263

Shades and tints

Shades of #1C41B3

#1C41B3
(28,65,179)
#1A3CA3
(26,60,163)
#183793
(24,55,147)
#163283
(22,50,131)
#142D73
(20,45,115)
#122863
(18,40,99)
#102353
(16,35,83)
#0E1E43
(14,30,67)
#0C1933
(12,25,51)
#0A1423
(10,20,35)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #1C41B3

#1C41B3
(28,65,179)
#3052B9
(48,82,185)
#4463BF
(68,99,191)
#5874C5
(88,116,197)
#6C85CB
(108,133,203)
#8096D1
(128,150,209)
#94A7D7
(148,167,215)
#A8B8DD
(168,184,221)
#BCC9E3
(188,201,227)
#D0DAE9
(208,218,233)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C41B3; }

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

This text font color is #1C41B3.

Background Color

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

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

This div background color is #1C41B3.

Border color

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

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

This div border color is #1C41B3.

Opacity

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

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

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

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

This text has shadow with #1C41B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C41B3.

Preview

Color preview on black background

This text has color #1C41B3 on black background.


Color preview on white background

This text has color #1C41B3 on white background.


Black color preview on #1C41B3 background

This text has black color on #1C41B3 background.


White color preview on #1C41B3 background

This text has white color on #1C41B3 background.


Related colors

Complementary color

Complementary color for #hex is #E3BE4C.


I love getcolorcode.com

Triadic colors

1 #B31C41 and #41B31C with #1C41B3 are triadic colors.

2 #B3411C and #411CB3 with #1C41B3 are triadic colors.