COLOR #092A42

HEX: #092A42
RGB: (9,42,66)

Color info

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

RGB color model

#092A42 color RGB value is (9,42,66).

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

RGB channels and saturation

R 9 of 255 = 4%
G 42 of 255 = 16%
B 66 of 255 = 26%

9
42
66

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

Portions of RGB colors in percentages

R + G + B =
9 + 42 + 66 = 117 (100%)
R 9 of 117 ~ 7.69%
G 42 of 117 ~ 35.9%
B 66 of 117 ~ 56.41%

%35.9
%56.41

CMYK color model

#092A42 color CMYK value is (86,36,0,74).

  • cyan value is 86.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(86,36,0,74)
C86M36Y0K74 
(86%,36%,0%,74%)
(0.86/0.36/0.00/0.74)	

CMYK percentages

%86.36
%36.36
%0
%74.12

Codes

Color #092A42 in popluar color models

092A42
RGB94266
HSL205°76.00%14.71%
HSB/HSV205°86.36%25.88%
CMYK86.36%36.36%0.00%
74.12%

Color #092A42 in popluar number systems.

HEX092A42
Decimal94266
Binary10011010101000010
Octal1152102

Shades and tints

Shades of #092A42

#092A42
(9,42,66)
#09273C
(9,39,60)
#092436
(9,36,54)
#092130
(9,33,48)
#091E2A
(9,30,42)
#091B24
(9,27,36)
#09181E
(9,24,30)
#091518
(9,21,24)
#091212
(9,18,18)
#090F0C
(9,15,12)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #092A42

#092A42
(9,42,66)
#1F3D53
(31,61,83)
#355064
(53,80,100)
#4B6375
(75,99,117)
#617686
(97,118,134)
#778997
(119,137,151)
#8D9CA8
(141,156,168)
#A3AFB9
(163,175,185)
#B9C2CA
(185,194,202)
#CFD5DB
(207,213,219)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092A42; }

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

This text font color is #092A42.


Background Color

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

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

This div background color is #092A42.


Border color

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

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

This div border color is #092A42.


Opacity

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

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

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

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

This text has shadow with #092A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092A42 on black background.


Color preview on white background

This text has color #092A42 on white background.



Black color preview on #092A42 background

This text has black color on #092A42 background.


White color preview on #092A42 background

This text has white color on #092A42 background.