COLOR #091248

HEX: #091248
RGB: (9,18,72)

Color info

#091248 contains mainly green and blue colors. Web safe color of #091248 is #000033 (or #003).

RGB color model

#091248 color RGB value is (9,18,72).

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

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 72 of 255 = 28%

9
18
72

R + G + B ~ 13%. #091248 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 72 = 99 (100%)
R 9 of 99 ~ 9.09%
G 18 of 99 ~ 18.18%
B 72 of 99 ~ 72.73%

%18.18
%72.73

CMYK color model

#091248 color CMYK value is (88,75,0,72).

  • cyan value is 87.50%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(88,75,0,72)
C88M75Y0K72 
(88%,75%,0%,72%)
(0.88/0.75/0.00/0.72)	

CMYK percentages

%87.5
%75
%0
%71.76

Codes

Color #091248 in popluar color models

091248
RGB91872
HSL231°77.78%15.88%
HSB/HSV231°87.50%28.24%
CMYK87.50%75.00%0.00%
71.76%

Color #091248 in popluar number systems.

HEX091248
Decimal91872
Binary1001100101001000
Octal1122110

Shades and tints

Shades of #091248

#091248
(9,18,72)
#091142
(9,17,66)
#09103C
(9,16,60)
#090F36
(9,15,54)
#090E30
(9,14,48)
#090D2A
(9,13,42)
#090C24
(9,12,36)
#090B1E
(9,11,30)
#090A18
(9,10,24)
#090912
(9,9,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #091248

#091248
(9,18,72)
#1F2758
(31,39,88)
#353C68
(53,60,104)
#4B5178
(75,81,120)
#616688
(97,102,136)
#777B98
(119,123,152)
#8D90A8
(141,144,168)
#A3A5B8
(163,165,184)
#B9BAC8
(185,186,200)
#CFCFD8
(207,207,216)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091248; }

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

This text font color is #091248.


Background Color

.myBgColor { background-color: #091248; }

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

This div background color is #091248.


Border color

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

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

This div border color is #091248.


Opacity

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

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

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

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

This text has shadow with #091248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091248 on black background.


Color preview on white background

This text has color #091248 on white background.



Black color preview on #091248 background

This text has black color on #091248 background.


White color preview on #091248 background

This text has white color on #091248 background.