COLOR #09293B

HEX: #09293B
RGB: (9,41,59)

Color info

#09293B contains red, green and blue colors in about the same proportion. Web safe color of #09293B is #003333 (or #033).

RGB color model

#09293B color RGB value is (9,41,59).

  • red value is 9;
  • green value is 41;
  • blue value is 59.
RGB:
(9,41,59)
(4%,16%,23%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 59 of 255 = 23%

9
41
59

R + G + B ~ 14%. #09293B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 41 + 59 = 109 (100%)
R 9 of 109 ~ 8.26%
G 41 of 109 ~ 37.61%
B 59 of 109 ~ 54.13%

%37.61
%54.13

CMYK color model

#09293B color CMYK value is (85,31,0,77).

  • cyan value is 84.75%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(85,31,0,77)
C85M31Y0K77 
(85%,31%,0%,77%)
(0.85/0.31/0.00/0.77)	

CMYK percentages

%84.75
%30.51
%0
%76.86

Codes

Color #09293B in popluar color models

09293B
RGB94159
HSL202°73.53%13.33%
HSB/HSV202°84.75%23.14%
CMYK84.75%30.51%0.00%
76.86%

Color #09293B in popluar number systems.

HEX09293B
Decimal94159
Binary1001101001111011
Octal115173

Shades and tints

Shades of #09293B

#09293B
(9,41,59)
#092636
(9,38,54)
#092331
(9,35,49)
#09202C
(9,32,44)
#091D27
(9,29,39)
#091A22
(9,26,34)
#09171D
(9,23,29)
#091418
(9,20,24)
#091113
(9,17,19)
#090E0E
(9,14,14)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #09293B

#09293B
(9,41,59)
#1F3C4C
(31,60,76)
#354F5D
(53,79,93)
#4B626E
(75,98,110)
#61757F
(97,117,127)
#778890
(119,136,144)
#8D9BA1
(141,155,161)
#A3AEB2
(163,174,178)
#B9C1C3
(185,193,195)
#CFD4D4
(207,212,212)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09293B color. Also use rgb(9,41,59) instead hex code.

Text Font Color

.myTextColor { color: #09293B; }

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

This text font color is #09293B.


Background Color

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

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

This div background color is #09293B.


Border color

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

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

This div border color is #09293B.


Opacity

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

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

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

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

This text has shadow with #09293B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09293B on black background.


Color preview on white background

This text has color #09293B on white background.



Black color preview on #09293B background

This text has black color on #09293B background.


White color preview on #09293B background

This text has white color on #09293B background.