COLOR #090A6A

HEX: #090A6A
RGB: (9,10,106)

Color info

#090A6A contains mainly blue color. Web safe color of #090A6A is #000066 (or #006).

RGB color model

#090A6A color RGB value is (9,10,106).

  • red value is 9;
  • green value is 10;
  • blue value is 106.
RGB:
(9,10,106)
(4%,4%,42%)

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 106 of 255 = 42%

9
10
106

R + G + B ~ 17%. #090A6A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 10 + 106 = 125 (100%)
R 9 of 125 ~ 7.2%
G 10 of 125 ~ 8%
B 106 of 125 ~ 84.8%

%84.8

CMYK color model

#090A6A color CMYK value is (92,91,0,58).

  • cyan value is 91.51%
  • magenta value is 90.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(92,91,0,58)
C92M91Y0K58 
(92%,91%,0%,58%)
(0.92/0.91/0.00/0.58)	

CMYK percentages

%91.51
%90.57
%0
%58.43

Codes

Color #090A6A in popluar color models

090A6A
RGB910106
HSL239°84.35%22.55%
HSB/HSV239°91.51%41.57%
CMYK91.51%90.57%0.00%
58.43%

Color #090A6A in popluar number systems.

HEX090A6A
Decimal910106
Binary100110101101010
Octal1112152

Shades and tints

Shades of #090A6A

#090A6A
(9,10,106)
#090A61
(9,10,97)
#090A58
(9,10,88)
#090A4F
(9,10,79)
#090A46
(9,10,70)
#090A3D
(9,10,61)
#090A34
(9,10,52)
#090A2B
(9,10,43)
#090A22
(9,10,34)
#090A19
(9,10,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #090A6A

#090A6A
(9,10,106)
#1F2077
(31,32,119)
#353684
(53,54,132)
#4B4C91
(75,76,145)
#61629E
(97,98,158)
#7778AB
(119,120,171)
#8D8EB8
(141,142,184)
#A3A4C5
(163,164,197)
#B9BAD2
(185,186,210)
#CFD0DF
(207,208,223)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090A6A color. Also use rgb(9,10,106) instead hex code.

Text Font Color

.myTextColor { color: #090A6A; }

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

This text font color is #090A6A.


Background Color

.myBgColor { background-color: #090A6A; }

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

This div background color is #090A6A.


Border color

.myBorderColor { border: 1px solid #090A6A; }

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

This div border color is #090A6A.


Opacity

.myOpacity80 { color: #090A6A; opacity: 0.8; }

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

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

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

This text has shadow with #090A6A color.

.textShadow {text-shadow: 3px 3px 1px #090A6A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090A6A on black background.


Color preview on white background

This text has color #090A6A on white background.



Black color preview on #090A6A background

This text has black color on #090A6A background.


White color preview on #090A6A background

This text has white color on #090A6A background.