COLOR #1C2962

HEX: #1C2962
RGB: (28,41,98)

Color info

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

RGB color model

#1C2962 color RGB value is (28,41,98).

  • red value is 28;
  • green value is 41;
  • blue value is 98.
RGB:
(28,41,98)
(11%,16%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 41 of 255 = 16%
B 98 of 255 = 38%

28
41
98

R + G + B ~ 22%. #1C2962 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 41 + 98 = 167 (100%)
R 28 of 167 ~ 16.77%
G 41 of 167 ~ 24.55%
B 98 of 167 ~ 58.68%

%16.77
%24.55
%58.68

CMYK color model

#1C2962 color CMYK value is (71,58,0,62).

  • cyan value is 71.43%
  • magenta value is 58.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(71,58,0,62)
C71M58Y0K62 
(71%,58%,0%,62%)
(0.71/0.58/0.00/0.62)	

CMYK percentages

%71.43
%58.16
%0
%61.57

Codes

Color #1C2962 in popluar color models

1C2962
RGB284198
HSL229°55.56%24.71%
HSB/HSV229°71.43%38.43%
CMYK71.43%58.16%0.00%
61.57%

Color #1C2962 in popluar number systems.

HEX1C2962
Decimal284198
Binary111001010011100010
Octal3451142

Shades and tints

Shades of #1C2962

#1C2962
(28,41,98)
#1A265A
(26,38,90)
#182352
(24,35,82)
#16204A
(22,32,74)
#141D42
(20,29,66)
#121A3A
(18,26,58)
#101732
(16,23,50)
#0E142A
(14,20,42)
#0C1122
(12,17,34)
#0A0E1A
(10,14,26)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #1C2962

#1C2962
(28,41,98)
#303C70
(48,60,112)
#444F7E
(68,79,126)
#58628C
(88,98,140)
#6C759A
(108,117,154)
#8088A8
(128,136,168)
#949BB6
(148,155,182)
#A8AEC4
(168,174,196)
#BCC1D2
(188,193,210)
#D0D4E0
(208,212,224)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2962 color. Also use rgb(28,41,98) instead hex code.

Text Font Color

.myTextColor { color: #1C2962; }

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

This text font color is #1C2962.


Background Color

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

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

This div background color is #1C2962.


Border color

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

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

This div border color is #1C2962.


Opacity

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

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

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

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

This text has shadow with #1C2962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2962 on black background.


Color preview on white background

This text has color #1C2962 on white background.



Black color preview on #1C2962 background

This text has black color on #1C2962 background.


White color preview on #1C2962 background

This text has white color on #1C2962 background.