COLOR #241B5E

HEX: #241B5E
RGB: (36,27,94)

Color info

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

RGB color model

#241B5E color RGB value is (36,27,94).

  • red value is 36;
  • green value is 27;
  • blue value is 94.
RGB:
(36,27,94)
(14%,11%,37%)

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 94 of 255 = 37%

36
27
94

R + G + B ~ 21%. #241B5E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 94 = 157 (100%)
R 36 of 157 ~ 22.93%
G 27 of 157 ~ 17.2%
B 94 of 157 ~ 59.87%

%22.93
%17.2
%59.87

CMYK color model

#241B5E color CMYK value is (62,71,0,63).

  • cyan value is 61.70%
  • magenta value is 71.28%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(62,71,0,63)
C62M71Y0K63 
(62%,71%,0%,63%)
(0.62/0.71/0.00/0.63)	

CMYK percentages

%61.7
%71.28
%0
%63.14

Codes

Color #241B5E in popluar color models

241B5E
RGB362794
HSL248°55.37%23.73%
HSB/HSV248°71.28%36.86%
CMYK61.70%71.28%0.00%
63.14%

Color #241B5E in popluar number systems.

HEX241B5E
Decimal362794
Binary100100110111011110
Octal4433136

Shades and tints

Shades of #241B5E

#241B5E
(36,27,94)
#211956
(33,25,86)
#1E174E
(30,23,78)
#1B1546
(27,21,70)
#18133E
(24,19,62)
#151136
(21,17,54)
#120F2E
(18,15,46)
#0F0D26
(15,13,38)
#0C0B1E
(12,11,30)
#090916
(9,9,22)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #241B5E

#241B5E
(36,27,94)
#372F6C
(55,47,108)
#4A437A
(74,67,122)
#5D5788
(93,87,136)
#706B96
(112,107,150)
#837FA4
(131,127,164)
#9693B2
(150,147,178)
#A9A7C0
(169,167,192)
#BCBBCE
(188,187,206)
#CFCFDC
(207,207,220)
#E2E3EA
(226,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241B5E color. Also use rgb(36,27,94) instead hex code.

Text Font Color

.myTextColor { color: #241B5E; }

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

This text font color is #241B5E.


Background Color

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

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

This div background color is #241B5E.


Border color

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

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

This div border color is #241B5E.


Opacity

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

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

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

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

This text has shadow with #241B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B5E on black background.


Color preview on white background

This text has color #241B5E on white background.



Black color preview on #241B5E background

This text has black color on #241B5E background.


White color preview on #241B5E background

This text has white color on #241B5E background.