COLOR #092F59

HEX: #092F59
RGB: (9,47,89)

Color info

#092F59 contains mainly green and blue colors. Web safe color of #092F59 is #003366 (or #036).

RGB color model

#092F59 color RGB value is (9,47,89).

  • red value is 9;
  • green value is 47;
  • blue value is 89.
RGB:
(9,47,89)
(4%,18%,35%)

RGB channels and saturation

R 9 of 255 = 4%
G 47 of 255 = 18%
B 89 of 255 = 35%

9
47
89

R + G + B ~ 19%. #092F59 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 47 + 89 = 145 (100%)
R 9 of 145 ~ 6.21%
G 47 of 145 ~ 32.41%
B 89 of 145 ~ 61.38%

%32.41
%61.38

CMYK color model

#092F59 color CMYK value is (90,47,0,65).

  • cyan value is 89.89%
  • magenta value is 47.19%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(90,47,0,65)
C90M47Y0K65 
(90%,47%,0%,65%)
(0.90/0.47/0.00/0.65)	

CMYK percentages

%89.89
%47.19
%0
%65.1

Codes

Color #092F59 in popluar color models

092F59
RGB94789
HSL212°81.63%19.22%
HSB/HSV212°89.89%34.90%
CMYK89.89%47.19%0.00%
65.10%

Color #092F59 in popluar number systems.

HEX092F59
Decimal94789
Binary10011011111011001
Octal1157131

Shades and tints

Shades of #092F59

#092F59
(9,47,89)
#092B51
(9,43,81)
#092749
(9,39,73)
#092341
(9,35,65)
#091F39
(9,31,57)
#091B31
(9,27,49)
#091729
(9,23,41)
#091321
(9,19,33)
#090F19
(9,15,25)
#090B11
(9,11,17)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #092F59

#092F59
(9,47,89)
#1F4168
(31,65,104)
#355377
(53,83,119)
#4B6586
(75,101,134)
#617795
(97,119,149)
#7789A4
(119,137,164)
#8D9BB3
(141,155,179)
#A3ADC2
(163,173,194)
#B9BFD1
(185,191,209)
#CFD1E0
(207,209,224)
#E5E3EF
(229,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092F59 color. Also use rgb(9,47,89) instead hex code.

Text Font Color

.myTextColor { color: #092F59; }

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

This text font color is #092F59.


Background Color

.myBgColor { background-color: #092F59; }

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

This div background color is #092F59.


Border color

.myBorderColor { border: 1px solid #092F59; }

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

This div border color is #092F59.


Opacity

.myOpacity80 { color: #092F59; opacity: 0.8; }

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

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

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

This text has shadow with #092F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092F59 on black background.


Color preview on white background

This text has color #092F59 on white background.



Black color preview on #092F59 background

This text has black color on #092F59 background.


White color preview on #092F59 background

This text has white color on #092F59 background.