COLOR #09192A

HEX: #09192A RGB: (9,25,42)

Color info

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

RGB color model

#09192A color RGB value is (9,25,42).

RGB: (9,25,42) (4%, 10%, 16%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 42 of 255 = 16%

9
25
42

R + G + B ~ 10%. #09192A is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 25 + 42 = 76 (100%)
R 9 of 76 ~ 11.84%
G 25 of 76 ~ 32.89%
B 42 of 76 ~ 55.26'%

%11.84
%32.89
%55.26

CMYK color model

#09192A color CMYK value is (79,40,0,84).

  • cyan value is 78.57%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (79,40,0,84)
C79M40Y0K84 (79%, 40%, 0%, 84%)
(0.79 / 0.40 / 0.00 / 0.84)

CMYK percentages

%78.57
%40.48
%0
%83.53

Codes

Color #09192A in popluar color models

09 19 2A
RGB 9 25 42
HSL 211° 64.71% 10.00%
HSB/HSV 211° 78.57% 16.47%
CMYK 78.57% 40.48% 0.00%
83.53%

Color #09192A in popluar number systems.

HEX 09 19 2A
Decimal 9 25 42
Binary 1001 11001 101010
Octal 11 31 52

Shades and tints

Shades of #09192A

#09192A
(9,25,42)
#091727
(9,23,39)
#091524
(9,21,36)
#091321
(9,19,33)
#09111E
(9,17,30)
#090F1B
(9,15,27)
#090D18
(9,13,24)
#090B15
(9,11,21)
#090912
(9,9,18)
#09070F
(9,7,15)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #09192A

#09192A
(9,25,42)
#1F2D3D
(31,45,61)
#354150
(53,65,80)
#4B5563
(75,85,99)
#616976
(97,105,118)
#777D89
(119,125,137)
#8D919C
(141,145,156)
#A3A5AF
(163,165,175)
#B9B9C2
(185,185,194)
#CFCDD5
(207,205,213)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09192A; }

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

This text font color is #09192A.

Background Color

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

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

This div background color is #09192A.

Border color

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

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

This div border color is #09192A.

Opacity

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

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

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

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

This text has shadow with #09192A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09192A.

Preview

Color preview on black background

This text has color #09192A on black background.


Color preview on white background

This text has color #09192A on white background.


Black color preview on #09192A background

This text has black color on #09192A background.


White color preview on #09192A background

This text has white color on #09192A background.


Related colors

Complementary color

Complementary color for #hex is #F6E6D5.


I love getcolorcode.com

Triadic colors

1 #2A0919 and #192A09 with #09192A are triadic colors.

2 #2A1909 and #19092A with #09192A are triadic colors.