COLOR #241B6F

HEX: #241B6F
RGB: (36,27,111)

Color info

#241B6F contains mainly blue color. Web safe color of #241B6F is #333366 (or #336).

RGB color model

#241B6F color RGB value is (36,27,111).

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

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 111 of 255 = 44%

36
27
111

R + G + B ~ 23%. #241B6F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 111 = 174 (100%)
R 36 of 174 ~ 20.69%
G 27 of 174 ~ 15.52%
B 111 of 174 ~ 63.79%

%20.69
%15.52
%63.79

CMYK color model

#241B6F color CMYK value is (68,76,0,56).

  • cyan value is 67.57%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(68,76,0,56)
C68M76Y0K56 
(68%,76%,0%,56%)
(0.68/0.76/0.00/0.56)	

CMYK percentages

%67.57
%75.68
%0
%56.47

Codes

Color #241B6F in popluar color models

241B6F
RGB3627111
HSL246°60.87%27.06%
HSB/HSV246°75.68%43.53%
CMYK67.57%75.68%0.00%
56.47%

Color #241B6F in popluar number systems.

HEX241B6F
Decimal3627111
Binary100100110111101111
Octal4433157

Shades and tints

Shades of #241B6F

#241B6F
(36,27,111)
#211965
(33,25,101)
#1E175B
(30,23,91)
#1B1551
(27,21,81)
#181347
(24,19,71)
#15113D
(21,17,61)
#120F33
(18,15,51)
#0F0D29
(15,13,41)
#0C0B1F
(12,11,31)
#090915
(9,9,21)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #241B6F

#241B6F
(36,27,111)
#372F7C
(55,47,124)
#4A4389
(74,67,137)
#5D5796
(93,87,150)
#706BA3
(112,107,163)
#837FB0
(131,127,176)
#9693BD
(150,147,189)
#A9A7CA
(169,167,202)
#BCBBD7
(188,187,215)
#CFCFE4
(207,207,228)
#E2E3F1
(226,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241B6F; }

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

This text font color is #241B6F.


Background Color

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

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

This div background color is #241B6F.


Border color

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

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

This div border color is #241B6F.


Opacity

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

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

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

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

This text has shadow with #241B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B6F on black background.


Color preview on white background

This text has color #241B6F on white background.



Black color preview on #241B6F background

This text has black color on #241B6F background.


White color preview on #241B6F background

This text has white color on #241B6F background.