COLOR #1C375A

HEX: #1C375A
RGB: (28,55,90)

Color info

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

RGB color model

#1C375A color RGB value is (28,55,90).

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

RGB channels and saturation

R 28 of 255 = 11%
G 55 of 255 = 22%
B 90 of 255 = 35%

28
55
90

R + G + B ~ 23%. #1C375A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 55 + 90 = 173 (100%)
R 28 of 173 ~ 16.18%
G 55 of 173 ~ 31.79%
B 90 of 173 ~ 52.02%

%16.18
%31.79
%52.02

CMYK color model

#1C375A color CMYK value is (69,39,0,65).

  • cyan value is 68.89%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(69,39,0,65)
C69M39Y0K65 
(69%,39%,0%,65%)
(0.69/0.39/0.00/0.65)	

CMYK percentages

%68.89
%38.89
%0
%64.71

Codes

Color #1C375A in popluar color models

1C375A
RGB285590
HSL214°52.54%23.14%
HSB/HSV214°68.89%35.29%
CMYK68.89%38.89%0.00%
64.71%

Color #1C375A in popluar number systems.

HEX1C375A
Decimal285590
Binary111001101111011010
Octal3467132

Shades and tints

Shades of #1C375A

#1C375A
(28,55,90)
#1A3252
(26,50,82)
#182D4A
(24,45,74)
#162842
(22,40,66)
#14233A
(20,35,58)
#121E32
(18,30,50)
#10192A
(16,25,42)
#0E1422
(14,20,34)
#0C0F1A
(12,15,26)
#0A0A12
(10,10,18)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #1C375A

#1C375A
(28,55,90)
#304969
(48,73,105)
#445B78
(68,91,120)
#586D87
(88,109,135)
#6C7F96
(108,127,150)
#8091A5
(128,145,165)
#94A3B4
(148,163,180)
#A8B5C3
(168,181,195)
#BCC7D2
(188,199,210)
#D0D9E1
(208,217,225)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C375A; }

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

This text font color is #1C375A.


Background Color

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

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

This div background color is #1C375A.


Border color

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

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

This div border color is #1C375A.


Opacity

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

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

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

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

This text has shadow with #1C375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C375A on black background.


Color preview on white background

This text has color #1C375A on white background.



Black color preview on #1C375A background

This text has black color on #1C375A background.


White color preview on #1C375A background

This text has white color on #1C375A background.