COLOR #09338A

HEX: #09338A
RGB: (9,51,138)

Color info

#09338A contains mainly blue color. Web safe color of #09338A is #003399 (or #039).

RGB color model

#09338A color RGB value is (9,51,138).

  • red value is 9;
  • green value is 51;
  • blue value is 138.
RGB:
(9,51,138)
(4%,20%,54%)

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 138 of 255 = 54%

9
51
138

R + G + B ~ 26%. #09338A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 138 = 198 (100%)
R 9 of 198 ~ 4.55%
G 51 of 198 ~ 25.76%
B 138 of 198 ~ 69.7%

%25.76
%69.7

CMYK color model

#09338A color CMYK value is (93,63,0,46).

  • cyan value is 93.48%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(93,63,0,46)
C93M63Y0K46 
(93%,63%,0%,46%)
(0.93/0.63/0.00/0.46)	

CMYK percentages

%93.48
%63.04
%0
%45.88

Codes

Color #09338A in popluar color models

09338A
RGB951138
HSL220°87.76%28.82%
HSB/HSV220°93.48%54.12%
CMYK93.48%63.04%0.00%
45.88%

Color #09338A in popluar number systems.

HEX09338A
Decimal951138
Binary100111001110001010
Octal1163212

Shades and tints

Shades of #09338A

#09338A
(9,51,138)
#092F7E
(9,47,126)
#092B72
(9,43,114)
#092766
(9,39,102)
#09235A
(9,35,90)
#091F4E
(9,31,78)
#091B42
(9,27,66)
#091736
(9,23,54)
#09132A
(9,19,42)
#090F1E
(9,15,30)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #09338A

#09338A
(9,51,138)
#1F4594
(31,69,148)
#35579E
(53,87,158)
#4B69A8
(75,105,168)
#617BB2
(97,123,178)
#778DBC
(119,141,188)
#8D9FC6
(141,159,198)
#A3B1D0
(163,177,208)
#B9C3DA
(185,195,218)
#CFD5E4
(207,213,228)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09338A color. Also use rgb(9,51,138) instead hex code.

Text Font Color

.myTextColor { color: #09338A; }

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

This text font color is #09338A.


Background Color

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

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

This div background color is #09338A.


Border color

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

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

This div border color is #09338A.


Opacity

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

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

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

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

This text has shadow with #09338A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09338A on black background.


Color preview on white background

This text has color #09338A on white background.



Black color preview on #09338A background

This text has black color on #09338A background.


White color preview on #09338A background

This text has white color on #09338A background.