COLOR #095082

HEX: #095082 RGB: (9,80,130)

Color info

#095082 contains mainly green and blue colors. Web safe color of #095082 is #006699 (or #069).

RGB color model

#095082 color RGB value is (9,80,130).

RGB: (9,80,130) (4%, 31%, 51%)

RGB channels and saturation

R 9 of 255 = 4%
G 80 of 255 = 31%
B 130 of 255 = 51%

9
80
130

R + G + B ~ 29%. #095082 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 80 + 130 = 219 (100%)
R 9 of 219 ~ 4.11%
G 80 of 219 ~ 36.53%
B 130 of 219 ~ 59.36'%

%36.53
%59.36

CMYK color model

#095082 color CMYK value is (93,38,0,49).

  • cyan value is 93.08%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (93,38,0,49)
C93M38Y0K49 (93%, 38%, 0%, 49%)
(0.93 / 0.38 / 0.00 / 0.49)

CMYK percentages

%93.08
%38.46
%0
%49.02

Codes

Color #095082 in popluar color models

09 50 82
RGB 9 80 130
HSL 205° 87.05% 27.25%
HSB/HSV 205° 93.08% 50.98%
CMYK 93.08% 38.46% 0.00%
49.02%

Color #095082 in popluar number systems.

HEX 09 50 82
Decimal 9 80 130
Binary 1001 1010000 10000010
Octal 11 120 202

Shades and tints

Shades of #095082

#095082
(9,80,130)
#094977
(9,73,119)
#09426C
(9,66,108)
#093B61
(9,59,97)
#093456
(9,52,86)
#092D4B
(9,45,75)
#092640
(9,38,64)
#091F35
(9,31,53)
#09182A
(9,24,42)
#09111F
(9,17,31)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #095082

#095082
(9,80,130)
#1F5F8D
(31,95,141)
#356E98
(53,110,152)
#4B7DA3
(75,125,163)
#618CAE
(97,140,174)
#779BB9
(119,155,185)
#8DAAC4
(141,170,196)
#A3B9CF
(163,185,207)
#B9C8DA
(185,200,218)
#CFD7E5
(207,215,229)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095082 color. Also use rgb(9,80,130) instead hex code.

Text Font Color

.myTextColor { color: #095082; }

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

This text font color is #095082.

Background Color

.myBgColor { background-color: #095082; }

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

This div background color is #095082.

Border color

.myBorderColor { border: 1px solid #095082; }

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

This div border color is #095082.

Opacity

.myOpacity80 { color: #095082; opacity: 0.8; }

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

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

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

This text has shadow with #095082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095082.

Preview

Color preview on black background

This text has color #095082 on black background.


Color preview on white background

This text has color #095082 on white background.


Black color preview on #095082 background

This text has black color on #095082 background.


White color preview on #095082 background

This text has white color on #095082 background.


Related colors

Complementary color

Complementary color for #hex is #F6AF7D.


I love getcolorcode.com

Triadic colors

1 #820950 and #508209 with #095082 are triadic colors.

2 #825009 and #500982 with #095082 are triadic colors.