COLOR #095A9D

HEX: #095A9D
RGB: (9,90,157)

Color info

#095A9D contains mainly blue color. Web safe color of #095A9D is #006699 (or #069).

RGB color model

#095A9D color RGB value is (9,90,157).

  • red value is 9;
  • green value is 90;
  • blue value is 157.
RGB:
(9,90,157)
(4%,35%,62%)

RGB channels and saturation

R 9 of 255 = 4%
G 90 of 255 = 35%
B 157 of 255 = 62%

9
90
157

R + G + B ~ 34%. #095A9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 90 + 157 = 256 (100%)
R 9 of 256 ~ 3.52%
G 90 of 256 ~ 35.16%
B 157 of 256 ~ 61.33%

%35.16
%61.33

CMYK color model

#095A9D color CMYK value is (94,43,0,38).

  • cyan value is 94.27%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(94,43,0,38)
C94M43Y0K38 
(94%,43%,0%,38%)
(0.94/0.43/0.00/0.38)	

CMYK percentages

%94.27
%42.68
%0
%38.43

Codes

Color #095A9D in popluar color models

095A9D
RGB990157
HSL207°89.16%32.55%
HSB/HSV207°94.27%61.57%
CMYK94.27%42.68%0.00%
38.43%

Color #095A9D in popluar number systems.

HEX095A9D
Decimal990157
Binary1001101101010011101
Octal11132235

Shades and tints

Shades of #095A9D

#095A9D
(9,90,157)
#09528F
(9,82,143)
#094A81
(9,74,129)
#094273
(9,66,115)
#093A65
(9,58,101)
#093257
(9,50,87)
#092A49
(9,42,73)
#09223B
(9,34,59)
#091A2D
(9,26,45)
#09121F
(9,18,31)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #095A9D

#095A9D
(9,90,157)
#1F69A5
(31,105,165)
#3578AD
(53,120,173)
#4B87B5
(75,135,181)
#6196BD
(97,150,189)
#77A5C5
(119,165,197)
#8DB4CD
(141,180,205)
#A3C3D5
(163,195,213)
#B9D2DD
(185,210,221)
#CFE1E5
(207,225,229)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095A9D color. Also use rgb(9,90,157) instead hex code.

Text Font Color

.myTextColor { color: #095A9D; }

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

This text font color is #095A9D.


Background Color

.myBgColor { background-color: #095A9D; }

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

This div background color is #095A9D.


Border color

.myBorderColor { border: 1px solid #095A9D; }

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

This div border color is #095A9D.


Opacity

.myOpacity80 { color: #095A9D; opacity: 0.8; }

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

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

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

This text has shadow with #095A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095A9D on black background.


Color preview on white background

This text has color #095A9D on white background.



Black color preview on #095A9D background

This text has black color on #095A9D background.


White color preview on #095A9D background

This text has white color on #095A9D background.