COLOR #095664

HEX: #095664 RGB: (9,86,100)

Color info

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

RGB color model

#095664 color RGB value is (9,86,100).

RGB: (9,86,100) (4%, 34%, 39%)

RGB channels and saturation

R 9 of 255 = 4%
G 86 of 255 = 34%
B 100 of 255 = 39%

9
86
100

R + G + B ~ 26%. #095664 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 86 + 100 = 195 (100%)
R 9 of 195 ~ 4.62%
G 86 of 195 ~ 44.1%
B 100 of 195 ~ 51.28'%

%44.1
%51.28

CMYK color model

#095664 color CMYK value is (91,14,0,61).

  • cyan value is 91.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (91,14,0,61)
C91M14Y0K61 (91%, 14%, 0%, 61%)
(0.91 / 0.14 / 0.00 / 0.61)

CMYK percentages

%91
%14
%0
%60.78

Codes

Color #095664 in popluar color models

09 56 64
RGB 9 86 100
HSL 189° 83.49% 21.37%
HSB/HSV 189° 91.00% 39.22%
CMYK 91.00% 14.00% 0.00%
60.78%

Color #095664 in popluar number systems.

HEX 09 56 64
Decimal 9 86 100
Binary 1001 1010110 1100100
Octal 11 126 144

Shades and tints

Shades of #095664

#095664
(9,86,100)
#094F5B
(9,79,91)
#094852
(9,72,82)
#094149
(9,65,73)
#093A40
(9,58,64)
#093337
(9,51,55)
#092C2E
(9,44,46)
#092525
(9,37,37)
#091E1C
(9,30,28)
#091713
(9,23,19)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #095664

#095664
(9,86,100)
#1F6572
(31,101,114)
#357480
(53,116,128)
#4B838E
(75,131,142)
#61929C
(97,146,156)
#77A1AA
(119,161,170)
#8DB0B8
(141,176,184)
#A3BFC6
(163,191,198)
#B9CED4
(185,206,212)
#CFDDE2
(207,221,226)
#E5ECF0
(229,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095664 color. Also use rgb(9,86,100) instead hex code.

Text Font Color

.myTextColor { color: #095664; }

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

This text font color is #095664.

Background Color

.myBgColor { background-color: #095664; }

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

This div background color is #095664.

Border color

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

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

This div border color is #095664.

Opacity

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

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

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

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

This text has shadow with #095664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095664.

Preview

Color preview on black background

This text has color #095664 on black background.


Color preview on white background

This text has color #095664 on white background.


Black color preview on #095664 background

This text has black color on #095664 background.


White color preview on #095664 background

This text has white color on #095664 background.


Related colors

Complementary color

Complementary color for #hex is #F6A99B.


I love getcolorcode.com

Triadic colors

1 #640956 and #566409 with #095664 are triadic colors.

2 #645609 and #560964 with #095664 are triadic colors.