COLOR #0940A7

HEX: #0940A7
RGB: (9,64,167)

Color info

#0940A7 contains mainly blue color. Web safe color of #0940A7 is #003399 (or #039).

RGB color model

#0940A7 color RGB value is (9,64,167).

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

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 167 of 255 = 65%

9
64
167

R + G + B ~ 31%. #0940A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 167 = 240 (100%)
R 9 of 240 ~ 3.75%
G 64 of 240 ~ 26.67%
B 167 of 240 ~ 69.58%

%26.67
%69.58

CMYK color model

#0940A7 color CMYK value is (95,62,0,35).

  • cyan value is 94.61%
  • magenta value is 61.68%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(95,62,0,35)
C95M62Y0K35 
(95%,62%,0%,35%)
(0.95/0.62/0.00/0.35)	

CMYK percentages

%94.61
%61.68
%0
%34.51

Codes

Color #0940A7 in popluar color models

0940A7
RGB964167
HSL219°89.77%34.51%
HSB/HSV219°94.61%65.49%
CMYK94.61%61.68%0.00%
34.51%

Color #0940A7 in popluar number systems.

HEX0940A7
Decimal964167
Binary1001100000010100111
Octal11100247

Shades and tints

Shades of #0940A7

#0940A7
(9,64,167)
#093B98
(9,59,152)
#093689
(9,54,137)
#09317A
(9,49,122)
#092C6B
(9,44,107)
#09275C
(9,39,92)
#09224D
(9,34,77)
#091D3E
(9,29,62)
#09182F
(9,24,47)
#091320
(9,19,32)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #0940A7

#0940A7
(9,64,167)
#1F51AF
(31,81,175)
#3562B7
(53,98,183)
#4B73BF
(75,115,191)
#6184C7
(97,132,199)
#7795CF
(119,149,207)
#8DA6D7
(141,166,215)
#A3B7DF
(163,183,223)
#B9C8E7
(185,200,231)
#CFD9EF
(207,217,239)
#E5EAF7
(229,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0940A7; }

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

This text font color is #0940A7.


Background Color

.myBgColor { background-color: #0940A7; }

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

This div background color is #0940A7.


Border color

.myBorderColor { border: 1px solid #0940A7; }

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

This div border color is #0940A7.


Opacity

.myOpacity80 { color: #0940A7; opacity: 0.8; }

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

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

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

This text has shadow with #0940A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0940A7 on black background.


Color preview on white background

This text has color #0940A7 on white background.



Black color preview on #0940A7 background

This text has black color on #0940A7 background.


White color preview on #0940A7 background

This text has white color on #0940A7 background.