COLOR #092F5C

HEX: #092F5C
RGB: (9,47,92)

Color info

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

RGB color model

#092F5C color RGB value is (9,47,92).

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

RGB channels and saturation

R 9 of 255 = 4%
G 47 of 255 = 18%
B 92 of 255 = 36%

9
47
92

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

Portions of RGB colors in percentages

R + G + B =
9 + 47 + 92 = 148 (100%)
R 9 of 148 ~ 6.08%
G 47 of 148 ~ 31.76%
B 92 of 148 ~ 62.16%

%31.76
%62.16

CMYK color model

#092F5C color CMYK value is (90,49,0,64).

  • cyan value is 90.22%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(90,49,0,64)
C90M49Y0K64 
(90%,49%,0%,64%)
(0.90/0.49/0.00/0.64)	

CMYK percentages

%90.22
%48.91
%0
%63.92

Codes

Color #092F5C in popluar color models

092F5C
RGB94792
HSL213°82.18%19.80%
HSB/HSV213°90.22%36.08%
CMYK90.22%48.91%0.00%
63.92%

Color #092F5C in popluar number systems.

HEX092F5C
Decimal94792
Binary10011011111011100
Octal1157134

Shades and tints

Shades of #092F5C

#092F5C
(9,47,92)
#092B54
(9,43,84)
#09274C
(9,39,76)
#092344
(9,35,68)
#091F3C
(9,31,60)
#091B34
(9,27,52)
#09172C
(9,23,44)
#091324
(9,19,36)
#090F1C
(9,15,28)
#090B14
(9,11,20)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #092F5C

#092F5C
(9,47,92)
#1F416A
(31,65,106)
#355378
(53,83,120)
#4B6586
(75,101,134)
#617794
(97,119,148)
#7789A2
(119,137,162)
#8D9BB0
(141,155,176)
#A3ADBE
(163,173,190)
#B9BFCC
(185,191,204)
#CFD1DA
(207,209,218)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092F5C; }

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

This text font color is #092F5C.


Background Color

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

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

This div background color is #092F5C.


Border color

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

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

This div border color is #092F5C.


Opacity

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

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

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

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

This text has shadow with #092F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092F5C on black background.


Color preview on white background

This text has color #092F5C on white background.



Black color preview on #092F5C background

This text has black color on #092F5C background.


White color preview on #092F5C background

This text has white color on #092F5C background.