COLOR #090B25

HEX: #090B25
RGB: (9,11,37)

Color info

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

RGB color model

#090B25 color RGB value is (9,11,37).

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

RGB channels and saturation

R 9 of 255 = 4%
G 11 of 255 = 4%
B 37 of 255 = 15%

9
11
37

R + G + B ~ 8%. #090B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 37 = 57 (100%)
R 9 of 57 ~ 15.79%
G 11 of 57 ~ 19.3%
B 37 of 57 ~ 64.91%

%15.79
%19.3
%64.91

CMYK color model

#090B25 color CMYK value is (76,70,0,85).

  • cyan value is 75.68%
  • magenta value is 70.27%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(76,70,0,85)
C76M70Y0K85 
(76%,70%,0%,85%)
(0.76/0.70/0.00/0.85)	

CMYK percentages

%75.68
%70.27
%0
%85.49

Codes

Color #090B25 in popluar color models

090B25
RGB91137
HSL236°60.87%9.02%
HSB/HSV236°75.68%14.51%
CMYK75.68%70.27%0.00%
85.49%

Color #090B25 in popluar number systems.

HEX090B25
Decimal91137
Binary10011011100101
Octal111345

Shades and tints

Shades of #090B25

#090B25
(9,11,37)
#090A22
(9,10,34)
#09091F
(9,9,31)
#09081C
(9,8,28)
#090719
(9,7,25)
#090616
(9,6,22)
#090513
(9,5,19)
#090410
(9,4,16)
#09030D
(9,3,13)
#09020A
(9,2,10)
#090107
(9,1,7)
#000000
(0,0,0)

Tints of #090B25

#090B25
(9,11,37)
#1F2138
(31,33,56)
#35374B
(53,55,75)
#4B4D5E
(75,77,94)
#616371
(97,99,113)
#777984
(119,121,132)
#8D8F97
(141,143,151)
#A3A5AA
(163,165,170)
#B9BBBD
(185,187,189)
#CFD1D0
(207,209,208)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090B25; }

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

This text font color is #090B25.


Background Color

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

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

This div background color is #090B25.


Border color

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

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

This div border color is #090B25.


Opacity

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

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

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

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

This text has shadow with #090B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B25 on black background.


Color preview on white background

This text has color #090B25 on white background.



Black color preview on #090B25 background

This text has black color on #090B25 background.


White color preview on #090B25 background

This text has white color on #090B25 background.