COLOR #09124A

HEX: #09124A
RGB: (9,18,74)

Color info

#09124A contains mainly green and blue colors. Web safe color of #09124A is #000033 (or #003).

RGB color model

#09124A color RGB value is (9,18,74).

  • red value is 9;
  • green value is 18;
  • blue value is 74.
RGB:
(9,18,74)
(4%,7%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 74 of 255 = 29%

9
18
74

R + G + B ~ 13%. #09124A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 74 = 101 (100%)
R 9 of 101 ~ 8.91%
G 18 of 101 ~ 17.82%
B 74 of 101 ~ 73.27%

%17.82
%73.27

CMYK color model

#09124A color CMYK value is (88,76,0,71).

  • cyan value is 87.84%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(88,76,0,71)
C88M76Y0K71 
(88%,76%,0%,71%)
(0.88/0.76/0.00/0.71)	

CMYK percentages

%87.84
%75.68
%0
%70.98

Codes

Color #09124A in popluar color models

09124A
RGB91874
HSL232°78.31%16.27%
HSB/HSV232°87.84%29.02%
CMYK87.84%75.68%0.00%
70.98%

Color #09124A in popluar number systems.

HEX09124A
Decimal91874
Binary1001100101001010
Octal1122112

Shades and tints

Shades of #09124A

#09124A
(9,18,74)
#091144
(9,17,68)
#09103E
(9,16,62)
#090F38
(9,15,56)
#090E32
(9,14,50)
#090D2C
(9,13,44)
#090C26
(9,12,38)
#090B20
(9,11,32)
#090A1A
(9,10,26)
#090914
(9,9,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #09124A

#09124A
(9,18,74)
#1F275A
(31,39,90)
#353C6A
(53,60,106)
#4B517A
(75,81,122)
#61668A
(97,102,138)
#777B9A
(119,123,154)
#8D90AA
(141,144,170)
#A3A5BA
(163,165,186)
#B9BACA
(185,186,202)
#CFCFDA
(207,207,218)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09124A color. Also use rgb(9,18,74) instead hex code.

Text Font Color

.myTextColor { color: #09124A; }

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

This text font color is #09124A.


Background Color

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

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

This div background color is #09124A.


Border color

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

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

This div border color is #09124A.


Opacity

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

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

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

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

This text has shadow with #09124A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09124A on black background.


Color preview on white background

This text has color #09124A on white background.



Black color preview on #09124A background

This text has black color on #09124A background.


White color preview on #09124A background

This text has white color on #09124A background.