COLOR #24599F

HEX: #24599F
RGB: (36,89,159)

Color info

#24599F contains mainly blue color. Web safe color of #24599F is #336699 (or #369).

RGB color model

#24599F color RGB value is (36,89,159).

  • red value is 36;
  • green value is 89;
  • blue value is 159.
RGB:
(36,89,159)
(14%,35%,62%)

RGB channels and saturation

R 36 of 255 = 14%
G 89 of 255 = 35%
B 159 of 255 = 62%

36
89
159

R + G + B ~ 37%. #24599F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 89 + 159 = 284 (100%)
R 36 of 284 ~ 12.68%
G 89 of 284 ~ 31.34%
B 159 of 284 ~ 55.99%

%12.68
%31.34
%55.99

CMYK color model

#24599F color CMYK value is (77,44,0,38).

  • cyan value is 77.36%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(77,44,0,38)
C77M44Y0K38 
(77%,44%,0%,38%)
(0.77/0.44/0.00/0.38)	

CMYK percentages

%77.36
%44.03
%0
%37.65

Codes

Color #24599F in popluar color models

24599F
RGB3689159
HSL214°63.08%38.24%
HSB/HSV214°77.36%62.35%
CMYK77.36%44.03%0.00%
37.65%

Color #24599F in popluar number systems.

HEX24599F
Decimal3689159
Binary100100101100110011111
Octal44131237

Shades and tints

Shades of #24599F

#24599F
(36,89,159)
#215191
(33,81,145)
#1E4983
(30,73,131)
#1B4175
(27,65,117)
#183967
(24,57,103)
#153159
(21,49,89)
#12294B
(18,41,75)
#0F213D
(15,33,61)
#0C192F
(12,25,47)
#091121
(9,17,33)
#060913
(6,9,19)
#000000
(0,0,0)

Tints of #24599F

#24599F
(36,89,159)
#3768A7
(55,104,167)
#4A77AF
(74,119,175)
#5D86B7
(93,134,183)
#7095BF
(112,149,191)
#83A4C7
(131,164,199)
#96B3CF
(150,179,207)
#A9C2D7
(169,194,215)
#BCD1DF
(188,209,223)
#CFE0E7
(207,224,231)
#E2EFEF
(226,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24599F color. Also use rgb(36,89,159) instead hex code.

Text Font Color

.myTextColor { color: #24599F; }

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

This text font color is #24599F.


Background Color

.myBgColor { background-color: #24599F; }

<div style="background-color:#24599F">Inner text</div>

This div background color is #24599F.


Border color

.myBorderColor { border: 1px solid #24599F; }

<div style="border:3px solid #24599F">Div</div>

This div border color is #24599F.


Opacity

.myOpacity80 { color: #24599F; opacity: 0.8; }

<p style="color:#24599F;opacity:0.8;">80%</p>

Text with #24599F 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 #24599F;}

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

This text has shadow with #24599F color.

.textShadow {text-shadow: 3px 3px 1px #24599F, 3px 3px 1px red;}

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

This text has shadow with #24599F primary color and red secondary color.


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

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

This text has shadow with #24599F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24599F on black background.


Color preview on white background

This text has color #24599F on white background.



Black color preview on #24599F background

This text has black color on #24599F background.


White color preview on #24599F background

This text has white color on #24599F background.