COLOR #09077A

HEX: #09077A
RGB: (9,7,122)

Color info

#09077A contains mainly blue color. Web safe color of #09077A is #000066 (or #006).

RGB color model

#09077A color RGB value is (9,7,122).

  • red value is 9;
  • green value is 7;
  • blue value is 122.
RGB:
(9,7,122)
(4%,3%,48%)

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 122 of 255 = 48%

9
7
122

R + G + B ~ 18%. #09077A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 122 = 138 (100%)
R 9 of 138 ~ 6.52%
G 7 of 138 ~ 5.07%
B 122 of 138 ~ 88.41%

%88.41

CMYK color model

#09077A color CMYK value is (93,94,0,52).

  • cyan value is 92.62%
  • magenta value is 94.26%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(93,94,0,52)
C93M94Y0K52 
(93%,94%,0%,52%)
(0.93/0.94/0.00/0.52)	

CMYK percentages

%92.62
%94.26
%0
%52.16

Codes

Color #09077A in popluar color models

09077A
RGB97122
HSL241°89.15%25.29%
HSB/HSV241°94.26%47.84%
CMYK92.62%94.26%0.00%
52.16%

Color #09077A in popluar number systems.

HEX09077A
Decimal97122
Binary10011111111010
Octal117172

Shades and tints

Shades of #09077A

#09077A
(9,7,122)
#09076F
(9,7,111)
#090764
(9,7,100)
#090759
(9,7,89)
#09074E
(9,7,78)
#090743
(9,7,67)
#090738
(9,7,56)
#09072D
(9,7,45)
#090722
(9,7,34)
#090717
(9,7,23)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #09077A

#09077A
(9,7,122)
#1F1D86
(31,29,134)
#353392
(53,51,146)
#4B499E
(75,73,158)
#615FAA
(97,95,170)
#7775B6
(119,117,182)
#8D8BC2
(141,139,194)
#A3A1CE
(163,161,206)
#B9B7DA
(185,183,218)
#CFCDE6
(207,205,230)
#E5E3F2
(229,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09077A color. Also use rgb(9,7,122) instead hex code.

Text Font Color

.myTextColor { color: #09077A; }

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

This text font color is #09077A.


Background Color

.myBgColor { background-color: #09077A; }

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

This div background color is #09077A.


Border color

.myBorderColor { border: 1px solid #09077A; }

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

This div border color is #09077A.


Opacity

.myOpacity80 { color: #09077A; opacity: 0.8; }

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

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

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

This text has shadow with #09077A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09077A on black background.


Color preview on white background

This text has color #09077A on white background.



Black color preview on #09077A background

This text has black color on #09077A background.


White color preview on #09077A background

This text has white color on #09077A background.