COLOR #091351

HEX: #091351
RGB: (9,19,81)

Color info

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

RGB color model

#091351 color RGB value is (9,19,81).

  • red value is 9;
  • green value is 19;
  • blue value is 81.
RGB:
(9,19,81)
(4%,7%,32%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 81 of 255 = 32%

9
19
81

R + G + B ~ 14%. #091351 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 81 = 109 (100%)
R 9 of 109 ~ 8.26%
G 19 of 109 ~ 17.43%
B 81 of 109 ~ 74.31%

%17.43
%74.31

CMYK color model

#091351 color CMYK value is (89,77,0,68).

  • cyan value is 88.89%
  • magenta value is 76.54%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(89,77,0,68)
C89M77Y0K68 
(89%,77%,0%,68%)
(0.89/0.77/0.00/0.68)	

CMYK percentages

%88.89
%76.54
%0
%68.24

Codes

Color #091351 in popluar color models

091351
RGB91981
HSL232°80.00%17.65%
HSB/HSV232°88.89%31.76%
CMYK88.89%76.54%0.00%
68.24%

Color #091351 in popluar number systems.

HEX091351
Decimal91981
Binary1001100111010001
Octal1123121

Shades and tints

Shades of #091351

#091351
(9,19,81)
#09124A
(9,18,74)
#091143
(9,17,67)
#09103C
(9,16,60)
#090F35
(9,15,53)
#090E2E
(9,14,46)
#090D27
(9,13,39)
#090C20
(9,12,32)
#090B19
(9,11,25)
#090A12
(9,10,18)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #091351

#091351
(9,19,81)
#1F2860
(31,40,96)
#353D6F
(53,61,111)
#4B527E
(75,82,126)
#61678D
(97,103,141)
#777C9C
(119,124,156)
#8D91AB
(141,145,171)
#A3A6BA
(163,166,186)
#B9BBC9
(185,187,201)
#CFD0D8
(207,208,216)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091351 color. Also use rgb(9,19,81) instead hex code.

Text Font Color

.myTextColor { color: #091351; }

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

This text font color is #091351.


Background Color

.myBgColor { background-color: #091351; }

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

This div background color is #091351.


Border color

.myBorderColor { border: 1px solid #091351; }

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

This div border color is #091351.


Opacity

.myOpacity80 { color: #091351; opacity: 0.8; }

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

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

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

This text has shadow with #091351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091351 on black background.


Color preview on white background

This text has color #091351 on white background.



Black color preview on #091351 background

This text has black color on #091351 background.


White color preview on #091351 background

This text has white color on #091351 background.