COLOR #09054C

HEX: #09054C
RGB: (9,5,76)

Color info

#09054C contains mainly blue color. Web safe color of #09054C is #000033 (or #003).

RGB color model

#09054C color RGB value is (9,5,76).

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

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 76 of 255 = 30%

9
5
76

R + G + B ~ 12%. #09054C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 76 = 90 (100%)
R 9 of 90 ~ 10%
G 5 of 90 ~ 5.56%
B 76 of 90 ~ 84.44%

%10
%84.44

CMYK color model

#09054C color CMYK value is (88,93,0,70).

  • cyan value is 88.16%
  • magenta value is 93.42%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(88,93,0,70)
C88M93Y0K70 
(88%,93%,0%,70%)
(0.88/0.93/0.00/0.70)	

CMYK percentages

%88.16
%93.42
%0
%70.2

Codes

Color #09054C in popluar color models

09054C
RGB9576
HSL243°87.65%15.88%
HSB/HSV243°93.42%29.80%
CMYK88.16%93.42%0.00%
70.20%

Color #09054C in popluar number systems.

HEX09054C
Decimal9576
Binary10011011001100
Octal115114

Shades and tints

Shades of #09054C

#09054C
(9,5,76)
#090546
(9,5,70)
#090540
(9,5,64)
#09053A
(9,5,58)
#090534
(9,5,52)
#09052E
(9,5,46)
#090528
(9,5,40)
#090522
(9,5,34)
#09051C
(9,5,28)
#090516
(9,5,22)
#090510
(9,5,16)
#000000
(0,0,0)

Tints of #09054C

#09054C
(9,5,76)
#1F1B5C
(31,27,92)
#35316C
(53,49,108)
#4B477C
(75,71,124)
#615D8C
(97,93,140)
#77739C
(119,115,156)
#8D89AC
(141,137,172)
#A39FBC
(163,159,188)
#B9B5CC
(185,181,204)
#CFCBDC
(207,203,220)
#E5E1EC
(229,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09054C; }

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

This text font color is #09054C.


Background Color

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

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

This div background color is #09054C.


Border color

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

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

This div border color is #09054C.


Opacity

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

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

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

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

This text has shadow with #09054C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09054C on black background.


Color preview on white background

This text has color #09054C on white background.



Black color preview on #09054C background

This text has black color on #09054C background.


White color preview on #09054C background

This text has white color on #09054C background.