COLOR #090948

HEX: #090948
RGB: (9,9,72)

Color info

#090948 contains mainly blue color. Web safe color of #090948 is #000033 (or #003).

RGB color model

#090948 color RGB value is (9,9,72).

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

RGB channels and saturation

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

9
9
72

R + G + B ~ 12%. #090948 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 72 = 90 (100%)
R 9 of 90 ~ 10%
G 9 of 90 ~ 10%
B 72 of 90 ~ 80%

%10
%10
%80

CMYK color model

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

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

CMYK percentages

%87.5
%87.5
%0
%71.76

Codes

Color #090948 in popluar color models

090948
RGB9972
HSL240°77.78%15.88%
HSB/HSV240°87.50%28.24%
CMYK87.50%87.50%0.00%
71.76%

Color #090948 in popluar number systems.

HEX090948
Decimal9972
Binary100110011001000
Octal1111110

Shades and tints

Shades of #090948

#090948
(9,9,72)
#090942
(9,9,66)
#09093C
(9,9,60)
#090936
(9,9,54)
#090930
(9,9,48)
#09092A
(9,9,42)
#090924
(9,9,36)
#09091E
(9,9,30)
#090918
(9,9,24)
#090912
(9,9,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #090948

#090948
(9,9,72)
#1F1F58
(31,31,88)
#353568
(53,53,104)
#4B4B78
(75,75,120)
#616188
(97,97,136)
#777798
(119,119,152)
#8D8DA8
(141,141,168)
#A3A3B8
(163,163,184)
#B9B9C8
(185,185,200)
#CFCFD8
(207,207,216)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090948; }

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

This text font color is #090948.


Background Color

.myBgColor { background-color: #090948; }

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

This div background color is #090948.


Border color

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

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

This div border color is #090948.


Opacity

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

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

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

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

This text has shadow with #090948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090948 on black background.


Color preview on white background

This text has color #090948 on white background.



Black color preview on #090948 background

This text has black color on #090948 background.


White color preview on #090948 background

This text has white color on #090948 background.