COLOR #091D78

HEX: #091D78
RGB: (9,29,120)

Color info

#091D78 contains mainly blue color. Web safe color of #091D78 is #003366 (or #036).

RGB color model

#091D78 color RGB value is (9,29,120).

  • red value is 9;
  • green value is 29;
  • blue value is 120.
RGB:
(9,29,120)
(4%,11%,47%)

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 120 of 255 = 47%

9
29
120

R + G + B ~ 21%. #091D78 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 120 = 158 (100%)
R 9 of 158 ~ 5.7%
G 29 of 158 ~ 18.35%
B 120 of 158 ~ 75.95%

%18.35
%75.95

CMYK color model

#091D78 color CMYK value is (93,76,0,53).

  • cyan value is 92.50%
  • magenta value is 75.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(93,76,0,53)
C93M76Y0K53 
(93%,76%,0%,53%)
(0.93/0.76/0.00/0.53)	

CMYK percentages

%92.5
%75.83
%0
%52.94

Codes

Color #091D78 in popluar color models

091D78
RGB929120
HSL229°86.05%25.29%
HSB/HSV229°92.50%47.06%
CMYK92.50%75.83%0.00%
52.94%

Color #091D78 in popluar number systems.

HEX091D78
Decimal929120
Binary1001111011111000
Octal1135170

Shades and tints

Shades of #091D78

#091D78
(9,29,120)
#091B6E
(9,27,110)
#091964
(9,25,100)
#09175A
(9,23,90)
#091550
(9,21,80)
#091346
(9,19,70)
#09113C
(9,17,60)
#090F32
(9,15,50)
#090D28
(9,13,40)
#090B1E
(9,11,30)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #091D78

#091D78
(9,29,120)
#1F3184
(31,49,132)
#354590
(53,69,144)
#4B599C
(75,89,156)
#616DA8
(97,109,168)
#7781B4
(119,129,180)
#8D95C0
(141,149,192)
#A3A9CC
(163,169,204)
#B9BDD8
(185,189,216)
#CFD1E4
(207,209,228)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091D78 color. Also use rgb(9,29,120) instead hex code.

Text Font Color

.myTextColor { color: #091D78; }

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

This text font color is #091D78.


Background Color

.myBgColor { background-color: #091D78; }

<div style="background-color:#091D78">Inner text</div>

This div background color is #091D78.


Border color

.myBorderColor { border: 1px solid #091D78; }

<div style="border:3px solid #091D78">Div</div>

This div border color is #091D78.


Opacity

.myOpacity80 { color: #091D78; opacity: 0.8; }

<p style="color:#091D78;opacity:0.8;">80%</p>

Text with #091D78 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 #091D78;}

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

This text has shadow with #091D78 color.

.textShadow {text-shadow: 3px 3px 1px #091D78, 3px 3px 1px red;}

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

This text has shadow with #091D78 primary color and red secondary color.


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

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

This text has shadow with #091D78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D78 on black background.


Color preview on white background

This text has color #091D78 on white background.



Black color preview on #091D78 background

This text has black color on #091D78 background.


White color preview on #091D78 background

This text has white color on #091D78 background.