COLOR #1C249B

HEX: #1C249B
RGB: (28,36,155)

Color info

#1C249B contains mainly blue color. Web safe color of #1C249B is #333399 (or #339).

RGB color model

#1C249B color RGB value is (28,36,155).

  • red value is 28;
  • green value is 36;
  • blue value is 155.
RGB:
(28,36,155)
(11%,14%,61%)

RGB channels and saturation

R 28 of 255 = 11%
G 36 of 255 = 14%
B 155 of 255 = 61%

28
36
155

R + G + B ~ 29%. #1C249B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 36 + 155 = 219 (100%)
R 28 of 219 ~ 12.79%
G 36 of 219 ~ 16.44%
B 155 of 219 ~ 70.78%

%12.79
%16.44
%70.78

CMYK color model

#1C249B color CMYK value is (82,77,0,39).

  • cyan value is 81.94%
  • magenta value is 76.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(82,77,0,39)
C82M77Y0K39 
(82%,77%,0%,39%)
(0.82/0.77/0.00/0.39)	

CMYK percentages

%81.94
%76.77
%0
%39.22

Codes

Color #1C249B in popluar color models

1C249B
RGB2836155
HSL236°69.40%35.88%
HSB/HSV236°81.94%60.78%
CMYK81.94%76.77%0.00%
39.22%

Color #1C249B in popluar number systems.

HEX1C249B
Decimal2836155
Binary1110010010010011011
Octal3444233

Shades and tints

Shades of #1C249B

#1C249B
(28,36,155)
#1A218D
(26,33,141)
#181E7F
(24,30,127)
#161B71
(22,27,113)
#141863
(20,24,99)
#121555
(18,21,85)
#101247
(16,18,71)
#0E0F39
(14,15,57)
#0C0C2B
(12,12,43)
#0A091D
(10,9,29)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #1C249B

#1C249B
(28,36,155)
#3037A4
(48,55,164)
#444AAD
(68,74,173)
#585DB6
(88,93,182)
#6C70BF
(108,112,191)
#8083C8
(128,131,200)
#9496D1
(148,150,209)
#A8A9DA
(168,169,218)
#BCBCE3
(188,188,227)
#D0CFEC
(208,207,236)
#E4E2F5
(228,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C249B color. Also use rgb(28,36,155) instead hex code.

Text Font Color

.myTextColor { color: #1C249B; }

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

This text font color is #1C249B.


Background Color

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

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

This div background color is #1C249B.


Border color

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

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

This div border color is #1C249B.


Opacity

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

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

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

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

This text has shadow with #1C249B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C249B on black background.


Color preview on white background

This text has color #1C249B on white background.



Black color preview on #1C249B background

This text has black color on #1C249B background.


White color preview on #1C249B background

This text has white color on #1C249B background.