COLOR #1C455B

HEX: #1C455B
RGB: (28,69,91)

Color info

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

RGB color model

#1C455B color RGB value is (28,69,91).

  • red value is 28;
  • green value is 69;
  • blue value is 91.
RGB:
(28,69,91)
(11%,27%,36%)

RGB channels and saturation

R 28 of 255 = 11%
G 69 of 255 = 27%
B 91 of 255 = 36%

28
69
91

R + G + B ~ 25%. #1C455B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 69 + 91 = 188 (100%)
R 28 of 188 ~ 14.89%
G 69 of 188 ~ 36.7%
B 91 of 188 ~ 48.4%

%14.89
%36.7
%48.4

CMYK color model

#1C455B color CMYK value is (69,24,0,64).

  • cyan value is 69.23%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(69,24,0,64)
C69M24Y0K64 
(69%,24%,0%,64%)
(0.69/0.24/0.00/0.64)	

CMYK percentages

%69.23
%24.18
%0
%64.31

Codes

Color #1C455B in popluar color models

1C455B
RGB286991
HSL201°52.94%23.33%
HSB/HSV201°69.23%35.69%
CMYK69.23%24.18%0.00%
64.31%

Color #1C455B in popluar number systems.

HEX1C455B
Decimal286991
Binary1110010001011011011
Octal34105133

Shades and tints

Shades of #1C455B

#1C455B
(28,69,91)
#1A3F53
(26,63,83)
#18394B
(24,57,75)
#163343
(22,51,67)
#142D3B
(20,45,59)
#122733
(18,39,51)
#10212B
(16,33,43)
#0E1B23
(14,27,35)
#0C151B
(12,21,27)
#0A0F13
(10,15,19)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #1C455B

#1C455B
(28,69,91)
#305569
(48,85,105)
#446577
(68,101,119)
#587585
(88,117,133)
#6C8593
(108,133,147)
#8095A1
(128,149,161)
#94A5AF
(148,165,175)
#A8B5BD
(168,181,189)
#BCC5CB
(188,197,203)
#D0D5D9
(208,213,217)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C455B color. Also use rgb(28,69,91) instead hex code.

Text Font Color

.myTextColor { color: #1C455B; }

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

This text font color is #1C455B.


Background Color

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

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

This div background color is #1C455B.


Border color

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

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

This div border color is #1C455B.


Opacity

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

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

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

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

This text has shadow with #1C455B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C455B on black background.


Color preview on white background

This text has color #1C455B on white background.



Black color preview on #1C455B background

This text has black color on #1C455B background.


White color preview on #1C455B background

This text has white color on #1C455B background.