COLOR #241C9B

HEX: #241C9B
RGB: (36,28,155)

Color info

#241C9B contains mainly blue color. Web safe color of #241C9B is #333399 (or #339).

RGB color model

#241C9B color RGB value is (36,28,155).

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

RGB channels and saturation

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

36
28
155

R + G + B ~ 29%. #241C9B is quite dark color.

Portions of RGB colors in percentages

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

%16.44
%12.79
%70.78

CMYK color model

#241C9B color CMYK value is (77,82,0,39).

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

CMYK percentages

%76.77
%81.94
%0
%39.22

Codes

Color #241C9B in popluar color models

241C9B
RGB3628155
HSL244°69.40%35.88%
HSB/HSV244°81.94%60.78%
CMYK76.77%81.94%0.00%
39.22%

Color #241C9B in popluar number systems.

HEX241C9B
Decimal3628155
Binary1001001110010011011
Octal4434233

Shades and tints

Shades of #241C9B

#241C9B
(36,28,155)
#211A8D
(33,26,141)
#1E187F
(30,24,127)
#1B1671
(27,22,113)
#181463
(24,20,99)
#151255
(21,18,85)
#121047
(18,16,71)
#0F0E39
(15,14,57)
#0C0C2B
(12,12,43)
#090A1D
(9,10,29)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #241C9B

#241C9B
(36,28,155)
#3730A4
(55,48,164)
#4A44AD
(74,68,173)
#5D58B6
(93,88,182)
#706CBF
(112,108,191)
#8380C8
(131,128,200)
#9694D1
(150,148,209)
#A9A8DA
(169,168,218)
#BCBCE3
(188,188,227)
#CFD0EC
(207,208,236)
#E2E4F5
(226,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241C9B; }

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

This text font color is #241C9B.


Background Color

.myBgColor { background-color: #241C9B; }

<div style="background-color:#241C9B">Inner text</div>

This div background color is #241C9B.


Border color

.myBorderColor { border: 1px solid #241C9B; }

<div style="border:3px solid #241C9B">Div</div>

This div border color is #241C9B.


Opacity

.myOpacity80 { color: #241C9B; opacity: 0.8; }

<p style="color:#241C9B;opacity:0.8;">80%</p>

Text with #241C9B 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 #241C9B;}

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

This text has shadow with #241C9B color.

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

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

This text has shadow with #241C9B primary color and red secondary color.


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

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

This text has shadow with #241C9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241C9B on black background.


Color preview on white background

This text has color #241C9B on white background.



Black color preview on #241C9B background

This text has black color on #241C9B background.


White color preview on #241C9B background

This text has white color on #241C9B background.