COLOR #092659

HEX: #092659
RGB: (9,38,89)

Color info

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

RGB color model

#092659 color RGB value is (9,38,89).

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

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 89 of 255 = 35%

9
38
89

R + G + B ~ 18%. #092659 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 89 = 136 (100%)
R 9 of 136 ~ 6.62%
G 38 of 136 ~ 27.94%
B 89 of 136 ~ 65.44%

%27.94
%65.44

CMYK color model

#092659 color CMYK value is (90,57,0,65).

  • cyan value is 89.89%
  • magenta value is 57.30%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(90,57,0,65)
C90M57Y0K65 
(90%,57%,0%,65%)
(0.90/0.57/0.00/0.65)	

CMYK percentages

%89.89
%57.3
%0
%65.1

Codes

Color #092659 in popluar color models

092659
RGB93889
HSL218°81.63%19.22%
HSB/HSV218°89.89%34.90%
CMYK89.89%57.30%0.00%
65.10%

Color #092659 in popluar number systems.

HEX092659
Decimal93889
Binary10011001101011001
Octal1146131

Shades and tints

Shades of #092659

#092659
(9,38,89)
#092351
(9,35,81)
#092049
(9,32,73)
#091D41
(9,29,65)
#091A39
(9,26,57)
#091731
(9,23,49)
#091429
(9,20,41)
#091121
(9,17,33)
#090E19
(9,14,25)
#090B11
(9,11,17)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #092659

#092659
(9,38,89)
#1F3968
(31,57,104)
#354C77
(53,76,119)
#4B5F86
(75,95,134)
#617295
(97,114,149)
#7785A4
(119,133,164)
#8D98B3
(141,152,179)
#A3ABC2
(163,171,194)
#B9BED1
(185,190,209)
#CFD1E0
(207,209,224)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092659; }

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

This text font color is #092659.


Background Color

.myBgColor { background-color: #092659; }

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

This div background color is #092659.


Border color

.myBorderColor { border: 1px solid #092659; }

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

This div border color is #092659.


Opacity

.myOpacity80 { color: #092659; opacity: 0.8; }

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

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

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

This text has shadow with #092659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092659 on black background.


Color preview on white background

This text has color #092659 on white background.



Black color preview on #092659 background

This text has black color on #092659 background.


White color preview on #092659 background

This text has white color on #092659 background.