COLOR #092C41

HEX: #092C41 RGB: (9,44,65)

Color info

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

RGB color model

#092C41 color RGB value is (9,44,65).

RGB: (9,44,65) (4%, 17%, 25%)

RGB channels and saturation

R 9 of 255 = 4%
G 44 of 255 = 17%
B 65 of 255 = 25%

9
44
65

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

Portions of RGB colors in percentages

R + G + B = 9 + 44 + 65 = 118 (100%)
R 9 of 118 ~ 7.63%
G 44 of 118 ~ 37.29%
B 65 of 118 ~ 55.08'%

%37.29
%55.08

CMYK color model

#092C41 color CMYK value is (86,32,0,75).

  • cyan value is 86.15%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (86,32,0,75)
C86M32Y0K75 (86%, 32%, 0%, 75%)
(0.86 / 0.32 / 0.00 / 0.75)

CMYK percentages

%86.15
%32.31
%0
%74.51

Codes

Color #092C41 in popluar color models

09 2C 41
RGB 9 44 65
HSL 203° 75.68% 14.51%
HSB/HSV 203° 86.15% 25.49%
CMYK 86.15% 32.31% 0.00%
74.51%

Color #092C41 in popluar number systems.

HEX 09 2C 41
Decimal 9 44 65
Binary 1001 101100 1000001
Octal 11 54 101

Shades and tints

Shades of #092C41

#092C41
(9,44,65)
#09283C
(9,40,60)
#092437
(9,36,55)
#092032
(9,32,50)
#091C2D
(9,28,45)
#091828
(9,24,40)
#091423
(9,20,35)
#09101E
(9,16,30)
#090C19
(9,12,25)
#090814
(9,8,20)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #092C41

#092C41
(9,44,65)
#1F3F52
(31,63,82)
#355263
(53,82,99)
#4B6574
(75,101,116)
#617885
(97,120,133)
#778B96
(119,139,150)
#8D9EA7
(141,158,167)
#A3B1B8
(163,177,184)
#B9C4C9
(185,196,201)
#CFD7DA
(207,215,218)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092C41; }

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

This text font color is #092C41.

Background Color

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

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

This div background color is #092C41.

Border color

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

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

This div border color is #092C41.

Opacity

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

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

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

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

This text has shadow with #092C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092C41.

Preview

Color preview on black background

This text has color #092C41 on black background.


Color preview on white background

This text has color #092C41 on white background.


Black color preview on #092C41 background

This text has black color on #092C41 background.


White color preview on #092C41 background

This text has white color on #092C41 background.


Related colors

Complementary color

Complementary color for #hex is #F6D3BE.


I love getcolorcode.com

Triadic colors

1 #41092C and #2C4109 with #092C41 are triadic colors.

2 #412C09 and #2C0941 with #092C41 are triadic colors.