COLOR #1C1364

HEX: #1C1364
RGB: (28,19,100)

Color info

#1C1364 contains mainly blue color. Web safe color of #1C1364 is #330066 (or #306).

RGB color model

#1C1364 color RGB value is (28,19,100).

  • red value is 28;
  • green value is 19;
  • blue value is 100.
RGB:
(28,19,100)
(11%,7%,39%)

RGB channels and saturation

R 28 of 255 = 11%
G 19 of 255 = 7%
B 100 of 255 = 39%

28
19
100

R + G + B ~ 19%. #1C1364 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 100 = 147 (100%)
R 28 of 147 ~ 19.05%
G 19 of 147 ~ 12.93%
B 100 of 147 ~ 68.03%

%19.05
%12.93
%68.03

CMYK color model

#1C1364 color CMYK value is (72,81,0,61).

  • cyan value is 72.00%
  • magenta value is 81.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(72,81,0,61)
C72M81Y0K61 
(72%,81%,0%,61%)
(0.72/0.81/0.00/0.61)	

CMYK percentages

%72
%81
%0
%60.78

Codes

Color #1C1364 in popluar color models

1C1364
RGB2819100
HSL247°68.07%23.33%
HSB/HSV247°81.00%39.22%
CMYK72.00%81.00%0.00%
60.78%

Color #1C1364 in popluar number systems.

HEX1C1364
Decimal2819100
Binary11100100111100100
Octal3423144

Shades and tints

Shades of #1C1364

#1C1364
(28,19,100)
#1A125B
(26,18,91)
#181152
(24,17,82)
#161049
(22,16,73)
#140F40
(20,15,64)
#120E37
(18,14,55)
#100D2E
(16,13,46)
#0E0C25
(14,12,37)
#0C0B1C
(12,11,28)
#0A0A13
(10,10,19)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #1C1364

#1C1364
(28,19,100)
#302872
(48,40,114)
#443D80
(68,61,128)
#58528E
(88,82,142)
#6C679C
(108,103,156)
#807CAA
(128,124,170)
#9491B8
(148,145,184)
#A8A6C6
(168,166,198)
#BCBBD4
(188,187,212)
#D0D0E2
(208,208,226)
#E4E5F0
(228,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1364 color. Also use rgb(28,19,100) instead hex code.

Text Font Color

.myTextColor { color: #1C1364; }

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

This text font color is #1C1364.


Background Color

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

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

This div background color is #1C1364.


Border color

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

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

This div border color is #1C1364.


Opacity

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

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

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

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

This text has shadow with #1C1364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1364 on black background.


Color preview on white background

This text has color #1C1364 on white background.



Black color preview on #1C1364 background

This text has black color on #1C1364 background.


White color preview on #1C1364 background

This text has white color on #1C1364 background.