COLOR #09448D

HEX: #09448D
RGB: (9,68,141)

Color info

#09448D contains mainly blue color. Web safe color of #09448D is #003399 (or #039).

RGB color model

#09448D color RGB value is (9,68,141).

  • red value is 9;
  • green value is 68;
  • blue value is 141.
RGB:
(9,68,141)
(4%,27%,55%)

RGB channels and saturation

R 9 of 255 = 4%
G 68 of 255 = 27%
B 141 of 255 = 55%

9
68
141

R + G + B ~ 29%. #09448D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 68 + 141 = 218 (100%)
R 9 of 218 ~ 4.13%
G 68 of 218 ~ 31.19%
B 141 of 218 ~ 64.68%

%31.19
%64.68

CMYK color model

#09448D color CMYK value is (94,52,0,45).

  • cyan value is 93.62%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(94,52,0,45)
C94M52Y0K45 
(94%,52%,0%,45%)
(0.94/0.52/0.00/0.45)	

CMYK percentages

%93.62
%51.77
%0
%44.71

Codes

Color #09448D in popluar color models

09448D
RGB968141
HSL213°88.00%29.41%
HSB/HSV213°93.62%55.29%
CMYK93.62%51.77%0.00%
44.71%

Color #09448D in popluar number systems.

HEX09448D
Decimal968141
Binary1001100010010001101
Octal11104215

Shades and tints

Shades of #09448D

#09448D
(9,68,141)
#093E81
(9,62,129)
#093875
(9,56,117)
#093269
(9,50,105)
#092C5D
(9,44,93)
#092651
(9,38,81)
#092045
(9,32,69)
#091A39
(9,26,57)
#09142D
(9,20,45)
#090E21
(9,14,33)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #09448D

#09448D
(9,68,141)
#1F5597
(31,85,151)
#3566A1
(53,102,161)
#4B77AB
(75,119,171)
#6188B5
(97,136,181)
#7799BF
(119,153,191)
#8DAAC9
(141,170,201)
#A3BBD3
(163,187,211)
#B9CCDD
(185,204,221)
#CFDDE7
(207,221,231)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09448D color. Also use rgb(9,68,141) instead hex code.

Text Font Color

.myTextColor { color: #09448D; }

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

This text font color is #09448D.


Background Color

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

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

This div background color is #09448D.


Border color

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

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

This div border color is #09448D.


Opacity

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

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

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

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

This text has shadow with #09448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09448D on black background.


Color preview on white background

This text has color #09448D on white background.



Black color preview on #09448D background

This text has black color on #09448D background.


White color preview on #09448D background

This text has white color on #09448D background.