COLOR #24194D

HEX: #24194D
RGB: (36,25,77)

Color info

#24194D contains red, green and blue colors in about the same proportion. Web safe color of #24194D is #330033 (or #303).

RGB color model

#24194D color RGB value is (36,25,77).

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

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 77 of 255 = 30%

36
25
77

R + G + B ~ 18%. #24194D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 77 = 138 (100%)
R 36 of 138 ~ 26.09%
G 25 of 138 ~ 18.12%
B 77 of 138 ~ 55.8%

%26.09
%18.12
%55.8

CMYK color model

#24194D color CMYK value is (53,68,0,70).

  • cyan value is 53.25%
  • magenta value is 67.53%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(53,68,0,70)
C53M68Y0K70 
(53%,68%,0%,70%)
(0.53/0.68/0.00/0.70)	

CMYK percentages

%53.25
%67.53
%0
%69.8

Codes

Color #24194D in popluar color models

24194D
RGB362577
HSL253°50.98%20.00%
HSB/HSV253°67.53%30.20%
CMYK53.25%67.53%0.00%
69.80%

Color #24194D in popluar number systems.

HEX24194D
Decimal362577
Binary100100110011001101
Octal4431115

Shades and tints

Shades of #24194D

#24194D
(36,25,77)
#211746
(33,23,70)
#1E153F
(30,21,63)
#1B1338
(27,19,56)
#181131
(24,17,49)
#150F2A
(21,15,42)
#120D23
(18,13,35)
#0F0B1C
(15,11,28)
#0C0915
(12,9,21)
#09070E
(9,7,14)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #24194D

#24194D
(36,25,77)
#372D5D
(55,45,93)
#4A416D
(74,65,109)
#5D557D
(93,85,125)
#70698D
(112,105,141)
#837D9D
(131,125,157)
#9691AD
(150,145,173)
#A9A5BD
(169,165,189)
#BCB9CD
(188,185,205)
#CFCDDD
(207,205,221)
#E2E1ED
(226,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24194D color. Also use rgb(36,25,77) instead hex code.

Text Font Color

.myTextColor { color: #24194D; }

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

This text font color is #24194D.


Background Color

.myBgColor { background-color: #24194D; }

<div style="background-color:#24194D">Inner text</div>

This div background color is #24194D.


Border color

.myBorderColor { border: 1px solid #24194D; }

<div style="border:3px solid #24194D">Div</div>

This div border color is #24194D.


Opacity

.myOpacity80 { color: #24194D; opacity: 0.8; }

<p style="color:#24194D;opacity:0.8;">80%</p>

Text with #24194D 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 #24194D;}

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

This text has shadow with #24194D color.

.textShadow {text-shadow: 3px 3px 1px #24194D, 3px 3px 1px red;}

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

This text has shadow with #24194D primary color and red secondary color.


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

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

This text has shadow with #24194D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24194D on black background.


Color preview on white background

This text has color #24194D on white background.



Black color preview on #24194D background

This text has black color on #24194D background.


White color preview on #24194D background

This text has white color on #24194D background.