COLOR #092C4E

HEX: #092C4E
RGB: (9,44,78)

Color info

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

RGB color model

#092C4E color RGB value is (9,44,78).

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

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 78 of 255 = 31%

9
44
78

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

Portions of RGB colors in percentages

R + G + B =
9 + 44 + 78 = 131 (100%)
R 9 of 131 ~ 6.87%
G 44 of 131 ~ 33.59%
B 78 of 131 ~ 59.54%

%33.59
%59.54

CMYK color model

#092C4E color CMYK value is (88,44,0,69).

  • cyan value is 88.46%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(88,44,0,69)
C88M44Y0K69 
(88%,44%,0%,69%)
(0.88/0.44/0.00/0.69)	

CMYK percentages

%88.46
%43.59
%0
%69.41

Codes

Color #092C4E in popluar color models

092C4E
RGB94478
HSL210°79.31%17.06%
HSB/HSV210°88.46%30.59%
CMYK88.46%43.59%0.00%
69.41%

Color #092C4E in popluar number systems.

HEX092C4E
Decimal94478
Binary10011011001001110
Octal1154116

Shades and tints

Shades of #092C4E

#092C4E
(9,44,78)
#092847
(9,40,71)
#092440
(9,36,64)
#092039
(9,32,57)
#091C32
(9,28,50)
#09182B
(9,24,43)
#091424
(9,20,36)
#09101D
(9,16,29)
#090C16
(9,12,22)
#09080F
(9,8,15)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #092C4E

#092C4E
(9,44,78)
#1F3F5E
(31,63,94)
#35526E
(53,82,110)
#4B657E
(75,101,126)
#61788E
(97,120,142)
#778B9E
(119,139,158)
#8D9EAE
(141,158,174)
#A3B1BE
(163,177,190)
#B9C4CE
(185,196,206)
#CFD7DE
(207,215,222)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C4E; }

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

This text font color is #092C4E.


Background Color

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

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

This div background color is #092C4E.


Border color

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

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

This div border color is #092C4E.


Opacity

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

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

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

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

This text has shadow with #092C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092C4E on black background.


Color preview on white background

This text has color #092C4E on white background.



Black color preview on #092C4E background

This text has black color on #092C4E background.


White color preview on #092C4E background

This text has white color on #092C4E background.