COLOR #24137E

HEX: #24137E
RGB: (36,19,126)

Color info

#24137E contains mainly blue color. Web safe color of #24137E is #330066 (or #306).

RGB color model

#24137E color RGB value is (36,19,126).

  • red value is 36;
  • green value is 19;
  • blue value is 126.
RGB:
(36,19,126)
(14%,7%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 126 of 255 = 49%

36
19
126

R + G + B ~ 23%. #24137E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 126 = 181 (100%)
R 36 of 181 ~ 19.89%
G 19 of 181 ~ 10.5%
B 126 of 181 ~ 69.61%

%19.89
%10.5
%69.61

CMYK color model

#24137E color CMYK value is (71,85,0,51).

  • cyan value is 71.43%
  • magenta value is 84.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(71,85,0,51)
C71M85Y0K51 
(71%,85%,0%,51%)
(0.71/0.85/0.00/0.51)	

CMYK percentages

%71.43
%84.92
%0
%50.59

Codes

Color #24137E in popluar color models

24137E
RGB3619126
HSL250°73.79%28.43%
HSB/HSV250°84.92%49.41%
CMYK71.43%84.92%0.00%
50.59%

Color #24137E in popluar number systems.

HEX24137E
Decimal3619126
Binary100100100111111110
Octal4423176

Shades and tints

Shades of #24137E

#24137E
(36,19,126)
#211273
(33,18,115)
#1E1168
(30,17,104)
#1B105D
(27,16,93)
#180F52
(24,15,82)
#150E47
(21,14,71)
#120D3C
(18,13,60)
#0F0C31
(15,12,49)
#0C0B26
(12,11,38)
#090A1B
(9,10,27)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #24137E

#24137E
(36,19,126)
#372889
(55,40,137)
#4A3D94
(74,61,148)
#5D529F
(93,82,159)
#7067AA
(112,103,170)
#837CB5
(131,124,181)
#9691C0
(150,145,192)
#A9A6CB
(169,166,203)
#BCBBD6
(188,187,214)
#CFD0E1
(207,208,225)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24137E color. Also use rgb(36,19,126) instead hex code.

Text Font Color

.myTextColor { color: #24137E; }

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

This text font color is #24137E.


Background Color

.myBgColor { background-color: #24137E; }

<div style="background-color:#24137E">Inner text</div>

This div background color is #24137E.


Border color

.myBorderColor { border: 1px solid #24137E; }

<div style="border:3px solid #24137E">Div</div>

This div border color is #24137E.


Opacity

.myOpacity80 { color: #24137E; opacity: 0.8; }

<p style="color:#24137E;opacity:0.8;">80%</p>

Text with #24137E 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 #24137E;}

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

This text has shadow with #24137E color.

.textShadow {text-shadow: 3px 3px 1px #24137E, 3px 3px 1px red;}

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

This text has shadow with #24137E primary color and red secondary color.


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

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

This text has shadow with #24137E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24137E on black background.


Color preview on white background

This text has color #24137E on white background.



Black color preview on #24137E background

This text has black color on #24137E background.


White color preview on #24137E background

This text has white color on #24137E background.