COLOR #240E7D

HEX: #240E7D
RGB: (36,14,125)

Color info

#240E7D contains mainly blue color. Web safe color of #240E7D is #330066 (or #306).

RGB color model

#240E7D color RGB value is (36,14,125).

  • red value is 36;
  • green value is 14;
  • blue value is 125.
RGB:
(36,14,125)
(14%,5%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 14 of 255 = 5%
B 125 of 255 = 49%

36
14
125

R + G + B ~ 23%. #240E7D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 14 + 125 = 175 (100%)
R 36 of 175 ~ 20.57%
G 14 of 175 ~ 8%
B 125 of 175 ~ 71.43%

%20.57
%71.43

CMYK color model

#240E7D color CMYK value is (71,89,0,51).

  • cyan value is 71.20%
  • magenta value is 88.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(71,89,0,51)
C71M89Y0K51 
(71%,89%,0%,51%)
(0.71/0.89/0.00/0.51)	

CMYK percentages

%71.2
%88.8
%0
%50.98

Codes

Color #240E7D in popluar color models

240E7D
RGB3614125
HSL252°79.86%27.25%
HSB/HSV252°88.80%49.02%
CMYK71.20%88.80%0.00%
50.98%

Color #240E7D in popluar number systems.

HEX240E7D
Decimal3614125
Binary10010011101111101
Octal4416175

Shades and tints

Shades of #240E7D

#240E7D
(36,14,125)
#210D72
(33,13,114)
#1E0C67
(30,12,103)
#1B0B5C
(27,11,92)
#180A51
(24,10,81)
#150946
(21,9,70)
#12083B
(18,8,59)
#0F0730
(15,7,48)
#0C0625
(12,6,37)
#09051A
(9,5,26)
#06040F
(6,4,15)
#000000
(0,0,0)

Tints of #240E7D

#240E7D
(36,14,125)
#372388
(55,35,136)
#4A3893
(74,56,147)
#5D4D9E
(93,77,158)
#7062A9
(112,98,169)
#8377B4
(131,119,180)
#968CBF
(150,140,191)
#A9A1CA
(169,161,202)
#BCB6D5
(188,182,213)
#CFCBE0
(207,203,224)
#E2E0EB
(226,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240E7D color. Also use rgb(36,14,125) instead hex code.

Text Font Color

.myTextColor { color: #240E7D; }

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

This text font color is #240E7D.


Background Color

.myBgColor { background-color: #240E7D; }

<div style="background-color:#240E7D">Inner text</div>

This div background color is #240E7D.


Border color

.myBorderColor { border: 1px solid #240E7D; }

<div style="border:3px solid #240E7D">Div</div>

This div border color is #240E7D.


Opacity

.myOpacity80 { color: #240E7D; opacity: 0.8; }

<p style="color:#240E7D;opacity:0.8;">80%</p>

Text with #240E7D 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 #240E7D;}

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

This text has shadow with #240E7D color.

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

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

This text has shadow with #240E7D primary color and red secondary color.


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

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

This text has shadow with #240E7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240E7D on black background.


Color preview on white background

This text has color #240E7D on white background.



Black color preview on #240E7D background

This text has black color on #240E7D background.


White color preview on #240E7D background

This text has white color on #240E7D background.