COLOR #1C335C

HEX: #1C335C
RGB: (28,51,92)

Color info

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

RGB color model

#1C335C color RGB value is (28,51,92).

  • red value is 28;
  • green value is 51;
  • blue value is 92.
RGB:
(28,51,92)
(11%,20%,36%)

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 92 of 255 = 36%

28
51
92

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

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 92 = 171 (100%)
R 28 of 171 ~ 16.37%
G 51 of 171 ~ 29.82%
B 92 of 171 ~ 53.8%

%16.37
%29.82
%53.8

CMYK color model

#1C335C color CMYK value is (70,45,0,64).

  • cyan value is 69.57%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(70,45,0,64)
C70M45Y0K64 
(70%,45%,0%,64%)
(0.70/0.45/0.00/0.64)	

CMYK percentages

%69.57
%44.57
%0
%63.92

Codes

Color #1C335C in popluar color models

1C335C
RGB285192
HSL218°53.33%23.53%
HSB/HSV218°69.57%36.08%
CMYK69.57%44.57%0.00%
63.92%

Color #1C335C in popluar number systems.

HEX1C335C
Decimal285192
Binary111001100111011100
Octal3463134

Shades and tints

Shades of #1C335C

#1C335C
(28,51,92)
#1A2F54
(26,47,84)
#182B4C
(24,43,76)
#162744
(22,39,68)
#14233C
(20,35,60)
#121F34
(18,31,52)
#101B2C
(16,27,44)
#0E1724
(14,23,36)
#0C131C
(12,19,28)
#0A0F14
(10,15,20)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #1C335C

#1C335C
(28,51,92)
#30456A
(48,69,106)
#445778
(68,87,120)
#586986
(88,105,134)
#6C7B94
(108,123,148)
#808DA2
(128,141,162)
#949FB0
(148,159,176)
#A8B1BE
(168,177,190)
#BCC3CC
(188,195,204)
#D0D5DA
(208,213,218)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C335C color. Also use rgb(28,51,92) instead hex code.

Text Font Color

.myTextColor { color: #1C335C; }

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

This text font color is #1C335C.


Background Color

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

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

This div background color is #1C335C.


Border color

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

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

This div border color is #1C335C.


Opacity

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

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

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

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

This text has shadow with #1C335C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C335C on black background.


Color preview on white background

This text has color #1C335C on white background.



Black color preview on #1C335C background

This text has black color on #1C335C background.


White color preview on #1C335C background

This text has white color on #1C335C background.