COLOR #090A30

HEX: #090A30
RGB: (9,10,48)

Color info

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

RGB color model

#090A30 color RGB value is (9,10,48).

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

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 48 of 255 = 19%

9
10
48

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

Portions of RGB colors in percentages

R + G + B =
9 + 10 + 48 = 67 (100%)
R 9 of 67 ~ 13.43%
G 10 of 67 ~ 14.93%
B 48 of 67 ~ 71.64%

%13.43
%14.93
%71.64

CMYK color model

#090A30 color CMYK value is (81,79,0,81).

  • cyan value is 81.25%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(81,79,0,81)
C81M79Y0K81 
(81%,79%,0%,81%)
(0.81/0.79/0.00/0.81)	

CMYK percentages

%81.25
%79.17
%0
%81.18

Codes

Color #090A30 in popluar color models

090A30
RGB91048
HSL238°68.42%11.18%
HSB/HSV238°81.25%18.82%
CMYK81.25%79.17%0.00%
81.18%

Color #090A30 in popluar number systems.

HEX090A30
Decimal91048
Binary10011010110000
Octal111260

Shades and tints

Shades of #090A30

#090A30
(9,10,48)
#090A2C
(9,10,44)
#090A28
(9,10,40)
#090A24
(9,10,36)
#090A20
(9,10,32)
#090A1C
(9,10,28)
#090A18
(9,10,24)
#090A14
(9,10,20)
#090A10
(9,10,16)
#090A0C
(9,10,12)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #090A30

#090A30
(9,10,48)
#1F2042
(31,32,66)
#353654
(53,54,84)
#4B4C66
(75,76,102)
#616278
(97,98,120)
#77788A
(119,120,138)
#8D8E9C
(141,142,156)
#A3A4AE
(163,164,174)
#B9BAC0
(185,186,192)
#CFD0D2
(207,208,210)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090A30; }

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

This text font color is #090A30.


Background Color

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

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

This div background color is #090A30.


Border color

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

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

This div border color is #090A30.


Opacity

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

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

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

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

This text has shadow with #090A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090A30 on black background.


Color preview on white background

This text has color #090A30 on white background.



Black color preview on #090A30 background

This text has black color on #090A30 background.


White color preview on #090A30 background

This text has white color on #090A30 background.