COLOR #09588F

HEX: #09588F RGB: (9,88,143)

Color info

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

RGB color model

#09588F color RGB value is (9,88,143).

RGB: (9,88,143) (4%, 35%, 56%)

RGB channels and saturation

R 9 of 255 = 4%
G 88 of 255 = 35%
B 143 of 255 = 56%

9
88
143

R + G + B ~ 32%. #09588F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 88 + 143 = 240 (100%)
R 9 of 240 ~ 3.75%
G 88 of 240 ~ 36.67%
B 143 of 240 ~ 59.58'%

%36.67
%59.58

CMYK color model

#09588F color CMYK value is (94,38,0,44).

  • cyan value is 93.71%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (94,38,0,44)
C94M38Y0K44 (94%, 38%, 0%, 44%)
(0.94 / 0.38 / 0.00 / 0.44)

CMYK percentages

%93.71
%38.46
%0
%43.92

Codes

Color #09588F in popluar color models

09 58 8F
RGB 9 88 143
HSL 205° 88.16% 29.80%
HSB/HSV 205° 93.71% 56.08%
CMYK 93.71% 38.46% 0.00%
43.92%

Color #09588F in popluar number systems.

HEX 09 58 8F
Decimal 9 88 143
Binary 1001 1011000 10001111
Octal 11 130 217

Shades and tints

Shades of #09588F

#09588F
(9,88,143)
#095082
(9,80,130)
#094875
(9,72,117)
#094068
(9,64,104)
#09385B
(9,56,91)
#09304E
(9,48,78)
#092841
(9,40,65)
#092034
(9,32,52)
#091827
(9,24,39)
#09101A
(9,16,26)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #09588F

#09588F
(9,88,143)
#1F6799
(31,103,153)
#3576A3
(53,118,163)
#4B85AD
(75,133,173)
#6194B7
(97,148,183)
#77A3C1
(119,163,193)
#8DB2CB
(141,178,203)
#A3C1D5
(163,193,213)
#B9D0DF
(185,208,223)
#CFDFE9
(207,223,233)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09588F color. Also use rgb(9,88,143) instead hex code.

Text Font Color

.myTextColor { color: #09588F; }

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

This text font color is #09588F.

Background Color

.myBgColor { background-color: #09588F; }

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

This div background color is #09588F.

Border color

.myBorderColor { border: 1px solid #09588F; }

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

This div border color is #09588F.

Opacity

.myOpacity80 { color: #09588F; opacity: 0.8; }

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

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

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

This text has shadow with #09588F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09588F.

Preview

Color preview on black background

This text has color #09588F on black background.


Color preview on white background

This text has color #09588F on white background.


Black color preview on #09588F background

This text has black color on #09588F background.


White color preview on #09588F background

This text has white color on #09588F background.


Related colors

Complementary color

Complementary color for #hex is #F6A770.


I love getcolorcode.com

Triadic colors

1 #8F0958 and #588F09 with #09588F are triadic colors.

2 #8F5809 and #58098F with #09588F are triadic colors.