COLOR #1C2B58

HEX: #1C2B58
RGB: (28,43,88)

Color info

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

RGB color model

#1C2B58 color RGB value is (28,43,88).

  • red value is 28;
  • green value is 43;
  • blue value is 88.
RGB:
(28,43,88)
(11%,17%,35%)

RGB channels and saturation

R 28 of 255 = 11%
G 43 of 255 = 17%
B 88 of 255 = 35%

28
43
88

R + G + B ~ 21%. #1C2B58 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 43 + 88 = 159 (100%)
R 28 of 159 ~ 17.61%
G 43 of 159 ~ 27.04%
B 88 of 159 ~ 55.35%

%17.61
%27.04
%55.35

CMYK color model

#1C2B58 color CMYK value is (68,51,0,65).

  • cyan value is 68.18%
  • magenta value is 51.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(68,51,0,65)
C68M51Y0K65 
(68%,51%,0%,65%)
(0.68/0.51/0.00/0.65)	

CMYK percentages

%68.18
%51.14
%0
%65.49

Codes

Color #1C2B58 in popluar color models

1C2B58
RGB284388
HSL225°51.72%22.75%
HSB/HSV225°68.18%34.51%
CMYK68.18%51.14%0.00%
65.49%

Color #1C2B58 in popluar number systems.

HEX1C2B58
Decimal284388
Binary111001010111011000
Octal3453130

Shades and tints

Shades of #1C2B58

#1C2B58
(28,43,88)
#1A2850
(26,40,80)
#182548
(24,37,72)
#162240
(22,34,64)
#141F38
(20,31,56)
#121C30
(18,28,48)
#101928
(16,25,40)
#0E1620
(14,22,32)
#0C1318
(12,19,24)
#0A1010
(10,16,16)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #1C2B58

#1C2B58
(28,43,88)
#303E67
(48,62,103)
#445176
(68,81,118)
#586485
(88,100,133)
#6C7794
(108,119,148)
#808AA3
(128,138,163)
#949DB2
(148,157,178)
#A8B0C1
(168,176,193)
#BCC3D0
(188,195,208)
#D0D6DF
(208,214,223)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2B58 color. Also use rgb(28,43,88) instead hex code.

Text Font Color

.myTextColor { color: #1C2B58; }

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

This text font color is #1C2B58.


Background Color

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

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

This div background color is #1C2B58.


Border color

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

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

This div border color is #1C2B58.


Opacity

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

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

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

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

This text has shadow with #1C2B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2B58 on black background.


Color preview on white background

This text has color #1C2B58 on white background.



Black color preview on #1C2B58 background

This text has black color on #1C2B58 background.


White color preview on #1C2B58 background

This text has white color on #1C2B58 background.