COLOR #091E48

HEX: #091E48
RGB: (9,30,72)

Color info

#091E48 contains mainly green and blue colors. Web safe color of #091E48 is #003333 (or #033).

RGB color model

#091E48 color RGB value is (9,30,72).

  • red value is 9;
  • green value is 30;
  • blue value is 72.
RGB:
(9,30,72)
(4%,12%,28%)

RGB channels and saturation

R 9 of 255 = 4%
G 30 of 255 = 12%
B 72 of 255 = 28%

9
30
72

R + G + B ~ 15%. #091E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 30 + 72 = 111 (100%)
R 9 of 111 ~ 8.11%
G 30 of 111 ~ 27.03%
B 72 of 111 ~ 64.86%

%27.03
%64.86

CMYK color model

#091E48 color CMYK value is (88,58,0,72).

  • cyan value is 87.50%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(88,58,0,72)
C88M58Y0K72 
(88%,58%,0%,72%)
(0.88/0.58/0.00/0.72)	

CMYK percentages

%87.5
%58.33
%0
%71.76

Codes

Color #091E48 in popluar color models

091E48
RGB93072
HSL220°77.78%15.88%
HSB/HSV220°87.50%28.24%
CMYK87.50%58.33%0.00%
71.76%

Color #091E48 in popluar number systems.

HEX091E48
Decimal93072
Binary1001111101001000
Octal1136110

Shades and tints

Shades of #091E48

#091E48
(9,30,72)
#091C42
(9,28,66)
#091A3C
(9,26,60)
#091836
(9,24,54)
#091630
(9,22,48)
#09142A
(9,20,42)
#091224
(9,18,36)
#09101E
(9,16,30)
#090E18
(9,14,24)
#090C12
(9,12,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #091E48

#091E48
(9,30,72)
#1F3258
(31,50,88)
#354668
(53,70,104)
#4B5A78
(75,90,120)
#616E88
(97,110,136)
#778298
(119,130,152)
#8D96A8
(141,150,168)
#A3AAB8
(163,170,184)
#B9BEC8
(185,190,200)
#CFD2D8
(207,210,216)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091E48 color. Also use rgb(9,30,72) instead hex code.

Text Font Color

.myTextColor { color: #091E48; }

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

This text font color is #091E48.


Background Color

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

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

This div background color is #091E48.


Border color

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

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

This div border color is #091E48.


Opacity

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

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

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

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

This text has shadow with #091E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091E48 on black background.


Color preview on white background

This text has color #091E48 on white background.



Black color preview on #091E48 background

This text has black color on #091E48 background.


White color preview on #091E48 background

This text has white color on #091E48 background.