COLOR #090A2D

HEX: #090A2D
RGB: (9,10,45)

Color info

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

RGB color model

#090A2D color RGB value is (9,10,45).

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

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 45 of 255 = 18%

9
10
45

R + G + B ~ 9%. #090A2D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 10 + 45 = 64 (100%)
R 9 of 64 ~ 14.06%
G 10 of 64 ~ 15.63%
B 45 of 64 ~ 70.31%

%14.06
%15.63
%70.31

CMYK color model

#090A2D color CMYK value is (80,78,0,82).

  • cyan value is 80.00%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(80,78,0,82)
C80M78Y0K82 
(80%,78%,0%,82%)
(0.80/0.78/0.00/0.82)	

CMYK percentages

%80
%77.78
%0
%82.35

Codes

Color #090A2D in popluar color models

090A2D
RGB91045
HSL238°66.67%10.59%
HSB/HSV238°80.00%17.65%
CMYK80.00%77.78%0.00%
82.35%

Color #090A2D in popluar number systems.

HEX090A2D
Decimal91045
Binary10011010101101
Octal111255

Shades and tints

Shades of #090A2D

#090A2D
(9,10,45)
#090A29
(9,10,41)
#090A25
(9,10,37)
#090A21
(9,10,33)
#090A1D
(9,10,29)
#090A19
(9,10,25)
#090A15
(9,10,21)
#090A11
(9,10,17)
#090A0D
(9,10,13)
#090A09
(9,10,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #090A2D

#090A2D
(9,10,45)
#1F2040
(31,32,64)
#353653
(53,54,83)
#4B4C66
(75,76,102)
#616279
(97,98,121)
#77788C
(119,120,140)
#8D8E9F
(141,142,159)
#A3A4B2
(163,164,178)
#B9BAC5
(185,186,197)
#CFD0D8
(207,208,216)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090A2D; }

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

This text font color is #090A2D.


Background Color

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

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

This div background color is #090A2D.


Border color

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

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

This div border color is #090A2D.


Opacity

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

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

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

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

This text has shadow with #090A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090A2D on black background.


Color preview on white background

This text has color #090A2D on white background.



Black color preview on #090A2D background

This text has black color on #090A2D background.


White color preview on #090A2D background

This text has white color on #090A2D background.