COLOR #092256

HEX: #092256 RGB: (9,34,86)

Color info

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

RGB color model

#092256 color RGB value is (9,34,86).

RGB: (9,34,86) (4%, 13%, 34%)

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 86 of 255 = 34%

9
34
86

R + G + B ~ 17%. #092256 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 34 + 86 = 129 (100%)
R 9 of 129 ~ 6.98%
G 34 of 129 ~ 26.36%
B 86 of 129 ~ 66.67'%

%26.36
%66.67

CMYK color model

#092256 color CMYK value is (90,60,0,66).

  • cyan value is 89.53%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (90,60,0,66)
C90M60Y0K66 (90%, 60%, 0%, 66%)
(0.90 / 0.60 / 0.00 / 0.66)

CMYK percentages

%89.53
%60.47
%0
%66.27

Codes

Color #092256 in popluar color models

09 22 56
RGB 9 34 86
HSL 221° 81.05% 18.63%
HSB/HSV 221° 89.53% 33.73%
CMYK 89.53% 60.47% 0.00%
66.27%

Color #092256 in popluar number systems.

HEX 09 22 56
Decimal 9 34 86
Binary 1001 100010 1010110
Octal 11 42 126

Shades and tints

Shades of #092256

#092256
(9,34,86)
#091F4F
(9,31,79)
#091C48
(9,28,72)
#091941
(9,25,65)
#09163A
(9,22,58)
#091333
(9,19,51)
#09102C
(9,16,44)
#090D25
(9,13,37)
#090A1E
(9,10,30)
#090717
(9,7,23)
#090410
(9,4,16)
#000000
(0,0,0)

Tints of #092256

#092256
(9,34,86)
#1F3665
(31,54,101)
#354A74
(53,74,116)
#4B5E83
(75,94,131)
#617292
(97,114,146)
#7786A1
(119,134,161)
#8D9AB0
(141,154,176)
#A3AEBF
(163,174,191)
#B9C2CE
(185,194,206)
#CFD6DD
(207,214,221)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092256 color. Also use rgb(9,34,86) instead hex code.

Text Font Color

.myTextColor { color: #092256; }

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

This text font color is #092256.

Background Color

.myBgColor { background-color: #092256; }

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

This div background color is #092256.

Border color

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

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

This div border color is #092256.

Opacity

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

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

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

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

This text has shadow with #092256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092256.

Preview

Color preview on black background

This text has color #092256 on black background.


Color preview on white background

This text has color #092256 on white background.


Black color preview on #092256 background

This text has black color on #092256 background.


White color preview on #092256 background

This text has white color on #092256 background.


Related colors

Complementary color

Complementary color for #hex is #F6DDA9.


I love getcolorcode.com

Triadic colors

1 #560922 and #225609 with #092256 are triadic colors.

2 #562209 and #220956 with #092256 are triadic colors.