COLOR #290B72

HEX: #290B72
RGB: (41,11,114)

Color info

#290B72 contains mainly blue color. Web safe color of #290B72 is #330066 (or #306).

RGB color model

#290B72 color RGB value is (41,11,114).

  • red value is 41;
  • green value is 11;
  • blue value is 114.
RGB:
(41,11,114)
(16%,4%,45%)

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 114 of 255 = 45%

41
11
114

R + G + B ~ 22%. #290B72 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 11 + 114 = 166 (100%)
R 41 of 166 ~ 24.7%
G 11 of 166 ~ 6.63%
B 114 of 166 ~ 68.67%

%24.7
%68.67

CMYK color model

#290B72 color CMYK value is (64,90,0,55).

  • cyan value is 64.04%
  • magenta value is 90.35%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(64,90,0,55)
C64M90Y0K55 
(64%,90%,0%,55%)
(0.64/0.90/0.00/0.55)	

CMYK percentages

%64.04
%90.35
%0
%55.29

Codes

Color #290B72 in popluar color models

290B72
RGB4111114
HSL257°82.40%24.51%
HSB/HSV257°90.35%44.71%
CMYK64.04%90.35%0.00%
55.29%

Color #290B72 in popluar number systems.

HEX290B72
Decimal4111114
Binary10100110111110010
Octal5113162

Shades and tints

Shades of #290B72

#290B72
(41,11,114)
#260A68
(38,10,104)
#23095E
(35,9,94)
#200854
(32,8,84)
#1D074A
(29,7,74)
#1A0640
(26,6,64)
#170536
(23,5,54)
#14042C
(20,4,44)
#110322
(17,3,34)
#0E0218
(14,2,24)
#0B010E
(11,1,14)
#000000
(0,0,0)

Tints of #290B72

#290B72
(41,11,114)
#3C217E
(60,33,126)
#4F378A
(79,55,138)
#624D96
(98,77,150)
#7563A2
(117,99,162)
#8879AE
(136,121,174)
#9B8FBA
(155,143,186)
#AEA5C6
(174,165,198)
#C1BBD2
(193,187,210)
#D4D1DE
(212,209,222)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290B72 color. Also use rgb(41,11,114) instead hex code.

Text Font Color

.myTextColor { color: #290B72; }

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

This text font color is #290B72.


Background Color

.myBgColor { background-color: #290B72; }

<div style="background-color:#290B72">Inner text</div>

This div background color is #290B72.


Border color

.myBorderColor { border: 1px solid #290B72; }

<div style="border:3px solid #290B72">Div</div>

This div border color is #290B72.


Opacity

.myOpacity80 { color: #290B72; opacity: 0.8; }

<p style="color:#290B72;opacity:0.8;">80%</p>

Text with #290B72 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 #290B72;}

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

This text has shadow with #290B72 color.

.textShadow {text-shadow: 3px 3px 1px #290B72, 3px 3px 1px red;}

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

This text has shadow with #290B72 primary color and red secondary color.


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

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

This text has shadow with #290B72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290B72 on black background.


Color preview on white background

This text has color #290B72 on white background.



Black color preview on #290B72 background

This text has black color on #290B72 background.


White color preview on #290B72 background

This text has white color on #290B72 background.