COLOR #09132A

HEX: #09132A
RGB: (9,19,42)

Color info

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

RGB color model

#09132A color RGB value is (9,19,42).

  • red value is 9;
  • green value is 19;
  • blue value is 42.
RGB:
(9,19,42)
(4%,7%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 42 of 255 = 16%

9
19
42

R + G + B ~ 9%. #09132A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 42 = 70 (100%)
R 9 of 70 ~ 12.86%
G 19 of 70 ~ 27.14%
B 42 of 70 ~ 60%

%12.86
%27.14
%60

CMYK color model

#09132A color CMYK value is (79,55,0,84).

  • cyan value is 78.57%
  • magenta value is 54.76%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(79,55,0,84)
C79M55Y0K84 
(79%,55%,0%,84%)
(0.79/0.55/0.00/0.84)	

CMYK percentages

%78.57
%54.76
%0
%83.53

Codes

Color #09132A in popluar color models

09132A
RGB91942
HSL222°64.71%10.00%
HSB/HSV222°78.57%16.47%
CMYK78.57%54.76%0.00%
83.53%

Color #09132A in popluar number systems.

HEX09132A
Decimal91942
Binary100110011101010
Octal112352

Shades and tints

Shades of #09132A

#09132A
(9,19,42)
#091227
(9,18,39)
#091124
(9,17,36)
#091021
(9,16,33)
#090F1E
(9,15,30)
#090E1B
(9,14,27)
#090D18
(9,13,24)
#090C15
(9,12,21)
#090B12
(9,11,18)
#090A0F
(9,10,15)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #09132A

#09132A
(9,19,42)
#1F283D
(31,40,61)
#353D50
(53,61,80)
#4B5263
(75,82,99)
#616776
(97,103,118)
#777C89
(119,124,137)
#8D919C
(141,145,156)
#A3A6AF
(163,166,175)
#B9BBC2
(185,187,194)
#CFD0D5
(207,208,213)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09132A color. Also use rgb(9,19,42) instead hex code.

Text Font Color

.myTextColor { color: #09132A; }

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

This text font color is #09132A.


Background Color

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

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

This div background color is #09132A.


Border color

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

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

This div border color is #09132A.


Opacity

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

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

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

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

This text has shadow with #09132A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09132A on black background.


Color preview on white background

This text has color #09132A on white background.



Black color preview on #09132A background

This text has black color on #09132A background.


White color preview on #09132A background

This text has white color on #09132A background.