COLOR #24066A

HEX: #24066A
RGB: (36,6,106)

Color info

#24066A contains mainly blue color. Web safe color of #24066A is #330066 (or #306).

RGB color model

#24066A color RGB value is (36,6,106).

  • red value is 36;
  • green value is 6;
  • blue value is 106.
RGB:
(36,6,106)
(14%,2%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 6 of 255 = 2%
B 106 of 255 = 42%

36
6
106

R + G + B ~ 19%. #24066A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 6 + 106 = 148 (100%)
R 36 of 148 ~ 24.32%
G 6 of 148 ~ 4.05%
B 106 of 148 ~ 71.62%

%24.32
%71.62

CMYK color model

#24066A color CMYK value is (66,94,0,58).

  • cyan value is 66.04%
  • magenta value is 94.34%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(66,94,0,58)
C66M94Y0K58 
(66%,94%,0%,58%)
(0.66/0.94/0.00/0.58)	

CMYK percentages

%66.04
%94.34
%0
%58.43

Codes

Color #24066A in popluar color models

24066A
RGB366106
HSL258°89.29%21.96%
HSB/HSV258°94.34%41.57%
CMYK66.04%94.34%0.00%
58.43%

Color #24066A in popluar number systems.

HEX24066A
Decimal366106
Binary1001001101101010
Octal446152

Shades and tints

Shades of #24066A

#24066A
(36,6,106)
#210661
(33,6,97)
#1E0658
(30,6,88)
#1B064F
(27,6,79)
#180646
(24,6,70)
#15063D
(21,6,61)
#120634
(18,6,52)
#0F062B
(15,6,43)
#0C0622
(12,6,34)
#090619
(9,6,25)
#060610
(6,6,16)
#000000
(0,0,0)

Tints of #24066A

#24066A
(36,6,106)
#371C77
(55,28,119)
#4A3284
(74,50,132)
#5D4891
(93,72,145)
#705E9E
(112,94,158)
#8374AB
(131,116,171)
#968AB8
(150,138,184)
#A9A0C5
(169,160,197)
#BCB6D2
(188,182,210)
#CFCCDF
(207,204,223)
#E2E2EC
(226,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24066A color. Also use rgb(36,6,106) instead hex code.

Text Font Color

.myTextColor { color: #24066A; }

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

This text font color is #24066A.


Background Color

.myBgColor { background-color: #24066A; }

<div style="background-color:#24066A">Inner text</div>

This div background color is #24066A.


Border color

.myBorderColor { border: 1px solid #24066A; }

<div style="border:3px solid #24066A">Div</div>

This div border color is #24066A.


Opacity

.myOpacity80 { color: #24066A; opacity: 0.8; }

<p style="color:#24066A;opacity:0.8;">80%</p>

Text with #24066A 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 #24066A;}

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

This text has shadow with #24066A color.

.textShadow {text-shadow: 3px 3px 1px #24066A, 3px 3px 1px red;}

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

This text has shadow with #24066A primary color and red secondary color.


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

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

This text has shadow with #24066A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24066A on black background.


Color preview on white background

This text has color #24066A on white background.



Black color preview on #24066A background

This text has black color on #24066A background.


White color preview on #24066A background

This text has white color on #24066A background.