COLOR #24198B

HEX: #24198B
RGB: (36,25,139)

Color info

#24198B contains mainly blue color. Web safe color of #24198B is #330099 (or #309).

RGB color model

#24198B color RGB value is (36,25,139).

  • red value is 36;
  • green value is 25;
  • blue value is 139.
RGB:
(36,25,139)
(14%,10%,55%)

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 139 of 255 = 55%

36
25
139

R + G + B ~ 26%. #24198B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 139 = 200 (100%)
R 36 of 200 ~ 18%
G 25 of 200 ~ 12.5%
B 139 of 200 ~ 69.5%

%18
%12.5
%69.5

CMYK color model

#24198B color CMYK value is (74,82,0,45).

  • cyan value is 74.10%
  • magenta value is 82.01%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(74,82,0,45)
C74M82Y0K45 
(74%,82%,0%,45%)
(0.74/0.82/0.00/0.45)	

CMYK percentages

%74.1
%82.01
%0
%45.49

Codes

Color #24198B in popluar color models

24198B
RGB3625139
HSL246°69.51%32.16%
HSB/HSV246°82.01%54.51%
CMYK74.10%82.01%0.00%
45.49%

Color #24198B in popluar number systems.

HEX24198B
Decimal3625139
Binary1001001100110001011
Octal4431213

Shades and tints

Shades of #24198B

#24198B
(36,25,139)
#21177F
(33,23,127)
#1E1573
(30,21,115)
#1B1367
(27,19,103)
#18115B
(24,17,91)
#150F4F
(21,15,79)
#120D43
(18,13,67)
#0F0B37
(15,11,55)
#0C092B
(12,9,43)
#09071F
(9,7,31)
#060513
(6,5,19)
#000000
(0,0,0)

Tints of #24198B

#24198B
(36,25,139)
#372D95
(55,45,149)
#4A419F
(74,65,159)
#5D55A9
(93,85,169)
#7069B3
(112,105,179)
#837DBD
(131,125,189)
#9691C7
(150,145,199)
#A9A5D1
(169,165,209)
#BCB9DB
(188,185,219)
#CFCDE5
(207,205,229)
#E2E1EF
(226,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24198B color. Also use rgb(36,25,139) instead hex code.

Text Font Color

.myTextColor { color: #24198B; }

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

This text font color is #24198B.


Background Color

.myBgColor { background-color: #24198B; }

<div style="background-color:#24198B">Inner text</div>

This div background color is #24198B.


Border color

.myBorderColor { border: 1px solid #24198B; }

<div style="border:3px solid #24198B">Div</div>

This div border color is #24198B.


Opacity

.myOpacity80 { color: #24198B; opacity: 0.8; }

<p style="color:#24198B;opacity:0.8;">80%</p>

Text with #24198B 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 #24198B;}

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

This text has shadow with #24198B color.

.textShadow {text-shadow: 3px 3px 1px #24198B, 3px 3px 1px red;}

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

This text has shadow with #24198B primary color and red secondary color.


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

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

This text has shadow with #24198B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24198B on black background.


Color preview on white background

This text has color #24198B on white background.



Black color preview on #24198B background

This text has black color on #24198B background.


White color preview on #24198B background

This text has white color on #24198B background.