COLOR #09152D

HEX: #09152D RGB: (9,21,45)

Color info

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

RGB color model

#09152D color RGB value is (9,21,45).

RGB: (9,21,45) (4%, 8%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 21 of 255 = 8%
B 45 of 255 = 18%

9
21
45

R + G + B ~ 10%. #09152D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 21 + 45 = 75 (100%)
R 9 of 75 ~ 12%
G 21 of 75 ~ 28%
B 45 of 75 ~ 60'%

%12
%28
%60

CMYK color model

#09152D color CMYK value is (80,53,0,82).

  • cyan value is 80.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (80,53,0,82)
C80M53Y0K82 (80%, 53%, 0%, 82%)
(0.80 / 0.53 / 0.00 / 0.82)

CMYK percentages

%80
%53.33
%0
%82.35

Codes

Color #09152D in popluar color models

09 15 2D
RGB 9 21 45
HSL 220° 66.67% 10.59%
HSB/HSV 220° 80.00% 17.65%
CMYK 80.00% 53.33% 0.00%
82.35%

Color #09152D in popluar number systems.

HEX 09 15 2D
Decimal 9 21 45
Binary 1001 10101 101101
Octal 11 25 55

Shades and tints

Shades of #09152D

#09152D
(9,21,45)
#091429
(9,20,41)
#091325
(9,19,37)
#091221
(9,18,33)
#09111D
(9,17,29)
#091019
(9,16,25)
#090F15
(9,15,21)
#090E11
(9,14,17)
#090D0D
(9,13,13)
#090C09
(9,12,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #09152D

#09152D
(9,21,45)
#1F2A40
(31,42,64)
#353F53
(53,63,83)
#4B5466
(75,84,102)
#616979
(97,105,121)
#777E8C
(119,126,140)
#8D939F
(141,147,159)
#A3A8B2
(163,168,178)
#B9BDC5
(185,189,197)
#CFD2D8
(207,210,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09152D color. Also use rgb(9,21,45) instead hex code.

Text Font Color

.myTextColor { color: #09152D; }

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

This text font color is #09152D.

Background Color

.myBgColor { background-color: #09152D; }

<div style="background-color:#09152D">Inner text</div>

This div background color is #09152D.

Border color

.myBorderColor { border: 1px solid #09152D; }

<div style="border:3px solid #09152D">Div</div>

This div border color is #09152D.

Opacity

.myOpacity80 { color: #09152D; opacity: 0.8; }

<p style="color:#09152D;opacity:0.8;">80%</p>

Text with #09152D 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 #09152D;}

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

This text has shadow with #09152D color.


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

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

This text has shadow with #09152D primary color and red secondary color.


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

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

This text has shadow with #09152D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09152D.

Preview

Color preview on black background

This text has color #09152D on black background.


Color preview on white background

This text has color #09152D on white background.


Black color preview on #09152D background

This text has black color on #09152D background.


White color preview on #09152D background

This text has white color on #09152D background.


Related colors

Complementary color

Complementary color for #hex is #F6EAD2.


I love getcolorcode.com

Triadic colors

1 #2D0915 and #152D09 with #09152D are triadic colors.

2 #2D1509 and #15092D with #09152D are triadic colors.