COLOR #0929A6

HEX: #0929A6 RGB: (9,41,166)

Color info

#0929A6 contains mainly blue color. Web safe color of #0929A6 is #003399 (or #039).

RGB color model

#0929A6 color RGB value is (9,41,166).

RGB: (9,41,166) (4%, 16%, 65%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 166 of 255 = 65%

9
41
166

R + G + B ~ 28%. #0929A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 41 + 166 = 216 (100%)
R 9 of 216 ~ 4.17%
G 41 of 216 ~ 18.98%
B 166 of 216 ~ 76.85'%

%18.98
%76.85

CMYK color model

#0929A6 color CMYK value is (95,75,0,35).

  • cyan value is 94.58%
  • magenta value is 75.30%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (95,75,0,35)
C95M75Y0K35 (95%, 75%, 0%, 35%)
(0.95 / 0.75 / 0.00 / 0.35)

CMYK percentages

%94.58
%75.3
%0
%34.9

Codes

Color #0929A6 in popluar color models

09 29 A6
RGB 9 41 166
HSL 228° 89.71% 34.31%
HSB/HSV 228° 94.58% 65.10%
CMYK 94.58% 75.30% 0.00%
34.90%

Color #0929A6 in popluar number systems.

HEX 09 29 A6
Decimal 9 41 166
Binary 1001 101001 10100110
Octal 11 51 246

Shades and tints

Shades of #0929A6

#0929A6
(9,41,166)
#092697
(9,38,151)
#092388
(9,35,136)
#092079
(9,32,121)
#091D6A
(9,29,106)
#091A5B
(9,26,91)
#09174C
(9,23,76)
#09143D
(9,20,61)
#09112E
(9,17,46)
#090E1F
(9,14,31)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #0929A6

#0929A6
(9,41,166)
#1F3CAE
(31,60,174)
#354FB6
(53,79,182)
#4B62BE
(75,98,190)
#6175C6
(97,117,198)
#7788CE
(119,136,206)
#8D9BD6
(141,155,214)
#A3AEDE
(163,174,222)
#B9C1E6
(185,193,230)
#CFD4EE
(207,212,238)
#E5E7F6
(229,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0929A6 color. Also use rgb(9,41,166) instead hex code.

Text Font Color

.myTextColor { color: #0929A6; }

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

This text font color is #0929A6.

Background Color

.myBgColor { background-color: #0929A6; }

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

This div background color is #0929A6.

Border color

.myBorderColor { border: 1px solid #0929A6; }

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

This div border color is #0929A6.

Opacity

.myOpacity80 { color: #0929A6; opacity: 0.8; }

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

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

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

This text has shadow with #0929A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0929A6.

Preview

Color preview on black background

This text has color #0929A6 on black background.


Color preview on white background

This text has color #0929A6 on white background.


Black color preview on #0929A6 background

This text has black color on #0929A6 background.


White color preview on #0929A6 background

This text has white color on #0929A6 background.


Related colors

Complementary color

Complementary color for #hex is #F6D659.


I love getcolorcode.com

Triadic colors

1 #A60929 and #29A609 with #0929A6 are triadic colors.

2 #A62909 and #2909A6 with #0929A6 are triadic colors.