COLOR #1C338E

HEX: #1C338E RGB: (28,51,142)

Color info

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

RGB color model

#1C338E color RGB value is (28,51,142).

RGB: (28,51,142) (11%, 20%, 56%)

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 142 of 255 = 56%

28
51
142

R + G + B ~ 29%. #1C338E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 51 + 142 = 221 (100%)
R 28 of 221 ~ 12.67%
G 51 of 221 ~ 23.08%
B 142 of 221 ~ 64.25'%

%12.67
%23.08
%64.25

CMYK color model

#1C338E color CMYK value is (80,64,0,44).

  • cyan value is 80.28%
  • magenta value is 64.08%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (80,64,0,44)
C80M64Y0K44 (80%, 64%, 0%, 44%)
(0.80 / 0.64 / 0.00 / 0.44)

CMYK percentages

%80.28
%64.08
%0
%44.31

Codes

Color #1C338E in popluar color models

1C 33 8E
RGB 28 51 142
HSL 228° 67.06% 33.33%
HSB/HSV 228° 80.28% 55.69%
CMYK 80.28% 64.08% 0.00%
44.31%

Color #1C338E in popluar number systems.

HEX 1C 33 8E
Decimal 28 51 142
Binary 11100 110011 10001110
Octal 34 63 216

Shades and tints

Shades of #1C338E

#1C338E
(28,51,142)
#1A2F82
(26,47,130)
#182B76
(24,43,118)
#16276A
(22,39,106)
#14235E
(20,35,94)
#121F52
(18,31,82)
#101B46
(16,27,70)
#0E173A
(14,23,58)
#0C132E
(12,19,46)
#0A0F22
(10,15,34)
#080B16
(8,11,22)
#000000
(0,0,0)

Tints of #1C338E

#1C338E
(28,51,142)
#304598
(48,69,152)
#4457A2
(68,87,162)
#5869AC
(88,105,172)
#6C7BB6
(108,123,182)
#808DC0
(128,141,192)
#949FCA
(148,159,202)
#A8B1D4
(168,177,212)
#BCC3DE
(188,195,222)
#D0D5E8
(208,213,232)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C338E color. Also use rgb(28,51,142) instead hex code.

Text Font Color

.myTextColor { color: #1C338E; }

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

This text font color is #1C338E.

Background Color

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

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

This div background color is #1C338E.

Border color

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

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

This div border color is #1C338E.

Opacity

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

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

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

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

This text has shadow with #1C338E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C338E.

Preview

Color preview on black background

This text has color #1C338E on black background.


Color preview on white background

This text has color #1C338E on white background.


Black color preview on #1C338E background

This text has black color on #1C338E background.


White color preview on #1C338E background

This text has white color on #1C338E background.


Related colors

Complementary color

Complementary color for #hex is #E3CC71.


I love getcolorcode.com

Triadic colors

1 #8E1C33 and #338E1C with #1C338E are triadic colors.

2 #8E331C and #331C8E with #1C338E are triadic colors.