COLOR #092C5F

HEX: #092C5F
RGB: (9,44,95)

Color info

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

RGB color model

#092C5F color RGB value is (9,44,95).

  • red value is 9;
  • green value is 44;
  • blue value is 95.
RGB:
(9,44,95)
(4%,17%,37%)

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 95 of 255 = 37%

9
44
95

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 95 = 148 (100%)
R 9 of 148 ~ 6.08%
G 44 of 148 ~ 29.73%
B 95 of 148 ~ 64.19%

%29.73
%64.19

CMYK color model

#092C5F color CMYK value is (91,54,0,63).

  • cyan value is 90.53%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(91,54,0,63)
C91M54Y0K63 
(91%,54%,0%,63%)
(0.91/0.54/0.00/0.63)	

CMYK percentages

%90.53
%53.68
%0
%62.75

Codes

Color #092C5F in popluar color models

092C5F
RGB94495
HSL216°82.69%20.39%
HSB/HSV216°90.53%37.25%
CMYK90.53%53.68%0.00%
62.75%

Color #092C5F in popluar number systems.

HEX092C5F
Decimal94495
Binary10011011001011111
Octal1154137

Shades and tints

Shades of #092C5F

#092C5F
(9,44,95)
#092857
(9,40,87)
#09244F
(9,36,79)
#092047
(9,32,71)
#091C3F
(9,28,63)
#091837
(9,24,55)
#09142F
(9,20,47)
#091027
(9,16,39)
#090C1F
(9,12,31)
#090817
(9,8,23)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #092C5F

#092C5F
(9,44,95)
#1F3F6D
(31,63,109)
#35527B
(53,82,123)
#4B6589
(75,101,137)
#617897
(97,120,151)
#778BA5
(119,139,165)
#8D9EB3
(141,158,179)
#A3B1C1
(163,177,193)
#B9C4CF
(185,196,207)
#CFD7DD
(207,215,221)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092C5F color. Also use rgb(9,44,95) instead hex code.

Text Font Color

.myTextColor { color: #092C5F; }

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

This text font color is #092C5F.


Background Color

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

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

This div background color is #092C5F.


Border color

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

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

This div border color is #092C5F.


Opacity

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

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

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

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

This text has shadow with #092C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C5F on black background.


Color preview on white background

This text has color #092C5F on white background.



Black color preview on #092C5F background

This text has black color on #092C5F background.


White color preview on #092C5F background

This text has white color on #092C5F background.