COLOR #092442

HEX: #092442
RGB: (9,36,66)

Color info

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

RGB color model

#092442 color RGB value is (9,36,66).

  • red value is 9;
  • green value is 36;
  • blue value is 66.
RGB:
(9,36,66)
(4%,14%,26%)

RGB channels and saturation

R 9 of 255 = 4%
G 36 of 255 = 14%
B 66 of 255 = 26%

9
36
66

R + G + B ~ 15%. #092442 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 36 + 66 = 111 (100%)
R 9 of 111 ~ 8.11%
G 36 of 111 ~ 32.43%
B 66 of 111 ~ 59.46%

%32.43
%59.46

CMYK color model

#092442 color CMYK value is (86,45,0,74).

  • cyan value is 86.36%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(86,45,0,74)
C86M45Y0K74 
(86%,45%,0%,74%)
(0.86/0.45/0.00/0.74)	

CMYK percentages

%86.36
%45.45
%0
%74.12

Codes

Color #092442 in popluar color models

092442
RGB93666
HSL212°76.00%14.71%
HSB/HSV212°86.36%25.88%
CMYK86.36%45.45%0.00%
74.12%

Color #092442 in popluar number systems.

HEX092442
Decimal93666
Binary10011001001000010
Octal1144102

Shades and tints

Shades of #092442

#092442
(9,36,66)
#09213C
(9,33,60)
#091E36
(9,30,54)
#091B30
(9,27,48)
#09182A
(9,24,42)
#091524
(9,21,36)
#09121E
(9,18,30)
#090F18
(9,15,24)
#090C12
(9,12,18)
#09090C
(9,9,12)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #092442

#092442
(9,36,66)
#1F3753
(31,55,83)
#354A64
(53,74,100)
#4B5D75
(75,93,117)
#617086
(97,112,134)
#778397
(119,131,151)
#8D96A8
(141,150,168)
#A3A9B9
(163,169,185)
#B9BCCA
(185,188,202)
#CFCFDB
(207,207,219)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092442 color. Also use rgb(9,36,66) instead hex code.

Text Font Color

.myTextColor { color: #092442; }

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

This text font color is #092442.


Background Color

.myBgColor { background-color: #092442; }

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

This div background color is #092442.


Border color

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

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

This div border color is #092442.


Opacity

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

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

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

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

This text has shadow with #092442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092442 on black background.


Color preview on white background

This text has color #092442 on white background.



Black color preview on #092442 background

This text has black color on #092442 background.


White color preview on #092442 background

This text has white color on #092442 background.