COLOR #092140

HEX: #092140
RGB: (9,33,64)

Color info

#092140 contains red, green and blue colors in about the same proportion. Web safe color of #092140 is #003333 (or #033).

RGB color model

#092140 color RGB value is (9,33,64).

  • red value is 9;
  • green value is 33;
  • blue value is 64.
RGB:
(9,33,64)
(4%,13%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 33 of 255 = 13%
B 64 of 255 = 25%

9
33
64

R + G + B ~ 14%. #092140 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 33 + 64 = 106 (100%)
R 9 of 106 ~ 8.49%
G 33 of 106 ~ 31.13%
B 64 of 106 ~ 60.38%

%31.13
%60.38

CMYK color model

#092140 color CMYK value is (86,48,0,75).

  • cyan value is 85.94%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(86,48,0,75)
C86M48Y0K75 
(86%,48%,0%,75%)
(0.86/0.48/0.00/0.75)	

CMYK percentages

%85.94
%48.44
%0
%74.9

Codes

Color #092140 in popluar color models

092140
RGB93364
HSL214°75.34%14.31%
HSB/HSV214°85.94%25.10%
CMYK85.94%48.44%0.00%
74.90%

Color #092140 in popluar number systems.

HEX092140
Decimal93364
Binary10011000011000000
Octal1141100

Shades and tints

Shades of #092140

#092140
(9,33,64)
#091E3B
(9,30,59)
#091B36
(9,27,54)
#091831
(9,24,49)
#09152C
(9,21,44)
#091227
(9,18,39)
#090F22
(9,15,34)
#090C1D
(9,12,29)
#090918
(9,9,24)
#090613
(9,6,19)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #092140

#092140
(9,33,64)
#1F3551
(31,53,81)
#354962
(53,73,98)
#4B5D73
(75,93,115)
#617184
(97,113,132)
#778595
(119,133,149)
#8D99A6
(141,153,166)
#A3ADB7
(163,173,183)
#B9C1C8
(185,193,200)
#CFD5D9
(207,213,217)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092140 color. Also use rgb(9,33,64) instead hex code.

Text Font Color

.myTextColor { color: #092140; }

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

This text font color is #092140.


Background Color

.myBgColor { background-color: #092140; }

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

This div background color is #092140.


Border color

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

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

This div border color is #092140.


Opacity

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

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

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

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

This text has shadow with #092140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092140 on black background.


Color preview on white background

This text has color #092140 on white background.



Black color preview on #092140 background

This text has black color on #092140 background.


White color preview on #092140 background

This text has white color on #092140 background.