COLOR #091B52

HEX: #091B52
RGB: (9,27,82)

Color info

#091B52 contains mainly green and blue colors. Web safe color of #091B52 is #003366 (or #036).

RGB color model

#091B52 color RGB value is (9,27,82).

  • red value is 9;
  • green value is 27;
  • blue value is 82.
RGB:
(9,27,82)
(4%,11%,32%)

RGB channels and saturation

R 9 of 255 = 4%
G 27 of 255 = 11%
B 82 of 255 = 32%

9
27
82

R + G + B ~ 16%. #091B52 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 27 + 82 = 118 (100%)
R 9 of 118 ~ 7.63%
G 27 of 118 ~ 22.88%
B 82 of 118 ~ 69.49%

%22.88
%69.49

CMYK color model

#091B52 color CMYK value is (89,67,0,68).

  • cyan value is 89.02%
  • magenta value is 67.07%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(89,67,0,68)
C89M67Y0K68 
(89%,67%,0%,68%)
(0.89/0.67/0.00/0.68)	

CMYK percentages

%89.02
%67.07
%0
%67.84

Codes

Color #091B52 in popluar color models

091B52
RGB92782
HSL225°80.22%17.84%
HSB/HSV225°89.02%32.16%
CMYK89.02%67.07%0.00%
67.84%

Color #091B52 in popluar number systems.

HEX091B52
Decimal92782
Binary1001110111010010
Octal1133122

Shades and tints

Shades of #091B52

#091B52
(9,27,82)
#09194B
(9,25,75)
#091744
(9,23,68)
#09153D
(9,21,61)
#091336
(9,19,54)
#09112F
(9,17,47)
#090F28
(9,15,40)
#090D21
(9,13,33)
#090B1A
(9,11,26)
#090913
(9,9,19)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #091B52

#091B52
(9,27,82)
#1F2F61
(31,47,97)
#354370
(53,67,112)
#4B577F
(75,87,127)
#616B8E
(97,107,142)
#777F9D
(119,127,157)
#8D93AC
(141,147,172)
#A3A7BB
(163,167,187)
#B9BBCA
(185,187,202)
#CFCFD9
(207,207,217)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091B52 color. Also use rgb(9,27,82) instead hex code.

Text Font Color

.myTextColor { color: #091B52; }

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

This text font color is #091B52.


Background Color

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

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

This div background color is #091B52.


Border color

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

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

This div border color is #091B52.


Opacity

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

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

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

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

This text has shadow with #091B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091B52 on black background.


Color preview on white background

This text has color #091B52 on white background.



Black color preview on #091B52 background

This text has black color on #091B52 background.


White color preview on #091B52 background

This text has white color on #091B52 background.