COLOR #241A76

HEX: #241A76
RGB: (36,26,118)

Color info

#241A76 contains mainly blue color. Web safe color of #241A76 is #330066 (or #306).

RGB color model

#241A76 color RGB value is (36,26,118).

  • red value is 36;
  • green value is 26;
  • blue value is 118.
RGB:
(36,26,118)
(14%,10%,46%)

RGB channels and saturation

R 36 of 255 = 14%
G 26 of 255 = 10%
B 118 of 255 = 46%

36
26
118

R + G + B ~ 23%. #241A76 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 26 + 118 = 180 (100%)
R 36 of 180 ~ 20%
G 26 of 180 ~ 14.44%
B 118 of 180 ~ 65.56%

%20
%14.44
%65.56

CMYK color model

#241A76 color CMYK value is (69,78,0,54).

  • cyan value is 69.49%
  • magenta value is 77.97%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(69,78,0,54)
C69M78Y0K54 
(69%,78%,0%,54%)
(0.69/0.78/0.00/0.54)	

CMYK percentages

%69.49
%77.97
%0
%53.73

Codes

Color #241A76 in popluar color models

241A76
RGB3626118
HSL247°63.89%28.24%
HSB/HSV247°77.97%46.27%
CMYK69.49%77.97%0.00%
53.73%

Color #241A76 in popluar number systems.

HEX241A76
Decimal3626118
Binary100100110101110110
Octal4432166

Shades and tints

Shades of #241A76

#241A76
(36,26,118)
#21186C
(33,24,108)
#1E1662
(30,22,98)
#1B1458
(27,20,88)
#18124E
(24,18,78)
#151044
(21,16,68)
#120E3A
(18,14,58)
#0F0C30
(15,12,48)
#0C0A26
(12,10,38)
#09081C
(9,8,28)
#060612
(6,6,18)
#000000
(0,0,0)

Tints of #241A76

#241A76
(36,26,118)
#372E82
(55,46,130)
#4A428E
(74,66,142)
#5D569A
(93,86,154)
#706AA6
(112,106,166)
#837EB2
(131,126,178)
#9692BE
(150,146,190)
#A9A6CA
(169,166,202)
#BCBAD6
(188,186,214)
#CFCEE2
(207,206,226)
#E2E2EE
(226,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241A76 color. Also use rgb(36,26,118) instead hex code.

Text Font Color

.myTextColor { color: #241A76; }

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

This text font color is #241A76.


Background Color

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

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

This div background color is #241A76.


Border color

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

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

This div border color is #241A76.


Opacity

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

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

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

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

This text has shadow with #241A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241A76 on black background.


Color preview on white background

This text has color #241A76 on white background.



Black color preview on #241A76 background

This text has black color on #241A76 background.


White color preview on #241A76 background

This text has white color on #241A76 background.