COLOR #1C255A

HEX: #1C255A
RGB: (28,37,90)

Color info

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

RGB color model

#1C255A color RGB value is (28,37,90).

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

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 90 of 255 = 35%

28
37
90

R + G + B ~ 20%. #1C255A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 37 + 90 = 155 (100%)
R 28 of 155 ~ 18.06%
G 37 of 155 ~ 23.87%
B 90 of 155 ~ 58.06%

%18.06
%23.87
%58.06

CMYK color model

#1C255A color CMYK value is (69,59,0,65).

  • cyan value is 68.89%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(69,59,0,65)
C69M59Y0K65 
(69%,59%,0%,65%)
(0.69/0.59/0.00/0.65)	

CMYK percentages

%68.89
%58.89
%0
%64.71

Codes

Color #1C255A in popluar color models

1C255A
RGB283790
HSL231°52.54%23.14%
HSB/HSV231°68.89%35.29%
CMYK68.89%58.89%0.00%
64.71%

Color #1C255A in popluar number systems.

HEX1C255A
Decimal283790
Binary111001001011011010
Octal3445132

Shades and tints

Shades of #1C255A

#1C255A
(28,37,90)
#1A2252
(26,34,82)
#181F4A
(24,31,74)
#161C42
(22,28,66)
#14193A
(20,25,58)
#121632
(18,22,50)
#10132A
(16,19,42)
#0E1022
(14,16,34)
#0C0D1A
(12,13,26)
#0A0A12
(10,10,18)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #1C255A

#1C255A
(28,37,90)
#303869
(48,56,105)
#444B78
(68,75,120)
#585E87
(88,94,135)
#6C7196
(108,113,150)
#8084A5
(128,132,165)
#9497B4
(148,151,180)
#A8AAC3
(168,170,195)
#BCBDD2
(188,189,210)
#D0D0E1
(208,208,225)
#E4E3F0
(228,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C255A; }

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

This text font color is #1C255A.


Background Color

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

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

This div background color is #1C255A.


Border color

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

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

This div border color is #1C255A.


Opacity

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

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

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

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

This text has shadow with #1C255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C255A on black background.


Color preview on white background

This text has color #1C255A on white background.



Black color preview on #1C255A background

This text has black color on #1C255A background.


White color preview on #1C255A background

This text has white color on #1C255A background.