COLOR #09102B

HEX: #09102B
RGB: (9,16,43)

Color info

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

RGB color model

#09102B color RGB value is (9,16,43).

  • red value is 9;
  • green value is 16;
  • blue value is 43.
RGB:
(9,16,43)
(4%,6%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 43 of 255 = 17%

9
16
43

R + G + B ~ 9%. #09102B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 16 + 43 = 68 (100%)
R 9 of 68 ~ 13.24%
G 16 of 68 ~ 23.53%
B 43 of 68 ~ 63.24%

%13.24
%23.53
%63.24

CMYK color model

#09102B color CMYK value is (79,63,0,83).

  • cyan value is 79.07%
  • magenta value is 62.79%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(79,63,0,83)
C79M63Y0K83 
(79%,63%,0%,83%)
(0.79/0.63/0.00/0.83)	

CMYK percentages

%79.07
%62.79
%0
%83.14

Codes

Color #09102B in popluar color models

09102B
RGB91643
HSL228°65.38%10.20%
HSB/HSV228°79.07%16.86%
CMYK79.07%62.79%0.00%
83.14%

Color #09102B in popluar number systems.

HEX09102B
Decimal91643
Binary100110000101011
Octal112053

Shades and tints

Shades of #09102B

#09102B
(9,16,43)
#090F28
(9,15,40)
#090E25
(9,14,37)
#090D22
(9,13,34)
#090C1F
(9,12,31)
#090B1C
(9,11,28)
#090A19
(9,10,25)
#090916
(9,9,22)
#090813
(9,8,19)
#090710
(9,7,16)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #09102B

#09102B
(9,16,43)
#1F253E
(31,37,62)
#353A51
(53,58,81)
#4B4F64
(75,79,100)
#616477
(97,100,119)
#77798A
(119,121,138)
#8D8E9D
(141,142,157)
#A3A3B0
(163,163,176)
#B9B8C3
(185,184,195)
#CFCDD6
(207,205,214)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09102B color. Also use rgb(9,16,43) instead hex code.

Text Font Color

.myTextColor { color: #09102B; }

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

This text font color is #09102B.


Background Color

.myBgColor { background-color: #09102B; }

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

This div background color is #09102B.


Border color

.myBorderColor { border: 1px solid #09102B; }

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

This div border color is #09102B.


Opacity

.myOpacity80 { color: #09102B; opacity: 0.8; }

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

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

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

This text has shadow with #09102B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09102B on black background.


Color preview on white background

This text has color #09102B on white background.



Black color preview on #09102B background

This text has black color on #09102B background.


White color preview on #09102B background

This text has white color on #09102B background.