COLOR #09125D

HEX: #09125D RGB: (9,18,93)

Color info

#09125D contains mainly blue color. Web safe color of #09125D is #000066 (or #006).

RGB color model

#09125D color RGB value is (9,18,93).

RGB: (9,18,93) (4%, 7%, 36%)

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 93 of 255 = 36%

9
18
93

R + G + B ~ 16%. #09125D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 93 = 120 (100%)
R 9 of 120 ~ 7.5%
G 18 of 120 ~ 15%
B 93 of 120 ~ 77.5'%

%15
%77.5

CMYK color model

#09125D color CMYK value is (90,81,0,64).

  • cyan value is 90.32%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (90,81,0,64)
C90M81Y0K64 (90%, 81%, 0%, 64%)
(0.90 / 0.81 / 0.00 / 0.64)

CMYK percentages

%90.32
%80.65
%0
%63.53

Codes

Color #09125D in popluar color models

09 12 5D
RGB 9 18 93
HSL 234° 82.35% 20.00%
HSB/HSV 234° 90.32% 36.47%
CMYK 90.32% 80.65% 0.00%
63.53%

Color #09125D in popluar number systems.

HEX 09 12 5D
Decimal 9 18 93
Binary 1001 10010 1011101
Octal 11 22 135

Shades and tints

Shades of #09125D

#09125D
(9,18,93)
#091155
(9,17,85)
#09104D
(9,16,77)
#090F45
(9,15,69)
#090E3D
(9,14,61)
#090D35
(9,13,53)
#090C2D
(9,12,45)
#090B25
(9,11,37)
#090A1D
(9,10,29)
#090915
(9,9,21)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #09125D

#09125D
(9,18,93)
#1F276B
(31,39,107)
#353C79
(53,60,121)
#4B5187
(75,81,135)
#616695
(97,102,149)
#777BA3
(119,123,163)
#8D90B1
(141,144,177)
#A3A5BF
(163,165,191)
#B9BACD
(185,186,205)
#CFCFDB
(207,207,219)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09125D color. Also use rgb(9,18,93) instead hex code.

Text Font Color

.myTextColor { color: #09125D; }

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

This text font color is #09125D.

Background Color

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

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

This div background color is #09125D.

Border color

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

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

This div border color is #09125D.

Opacity

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

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

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

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

This text has shadow with #09125D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09125D.

Preview

Color preview on black background

This text has color #09125D on black background.


Color preview on white background

This text has color #09125D on white background.


Black color preview on #09125D background

This text has black color on #09125D background.


White color preview on #09125D background

This text has white color on #09125D background.


Related colors

Complementary color

Complementary color for #hex is #F6EDA2.


I love getcolorcode.com

Triadic colors

1 #5D0912 and #125D09 with #09125D are triadic colors.

2 #5D1209 and #12095D with #09125D are triadic colors.