COLOR #093378

HEX: #093378
RGB: (9,51,120)

Color info

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

RGB color model

#093378 color RGB value is (9,51,120).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 120 of 255 = 47%

9
51
120

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

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 120 = 180 (100%)
R 9 of 180 ~ 5%
G 51 of 180 ~ 28.33%
B 120 of 180 ~ 66.67%

%28.33
%66.67

CMYK color model

#093378 color CMYK value is (93,58,0,53).

  • cyan value is 92.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(93,58,0,53)
C93M58Y0K53 
(93%,58%,0%,53%)
(0.93/0.58/0.00/0.53)	

CMYK percentages

%92.5
%57.5
%0
%52.94

Codes

Color #093378 in popluar color models

093378
RGB951120
HSL217°86.05%25.29%
HSB/HSV217°92.50%47.06%
CMYK92.50%57.50%0.00%
52.94%

Color #093378 in popluar number systems.

HEX093378
Decimal951120
Binary10011100111111000
Octal1163170

Shades and tints

Shades of #093378

#093378
(9,51,120)
#092F6E
(9,47,110)
#092B64
(9,43,100)
#09275A
(9,39,90)
#092350
(9,35,80)
#091F46
(9,31,70)
#091B3C
(9,27,60)
#091732
(9,23,50)
#091328
(9,19,40)
#090F1E
(9,15,30)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #093378

#093378
(9,51,120)
#1F4584
(31,69,132)
#355790
(53,87,144)
#4B699C
(75,105,156)
#617BA8
(97,123,168)
#778DB4
(119,141,180)
#8D9FC0
(141,159,192)
#A3B1CC
(163,177,204)
#B9C3D8
(185,195,216)
#CFD5E4
(207,213,228)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093378; }

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

This text font color is #093378.


Background Color

.myBgColor { background-color: #093378; }

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

This div background color is #093378.


Border color

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

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

This div border color is #093378.


Opacity

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

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

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

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

This text has shadow with #093378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093378 on black background.


Color preview on white background

This text has color #093378 on white background.



Black color preview on #093378 background

This text has black color on #093378 background.


White color preview on #093378 background

This text has white color on #093378 background.