COLOR #09055C

HEX: #09055C
RGB: (9,5,92)

Color info

#09055C contains mainly blue color. Web safe color of #09055C is #000066 (or #006).

RGB color model

#09055C color RGB value is (9,5,92).

  • red value is 9;
  • green value is 5;
  • blue value is 92.
RGB:
(9,5,92)
(4%,2%,36%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 92 of 255 = 36%

9
5
92

R + G + B ~ 14%. #09055C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 92 = 106 (100%)
R 9 of 106 ~ 8.49%
G 5 of 106 ~ 4.72%
B 92 of 106 ~ 86.79%

%86.79

CMYK color model

#09055C color CMYK value is (90,95,0,64).

  • cyan value is 90.22%
  • magenta value is 94.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(90,95,0,64)
C90M95Y0K64 
(90%,95%,0%,64%)
(0.90/0.95/0.00/0.64)	

CMYK percentages

%90.22
%94.57
%0
%63.92

Codes

Color #09055C in popluar color models

09055C
RGB9592
HSL243°89.69%19.02%
HSB/HSV243°94.57%36.08%
CMYK90.22%94.57%0.00%
63.92%

Color #09055C in popluar number systems.

HEX09055C
Decimal9592
Binary10011011011100
Octal115134

Shades and tints

Shades of #09055C

#09055C
(9,5,92)
#090554
(9,5,84)
#09054C
(9,5,76)
#090544
(9,5,68)
#09053C
(9,5,60)
#090534
(9,5,52)
#09052C
(9,5,44)
#090524
(9,5,36)
#09051C
(9,5,28)
#090514
(9,5,20)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #09055C

#09055C
(9,5,92)
#1F1B6A
(31,27,106)
#353178
(53,49,120)
#4B4786
(75,71,134)
#615D94
(97,93,148)
#7773A2
(119,115,162)
#8D89B0
(141,137,176)
#A39FBE
(163,159,190)
#B9B5CC
(185,181,204)
#CFCBDA
(207,203,218)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09055C color. Also use rgb(9,5,92) instead hex code.

Text Font Color

.myTextColor { color: #09055C; }

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

This text font color is #09055C.


Background Color

.myBgColor { background-color: #09055C; }

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

This div background color is #09055C.


Border color

.myBorderColor { border: 1px solid #09055C; }

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

This div border color is #09055C.


Opacity

.myOpacity80 { color: #09055C; opacity: 0.8; }

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

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

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

This text has shadow with #09055C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09055C on black background.


Color preview on white background

This text has color #09055C on white background.



Black color preview on #09055C background

This text has black color on #09055C background.


White color preview on #09055C background

This text has white color on #09055C background.