COLOR #241B4F

HEX: #241B4F
RGB: (36,27,79)

Color info

#241B4F contains red, green and blue colors in about the same proportion. Web safe color of #241B4F is #333366 (or #336).

RGB color model

#241B4F color RGB value is (36,27,79).

  • red value is 36;
  • green value is 27;
  • blue value is 79.
RGB:
(36,27,79)
(14%,11%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 79 of 255 = 31%

36
27
79

R + G + B ~ 19%. #241B4F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 79 = 142 (100%)
R 36 of 142 ~ 25.35%
G 27 of 142 ~ 19.01%
B 79 of 142 ~ 55.63%

%25.35
%19.01
%55.63

CMYK color model

#241B4F color CMYK value is (54,66,0,69).

  • cyan value is 54.43%
  • magenta value is 65.82%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(54,66,0,69)
C54M66Y0K69 
(54%,66%,0%,69%)
(0.54/0.66/0.00/0.69)	

CMYK percentages

%54.43
%65.82
%0
%69.02

Codes

Color #241B4F in popluar color models

241B4F
RGB362779
HSL250°49.06%20.78%
HSB/HSV250°65.82%30.98%
CMYK54.43%65.82%0.00%
69.02%

Color #241B4F in popluar number systems.

HEX241B4F
Decimal362779
Binary100100110111001111
Octal4433117

Shades and tints

Shades of #241B4F

#241B4F
(36,27,79)
#211948
(33,25,72)
#1E1741
(30,23,65)
#1B153A
(27,21,58)
#181333
(24,19,51)
#15112C
(21,17,44)
#120F25
(18,15,37)
#0F0D1E
(15,13,30)
#0C0B17
(12,11,23)
#090910
(9,9,16)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #241B4F

#241B4F
(36,27,79)
#372F5F
(55,47,95)
#4A436F
(74,67,111)
#5D577F
(93,87,127)
#706B8F
(112,107,143)
#837F9F
(131,127,159)
#9693AF
(150,147,175)
#A9A7BF
(169,167,191)
#BCBBCF
(188,187,207)
#CFCFDF
(207,207,223)
#E2E3EF
(226,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241B4F color. Also use rgb(36,27,79) instead hex code.

Text Font Color

.myTextColor { color: #241B4F; }

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

This text font color is #241B4F.


Background Color

.myBgColor { background-color: #241B4F; }

<div style="background-color:#241B4F">Inner text</div>

This div background color is #241B4F.


Border color

.myBorderColor { border: 1px solid #241B4F; }

<div style="border:3px solid #241B4F">Div</div>

This div border color is #241B4F.


Opacity

.myOpacity80 { color: #241B4F; opacity: 0.8; }

<p style="color:#241B4F;opacity:0.8;">80%</p>

Text with #241B4F 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 #241B4F;}

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

This text has shadow with #241B4F color.

.textShadow {text-shadow: 3px 3px 1px #241B4F, 3px 3px 1px red;}

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

This text has shadow with #241B4F primary color and red secondary color.


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

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

This text has shadow with #241B4F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B4F on black background.


Color preview on white background

This text has color #241B4F on white background.



Black color preview on #241B4F background

This text has black color on #241B4F background.


White color preview on #241B4F background

This text has white color on #241B4F background.