COLOR #093277

HEX: #093277
RGB: (9,50,119)

Color info

#093277 contains mainly blue color. Web safe color of #093277 is #003366 (or #036).

RGB color model

#093277 color RGB value is (9,50,119).

  • red value is 9;
  • green value is 50;
  • blue value is 119.
RGB:
(9,50,119)
(4%,20%,47%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 119 of 255 = 47%

9
50
119

R + G + B ~ 24%. #093277 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 119 = 178 (100%)
R 9 of 178 ~ 5.06%
G 50 of 178 ~ 28.09%
B 119 of 178 ~ 66.85%

%28.09
%66.85

CMYK color model

#093277 color CMYK value is (92,58,0,53).

  • cyan value is 92.44%
  • magenta value is 57.98%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(92,58,0,53)
C92M58Y0K53 
(92%,58%,0%,53%)
(0.92/0.58/0.00/0.53)	

CMYK percentages

%92.44
%57.98
%0
%53.33

Codes

Color #093277 in popluar color models

093277
RGB950119
HSL218°85.94%25.10%
HSB/HSV218°92.44%46.67%
CMYK92.44%57.98%0.00%
53.33%

Color #093277 in popluar number systems.

HEX093277
Decimal950119
Binary10011100101110111
Octal1162167

Shades and tints

Shades of #093277

#093277
(9,50,119)
#092E6D
(9,46,109)
#092A63
(9,42,99)
#092659
(9,38,89)
#09224F
(9,34,79)
#091E45
(9,30,69)
#091A3B
(9,26,59)
#091631
(9,22,49)
#091227
(9,18,39)
#090E1D
(9,14,29)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #093277

#093277
(9,50,119)
#1F4483
(31,68,131)
#35568F
(53,86,143)
#4B689B
(75,104,155)
#617AA7
(97,122,167)
#778CB3
(119,140,179)
#8D9EBF
(141,158,191)
#A3B0CB
(163,176,203)
#B9C2D7
(185,194,215)
#CFD4E3
(207,212,227)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093277 color. Also use rgb(9,50,119) instead hex code.

Text Font Color

.myTextColor { color: #093277; }

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

This text font color is #093277.


Background Color

.myBgColor { background-color: #093277; }

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

This div background color is #093277.


Border color

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

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

This div border color is #093277.


Opacity

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

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

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

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

This text has shadow with #093277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093277 on black background.


Color preview on white background

This text has color #093277 on white background.



Black color preview on #093277 background

This text has black color on #093277 background.


White color preview on #093277 background

This text has white color on #093277 background.