COLOR #1C2C5A

HEX: #1C2C5A
RGB: (28,44,90)

Color info

#1C2C5A contains mainly green and blue colors. Web safe color of #1C2C5A is #333366 (or #336).

RGB color model

#1C2C5A color RGB value is (28,44,90).

  • red value is 28;
  • green value is 44;
  • blue value is 90.
RGB:
(28,44,90)
(11%,17%,35%)

RGB channels and saturation

R 28 of 255 = 11%
G 44 of 255 = 17%
B 90 of 255 = 35%

28
44
90

R + G + B ~ 21%. #1C2C5A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 44 + 90 = 162 (100%)
R 28 of 162 ~ 17.28%
G 44 of 162 ~ 27.16%
B 90 of 162 ~ 55.56%

%17.28
%27.16
%55.56

CMYK color model

#1C2C5A color CMYK value is (69,51,0,65).

  • cyan value is 68.89%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(69,51,0,65)
C69M51Y0K65 
(69%,51%,0%,65%)
(0.69/0.51/0.00/0.65)	

CMYK percentages

%68.89
%51.11
%0
%64.71

Codes

Color #1C2C5A in popluar color models

1C2C5A
RGB284490
HSL225°52.54%23.14%
HSB/HSV225°68.89%35.29%
CMYK68.89%51.11%0.00%
64.71%

Color #1C2C5A in popluar number systems.

HEX1C2C5A
Decimal284490
Binary111001011001011010
Octal3454132

Shades and tints

Shades of #1C2C5A

#1C2C5A
(28,44,90)
#1A2852
(26,40,82)
#18244A
(24,36,74)
#162042
(22,32,66)
#141C3A
(20,28,58)
#121832
(18,24,50)
#10142A
(16,20,42)
#0E1022
(14,16,34)
#0C0C1A
(12,12,26)
#0A0812
(10,8,18)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #1C2C5A

#1C2C5A
(28,44,90)
#303F69
(48,63,105)
#445278
(68,82,120)
#586587
(88,101,135)
#6C7896
(108,120,150)
#808BA5
(128,139,165)
#949EB4
(148,158,180)
#A8B1C3
(168,177,195)
#BCC4D2
(188,196,210)
#D0D7E1
(208,215,225)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2C5A color. Also use rgb(28,44,90) instead hex code.

Text Font Color

.myTextColor { color: #1C2C5A; }

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

This text font color is #1C2C5A.


Background Color

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

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

This div background color is #1C2C5A.


Border color

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

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

This div border color is #1C2C5A.


Opacity

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

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

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

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

This text has shadow with #1C2C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2C5A on black background.


Color preview on white background

This text has color #1C2C5A on white background.



Black color preview on #1C2C5A background

This text has black color on #1C2C5A background.


White color preview on #1C2C5A background

This text has white color on #1C2C5A background.