COLOR #090A2B

HEX: #090A2B RGB: (9,10,43)

Color info

#090A2B contains red, green and blue colors in about the same proportion. Web safe color of #090A2B is #000033 (or #003).

RGB color model

#090A2B color RGB value is (9,10,43).

RGB: (9,10,43) (4%, 4%, 17%)

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 43 of 255 = 17%

9
10
43

R + G + B ~ 8%. #090A2B is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 10 + 43 = 62 (100%)
R 9 of 62 ~ 14.52%
G 10 of 62 ~ 16.13%
B 43 of 62 ~ 69.35'%

%14.52
%16.13
%69.35

CMYK color model

#090A2B color CMYK value is (79,77,0,83).

  • cyan value is 79.07%
  • magenta value is 76.74%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (79,77,0,83)
C79M77Y0K83 (79%, 77%, 0%, 83%)
(0.79 / 0.77 / 0.00 / 0.83)

CMYK percentages

%79.07
%76.74
%0
%83.14

Codes

Color #090A2B in popluar color models

09 0A 2B
RGB 9 10 43
HSL 238° 65.38% 10.20%
HSB/HSV 238° 79.07% 16.86%
CMYK 79.07% 76.74% 0.00%
83.14%

Color #090A2B in popluar number systems.

HEX 09 0A 2B
Decimal 9 10 43
Binary 1001 1010 101011
Octal 11 12 53

Shades and tints

Shades of #090A2B

#090A2B
(9,10,43)
#090A28
(9,10,40)
#090A25
(9,10,37)
#090A22
(9,10,34)
#090A1F
(9,10,31)
#090A1C
(9,10,28)
#090A19
(9,10,25)
#090A16
(9,10,22)
#090A13
(9,10,19)
#090A10
(9,10,16)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #090A2B

#090A2B
(9,10,43)
#1F203E
(31,32,62)
#353651
(53,54,81)
#4B4C64
(75,76,100)
#616277
(97,98,119)
#77788A
(119,120,138)
#8D8E9D
(141,142,157)
#A3A4B0
(163,164,176)
#B9BAC3
(185,186,195)
#CFD0D6
(207,208,214)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090A2B; }

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

This text font color is #090A2B.

Background Color

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

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

This div background color is #090A2B.

Border color

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

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

This div border color is #090A2B.

Opacity

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

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

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

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

This text has shadow with #090A2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090A2B.

Preview

Color preview on black background

This text has color #090A2B on black background.


Color preview on white background

This text has color #090A2B on white background.


Black color preview on #090A2B background

This text has black color on #090A2B background.


White color preview on #090A2B background

This text has white color on #090A2B background.


Related colors

Complementary color

Complementary color for #hex is #F6F5D4.


I love getcolorcode.com

Triadic colors

1 #2B090A and #0A2B09 with #090A2B are triadic colors.

2 #2B0A09 and #0A092B with #090A2B are triadic colors.