COLOR #090938

HEX: #090938
RGB: (9,9,56)

Color info

#090938 contains red, green and blue colors in about the same proportion. Web safe color of #090938 is #000033 (or #003).

RGB color model

#090938 color RGB value is (9,9,56).

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

RGB channels and saturation

R 9 of 255 = 4%
G 9 of 255 = 4%
B 56 of 255 = 22%

9
9
56

R + G + B ~ 10%. #090938 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 56 = 74 (100%)
R 9 of 74 ~ 12.16%
G 9 of 74 ~ 12.16%
B 56 of 74 ~ 75.68%

%12.16
%12.16
%75.68

CMYK color model

#090938 color CMYK value is (84,84,0,78).

  • cyan value is 83.93%
  • magenta value is 83.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(84,84,0,78)
C84M84Y0K78 
(84%,84%,0%,78%)
(0.84/0.84/0.00/0.78)	

CMYK percentages

%83.93
%83.93
%0
%78.04

Codes

Color #090938 in popluar color models

090938
RGB9956
HSL240°72.31%12.75%
HSB/HSV240°83.93%21.96%
CMYK83.93%83.93%0.00%
78.04%

Color #090938 in popluar number systems.

HEX090938
Decimal9956
Binary10011001111000
Octal111170

Shades and tints

Shades of #090938

#090938
(9,9,56)
#090933
(9,9,51)
#09092E
(9,9,46)
#090929
(9,9,41)
#090924
(9,9,36)
#09091F
(9,9,31)
#09091A
(9,9,26)
#090915
(9,9,21)
#090910
(9,9,16)
#09090B
(9,9,11)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #090938

#090938
(9,9,56)
#1F1F4A
(31,31,74)
#35355C
(53,53,92)
#4B4B6E
(75,75,110)
#616180
(97,97,128)
#777792
(119,119,146)
#8D8DA4
(141,141,164)
#A3A3B6
(163,163,182)
#B9B9C8
(185,185,200)
#CFCFDA
(207,207,218)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090938; }

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

This text font color is #090938.


Background Color

.myBgColor { background-color: #090938; }

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

This div background color is #090938.


Border color

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

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

This div border color is #090938.


Opacity

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

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

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

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

This text has shadow with #090938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090938 on black background.


Color preview on white background

This text has color #090938 on white background.



Black color preview on #090938 background

This text has black color on #090938 background.


White color preview on #090938 background

This text has white color on #090938 background.