COLOR #09044B

HEX: #09044B
RGB: (9,4,75)

Color info

#09044B contains mainly blue color. Web safe color of #09044B is #000033 (or #003).

RGB color model

#09044B color RGB value is (9,4,75).

  • red value is 9;
  • green value is 4;
  • blue value is 75.
RGB:
(9,4,75)
(4%,2%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 75 of 255 = 29%

9
4
75

R + G + B ~ 12%. #09044B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 75 = 88 (100%)
R 9 of 88 ~ 10.23%
G 4 of 88 ~ 4.55%
B 75 of 88 ~ 85.23%

%10.23
%85.23

CMYK color model

#09044B color CMYK value is (88,95,0,71).

  • cyan value is 88.00%
  • magenta value is 94.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(88,95,0,71)
C88M95Y0K71 
(88%,95%,0%,71%)
(0.88/0.95/0.00/0.71)	

CMYK percentages

%88
%94.67
%0
%70.59

Codes

Color #09044B in popluar color models

09044B
RGB9475
HSL244°89.87%15.49%
HSB/HSV244°94.67%29.41%
CMYK88.00%94.67%0.00%
70.59%

Color #09044B in popluar number systems.

HEX09044B
Decimal9475
Binary10011001001011
Octal114113

Shades and tints

Shades of #09044B

#09044B
(9,4,75)
#090445
(9,4,69)
#09043F
(9,4,63)
#090439
(9,4,57)
#090433
(9,4,51)
#09042D
(9,4,45)
#090427
(9,4,39)
#090421
(9,4,33)
#09041B
(9,4,27)
#090415
(9,4,21)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #09044B

#09044B
(9,4,75)
#1F1A5B
(31,26,91)
#35306B
(53,48,107)
#4B467B
(75,70,123)
#615C8B
(97,92,139)
#77729B
(119,114,155)
#8D88AB
(141,136,171)
#A39EBB
(163,158,187)
#B9B4CB
(185,180,203)
#CFCADB
(207,202,219)
#E5E0EB
(229,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09044B color. Also use rgb(9,4,75) instead hex code.

Text Font Color

.myTextColor { color: #09044B; }

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

This text font color is #09044B.


Background Color

.myBgColor { background-color: #09044B; }

<div style="background-color:#09044B">Inner text</div>

This div background color is #09044B.


Border color

.myBorderColor { border: 1px solid #09044B; }

<div style="border:3px solid #09044B">Div</div>

This div border color is #09044B.


Opacity

.myOpacity80 { color: #09044B; opacity: 0.8; }

<p style="color:#09044B;opacity:0.8;">80%</p>

Text with #09044B 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 #09044B;}

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

This text has shadow with #09044B color.

.textShadow {text-shadow: 3px 3px 1px #09044B, 3px 3px 1px red;}

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

This text has shadow with #09044B primary color and red secondary color.


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

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

This text has shadow with #09044B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09044B on black background.


Color preview on white background

This text has color #09044B on white background.



Black color preview on #09044B background

This text has black color on #09044B background.


White color preview on #09044B background

This text has white color on #09044B background.