COLOR #091B80

HEX: #091B80 RGB: (9,27,128)

Color info

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

RGB color model

#091B80 color RGB value is (9,27,128).

RGB: (9,27,128) (4%, 11%, 50%)

RGB channels and saturation

R 9 of 255 = 4%
G 27 of 255 = 11%
B 128 of 255 = 50%

9
27
128

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

Portions of RGB colors in percentages

R + G + B = 9 + 27 + 128 = 164 (100%)
R 9 of 164 ~ 5.49%
G 27 of 164 ~ 16.46%
B 128 of 164 ~ 78.05'%

%16.46
%78.05

CMYK color model

#091B80 color CMYK value is (93,79,0,50).

  • cyan value is 92.97%
  • magenta value is 78.91%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (93,79,0,50)
C93M79Y0K50 (93%, 79%, 0%, 50%)
(0.93 / 0.79 / 0.00 / 0.50)

CMYK percentages

%92.97
%78.91
%0
%49.8

Codes

Color #091B80 in popluar color models

09 1B 80
RGB 9 27 128
HSL 231° 86.86% 26.86%
HSB/HSV 231° 92.97% 50.20%
CMYK 92.97% 78.91% 0.00%
49.80%

Color #091B80 in popluar number systems.

HEX 09 1B 80
Decimal 9 27 128
Binary 1001 11011 10000000
Octal 11 33 200

Shades and tints

Shades of #091B80

#091B80
(9,27,128)
#091975
(9,25,117)
#09176A
(9,23,106)
#09155F
(9,21,95)
#091354
(9,19,84)
#091149
(9,17,73)
#090F3E
(9,15,62)
#090D33
(9,13,51)
#090B28
(9,11,40)
#09091D
(9,9,29)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #091B80

#091B80
(9,27,128)
#1F2F8B
(31,47,139)
#354396
(53,67,150)
#4B57A1
(75,87,161)
#616BAC
(97,107,172)
#777FB7
(119,127,183)
#8D93C2
(141,147,194)
#A3A7CD
(163,167,205)
#B9BBD8
(185,187,216)
#CFCFE3
(207,207,227)
#E5E3EE
(229,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091B80; }

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

This text font color is #091B80.

Background Color

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

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

This div background color is #091B80.

Border color

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

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

This div border color is #091B80.

Opacity

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

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

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

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

This text has shadow with #091B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091B80.

Preview

Color preview on black background

This text has color #091B80 on black background.


Color preview on white background

This text has color #091B80 on white background.


Black color preview on #091B80 background

This text has black color on #091B80 background.


White color preview on #091B80 background

This text has white color on #091B80 background.


Related colors

Complementary color

Complementary color for #hex is #F6E47F.


I love getcolorcode.com

Triadic colors

1 #80091B and #1B8009 with #091B80 are triadic colors.

2 #801B09 and #1B0980 with #091B80 are triadic colors.