COLOR #090B3F

HEX: #090B3F
RGB: (9,11,63)

Color info

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

RGB color model

#090B3F color RGB value is (9,11,63).

  • red value is 9;
  • green value is 11;
  • blue value is 63.
RGB:
(9,11,63)
(4%,4%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 11 of 255 = 4%
B 63 of 255 = 25%

9
11
63

R + G + B ~ 11%. #090B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 63 = 83 (100%)
R 9 of 83 ~ 10.84%
G 11 of 83 ~ 13.25%
B 63 of 83 ~ 75.9%

%10.84
%13.25
%75.9

CMYK color model

#090B3F color CMYK value is (86,83,0,75).

  • cyan value is 85.71%
  • magenta value is 82.54%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(86,83,0,75)
C86M83Y0K75 
(86%,83%,0%,75%)
(0.86/0.83/0.00/0.75)	

CMYK percentages

%85.71
%82.54
%0
%75.29

Codes

Color #090B3F in popluar color models

090B3F
RGB91163
HSL238°75.00%14.12%
HSB/HSV238°85.71%24.71%
CMYK85.71%82.54%0.00%
75.29%

Color #090B3F in popluar number systems.

HEX090B3F
Decimal91163
Binary10011011111111
Octal111377

Shades and tints

Shades of #090B3F

#090B3F
(9,11,63)
#090A3A
(9,10,58)
#090935
(9,9,53)
#090830
(9,8,48)
#09072B
(9,7,43)
#090626
(9,6,38)
#090521
(9,5,33)
#09041C
(9,4,28)
#090317
(9,3,23)
#090212
(9,2,18)
#09010D
(9,1,13)
#000000
(0,0,0)

Tints of #090B3F

#090B3F
(9,11,63)
#1F2150
(31,33,80)
#353761
(53,55,97)
#4B4D72
(75,77,114)
#616383
(97,99,131)
#777994
(119,121,148)
#8D8FA5
(141,143,165)
#A3A5B6
(163,165,182)
#B9BBC7
(185,187,199)
#CFD1D8
(207,209,216)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090B3F color. Also use rgb(9,11,63) instead hex code.

Text Font Color

.myTextColor { color: #090B3F; }

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

This text font color is #090B3F.


Background Color

.myBgColor { background-color: #090B3F; }

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

This div background color is #090B3F.


Border color

.myBorderColor { border: 1px solid #090B3F; }

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

This div border color is #090B3F.


Opacity

.myOpacity80 { color: #090B3F; opacity: 0.8; }

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

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

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

This text has shadow with #090B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B3F on black background.


Color preview on white background

This text has color #090B3F on white background.



Black color preview on #090B3F background

This text has black color on #090B3F background.


White color preview on #090B3F background

This text has white color on #090B3F background.