COLOR #241C5A

HEX: #241C5A
RGB: (36,28,90)

Color info

#241C5A contains mainly red and blue colors. Web safe color of #241C5A is #333366 (or #336).

RGB color model

#241C5A color RGB value is (36,28,90).

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

RGB channels and saturation

R 36 of 255 = 14%
G 28 of 255 = 11%
B 90 of 255 = 35%

36
28
90

R + G + B ~ 20%. #241C5A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 28 + 90 = 154 (100%)
R 36 of 154 ~ 23.38%
G 28 of 154 ~ 18.18%
B 90 of 154 ~ 58.44%

%23.38
%18.18
%58.44

CMYK color model

#241C5A color CMYK value is (60,69,0,65).

  • cyan value is 60.00%
  • magenta value is 68.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(60,69,0,65)
C60M69Y0K65 
(60%,69%,0%,65%)
(0.60/0.69/0.00/0.65)	

CMYK percentages

%60
%68.89
%0
%64.71

Codes

Color #241C5A in popluar color models

241C5A
RGB362890
HSL248°52.54%23.14%
HSB/HSV248°68.89%35.29%
CMYK60.00%68.89%0.00%
64.71%

Color #241C5A in popluar number systems.

HEX241C5A
Decimal362890
Binary100100111001011010
Octal4434132

Shades and tints

Shades of #241C5A

#241C5A
(36,28,90)
#211A52
(33,26,82)
#1E184A
(30,24,74)
#1B1642
(27,22,66)
#18143A
(24,20,58)
#151232
(21,18,50)
#12102A
(18,16,42)
#0F0E22
(15,14,34)
#0C0C1A
(12,12,26)
#090A12
(9,10,18)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #241C5A

#241C5A
(36,28,90)
#373069
(55,48,105)
#4A4478
(74,68,120)
#5D5887
(93,88,135)
#706C96
(112,108,150)
#8380A5
(131,128,165)
#9694B4
(150,148,180)
#A9A8C3
(169,168,195)
#BCBCD2
(188,188,210)
#CFD0E1
(207,208,225)
#E2E4F0
(226,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241C5A; }

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

This text font color is #241C5A.


Background Color

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

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

This div background color is #241C5A.


Border color

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

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

This div border color is #241C5A.


Opacity

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

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

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

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

This text has shadow with #241C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241C5A on black background.


Color preview on white background

This text has color #241C5A on white background.



Black color preview on #241C5A background

This text has black color on #241C5A background.


White color preview on #241C5A background

This text has white color on #241C5A background.