COLOR #1C257C

HEX: #1C257C RGB: (28,37,124)

Color info

#1C257C contains mainly blue color. Web safe color of #1C257C is #333366 (or #336).

RGB color model

#1C257C color RGB value is (28,37,124).

RGB: (28,37,124) (11%, 15%, 49%)

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 124 of 255 = 49%

28
37
124

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

Portions of RGB colors in percentages

R + G + B = 28 + 37 + 124 = 189 (100%)
R 28 of 189 ~ 14.81%
G 37 of 189 ~ 19.58%
B 124 of 189 ~ 65.61'%

%14.81
%19.58
%65.61

CMYK color model

#1C257C color CMYK value is (77,70,0,51).

  • cyan value is 77.42%
  • magenta value is 70.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (77,70,0,51) C77M70Y0K51 (77%,70%,0%,51%) (0.77/0.70/0.00/0.51) 

CMYK percentages

%77.42
%70.16
%0
%51.37

Codes

Color #1C257C in popluar color models

1C 25 7C
RGB 28 37 124
HSL 234° 63.16% 29.80%
HSB/HSV 234° 77.42% 48.63%
CMYK 77.42% 70.16% 0.00%
51.37%

Color #1C257C in popluar number systems.

HEX 1C 25 7C
Decimal 28 37 124
Binary 11100 100101 1111100
Octal 34 45 174

Shades and tints

Shades of #1C257C

#1C257C
(28,37,124)
#1A2271
(26,34,113)
#181F66
(24,31,102)
#161C5B
(22,28,91)
#141950
(20,25,80)
#121645
(18,22,69)
#10133A
(16,19,58)
#0E102F
(14,16,47)
#0C0D24
(12,13,36)
#0A0A19
(10,10,25)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #1C257C

#1C257C
(28,37,124)
#303887
(48,56,135)
#444B92
(68,75,146)
#585E9D
(88,94,157)
#6C71A8
(108,113,168)
#8084B3
(128,132,179)
#9497BE
(148,151,190)
#A8AAC9
(168,170,201)
#BCBDD4
(188,189,212)
#D0D0DF
(208,208,223)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C257C; }

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

This text font color is #1C257C.

Background Color

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

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

This div background color is #1C257C.

Border color

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

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

This div border color is #1C257C.

Opacity

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

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

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

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

This text has shadow with #1C257C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C257C.

Preview

Color preview on black background

This text has color #1C257C on black background.


Color preview on white background

This text has color #1C257C on white background.


Black color preview on #1C257C background

This text has black color on #1C257C background.


White color preview on #1C257C background

This text has white color on #1C257C background.


Related colors

Complementary color

Complementary color for #hex is #E3DA83.


I love getcolorcode.com

Triadic colors

1 #7C1C25 and #257C1C with #1C257C are triadic colors.

2 #7C251C and #251C7C with #1C257C are triadic colors.