COLOR #095270

HEX: #095270
RGB: (9,82,112)

Color info

#095270 contains mainly green and blue colors. Web safe color of #095270 is #006666 (or #066).

RGB color model

#095270 color RGB value is (9,82,112).

  • red value is 9;
  • green value is 82;
  • blue value is 112.
RGB:
(9,82,112)
(4%,32%,44%)

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 112 of 255 = 44%

9
82
112

R + G + B ~ 27%. #095270 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 82 + 112 = 203 (100%)
R 9 of 203 ~ 4.43%
G 82 of 203 ~ 40.39%
B 112 of 203 ~ 55.17%

%40.39
%55.17

CMYK color model

#095270 color CMYK value is (92,27,0,56).

  • cyan value is 91.96%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(92,27,0,56)
C92M27Y0K56 
(92%,27%,0%,56%)
(0.92/0.27/0.00/0.56)	

CMYK percentages

%91.96
%26.79
%0
%56.08

Codes

Color #095270 in popluar color models

095270
RGB982112
HSL197°85.12%23.73%
HSB/HSV197°91.96%43.92%
CMYK91.96%26.79%0.00%
56.08%

Color #095270 in popluar number systems.

HEX095270
Decimal982112
Binary100110100101110000
Octal11122160

Shades and tints

Shades of #095270

#095270
(9,82,112)
#094B66
(9,75,102)
#09445C
(9,68,92)
#093D52
(9,61,82)
#093648
(9,54,72)
#092F3E
(9,47,62)
#092834
(9,40,52)
#09212A
(9,33,42)
#091A20
(9,26,32)
#091316
(9,19,22)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #095270

#095270
(9,82,112)
#1F617D
(31,97,125)
#35708A
(53,112,138)
#4B7F97
(75,127,151)
#618EA4
(97,142,164)
#779DB1
(119,157,177)
#8DACBE
(141,172,190)
#A3BBCB
(163,187,203)
#B9CAD8
(185,202,216)
#CFD9E5
(207,217,229)
#E5E8F2
(229,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095270 color. Also use rgb(9,82,112) instead hex code.

Text Font Color

.myTextColor { color: #095270; }

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

This text font color is #095270.


Background Color

.myBgColor { background-color: #095270; }

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

This div background color is #095270.


Border color

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

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

This div border color is #095270.


Opacity

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

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

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

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

This text has shadow with #095270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095270 on black background.


Color preview on white background

This text has color #095270 on white background.



Black color preview on #095270 background

This text has black color on #095270 background.


White color preview on #095270 background

This text has white color on #095270 background.