COLOR #1C37A4

HEX: #1C37A4
RGB: (28,55,164)

Color info

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

RGB color model

#1C37A4 color RGB value is (28,55,164).

  • red value is 28;
  • green value is 55;
  • blue value is 164.
RGB:
(28,55,164)
(11%,22%,64%)

RGB channels and saturation

R 28 of 255 = 11%
G 55 of 255 = 22%
B 164 of 255 = 64%

28
55
164

R + G + B ~ 32%. #1C37A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 55 + 164 = 247 (100%)
R 28 of 247 ~ 11.34%
G 55 of 247 ~ 22.27%
B 164 of 247 ~ 66.4%

%11.34
%22.27
%66.4

CMYK color model

#1C37A4 color CMYK value is (83,66,0,36).

  • cyan value is 82.93%
  • magenta value is 66.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(83,66,0,36)
C83M66Y0K36 
(83%,66%,0%,36%)
(0.83/0.66/0.00/0.36)	

CMYK percentages

%82.93
%66.46
%0
%35.69

Codes

Color #1C37A4 in popluar color models

1C37A4
RGB2855164
HSL228°70.83%37.65%
HSB/HSV228°82.93%64.31%
CMYK82.93%66.46%0.00%
35.69%

Color #1C37A4 in popluar number systems.

HEX1C37A4
Decimal2855164
Binary1110011011110100100
Octal3467244

Shades and tints

Shades of #1C37A4

#1C37A4
(28,55,164)
#1A3296
(26,50,150)
#182D88
(24,45,136)
#16287A
(22,40,122)
#14236C
(20,35,108)
#121E5E
(18,30,94)
#101950
(16,25,80)
#0E1442
(14,20,66)
#0C0F34
(12,15,52)
#0A0A26
(10,10,38)
#080518
(8,5,24)
#000000
(0,0,0)

Tints of #1C37A4

#1C37A4
(28,55,164)
#3049AC
(48,73,172)
#445BB4
(68,91,180)
#586DBC
(88,109,188)
#6C7FC4
(108,127,196)
#8091CC
(128,145,204)
#94A3D4
(148,163,212)
#A8B5DC
(168,181,220)
#BCC7E4
(188,199,228)
#D0D9EC
(208,217,236)
#E4EBF4
(228,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C37A4 color. Also use rgb(28,55,164) instead hex code.

Text Font Color

.myTextColor { color: #1C37A4; }

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

This text font color is #1C37A4.


Background Color

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

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

This div background color is #1C37A4.


Border color

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

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

This div border color is #1C37A4.


Opacity

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

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

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

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

This text has shadow with #1C37A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C37A4 on black background.


Color preview on white background

This text has color #1C37A4 on white background.



Black color preview on #1C37A4 background

This text has black color on #1C37A4 background.


White color preview on #1C37A4 background

This text has white color on #1C37A4 background.