COLOR #091684

HEX: #091684
RGB: (9,22,132)

Color info

#091684 contains mainly blue color. Web safe color of #091684 is #000099 (or #009).

RGB color model

#091684 color RGB value is (9,22,132).

  • red value is 9;
  • green value is 22;
  • blue value is 132.
RGB:
(9,22,132)
(4%,9%,52%)

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 132 of 255 = 52%

9
22
132

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

Portions of RGB colors in percentages

R + G + B =
9 + 22 + 132 = 163 (100%)
R 9 of 163 ~ 5.52%
G 22 of 163 ~ 13.5%
B 132 of 163 ~ 80.98%

%13.5
%80.98

CMYK color model

#091684 color CMYK value is (93,83,0,48).

  • cyan value is 93.18%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(93,83,0,48)
C93M83Y0K48 
(93%,83%,0%,48%)
(0.93/0.83/0.00/0.48)	

CMYK percentages

%93.18
%83.33
%0
%48.24

Codes

Color #091684 in popluar color models

091684
RGB922132
HSL234°87.23%27.65%
HSB/HSV234°93.18%51.76%
CMYK93.18%83.33%0.00%
48.24%

Color #091684 in popluar number systems.

HEX091684
Decimal922132
Binary10011011010000100
Octal1126204

Shades and tints

Shades of #091684

#091684
(9,22,132)
#091478
(9,20,120)
#09126C
(9,18,108)
#091060
(9,16,96)
#090E54
(9,14,84)
#090C48
(9,12,72)
#090A3C
(9,10,60)
#090830
(9,8,48)
#090624
(9,6,36)
#090418
(9,4,24)
#09020C
(9,2,12)
#000000
(0,0,0)

Tints of #091684

#091684
(9,22,132)
#1F2B8F
(31,43,143)
#35409A
(53,64,154)
#4B55A5
(75,85,165)
#616AB0
(97,106,176)
#777FBB
(119,127,187)
#8D94C6
(141,148,198)
#A3A9D1
(163,169,209)
#B9BEDC
(185,190,220)
#CFD3E7
(207,211,231)
#E5E8F2
(229,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091684 color. Also use rgb(9,22,132) instead hex code.

Text Font Color

.myTextColor { color: #091684; }

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

This text font color is #091684.


Background Color

.myBgColor { background-color: #091684; }

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

This div background color is #091684.


Border color

.myBorderColor { border: 1px solid #091684; }

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

This div border color is #091684.


Opacity

.myOpacity80 { color: #091684; opacity: 0.8; }

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

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

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

This text has shadow with #091684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091684 on black background.


Color preview on white background

This text has color #091684 on white background.



Black color preview on #091684 background

This text has black color on #091684 background.


White color preview on #091684 background

This text has white color on #091684 background.