COLOR #093D72

HEX: #093D72
RGB: (9,61,114)

Color info

#093D72 contains mainly green and blue colors. Web safe color of #093D72 is #003366 (or #036).

RGB color model

#093D72 color RGB value is (9,61,114).

  • red value is 9;
  • green value is 61;
  • blue value is 114.
RGB:
(9,61,114)
(4%,24%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 61 of 255 = 24%
B 114 of 255 = 45%

9
61
114

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

Portions of RGB colors in percentages

R + G + B =
9 + 61 + 114 = 184 (100%)
R 9 of 184 ~ 4.89%
G 61 of 184 ~ 33.15%
B 114 of 184 ~ 61.96%

%33.15
%61.96

CMYK color model

#093D72 color CMYK value is (92,46,0,55).

  • cyan value is 92.11%
  • magenta value is 46.49%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(92,46,0,55)
C92M46Y0K55 
(92%,46%,0%,55%)
(0.92/0.46/0.00/0.55)	

CMYK percentages

%92.11
%46.49
%0
%55.29

Codes

Color #093D72 in popluar color models

093D72
RGB961114
HSL210°85.37%24.12%
HSB/HSV210°92.11%44.71%
CMYK92.11%46.49%0.00%
55.29%

Color #093D72 in popluar number systems.

HEX093D72
Decimal961114
Binary10011111011110010
Octal1175162

Shades and tints

Shades of #093D72

#093D72
(9,61,114)
#093868
(9,56,104)
#09335E
(9,51,94)
#092E54
(9,46,84)
#09294A
(9,41,74)
#092440
(9,36,64)
#091F36
(9,31,54)
#091A2C
(9,26,44)
#091522
(9,21,34)
#091018
(9,16,24)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #093D72

#093D72
(9,61,114)
#1F4E7E
(31,78,126)
#355F8A
(53,95,138)
#4B7096
(75,112,150)
#6181A2
(97,129,162)
#7792AE
(119,146,174)
#8DA3BA
(141,163,186)
#A3B4C6
(163,180,198)
#B9C5D2
(185,197,210)
#CFD6DE
(207,214,222)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093D72 color. Also use rgb(9,61,114) instead hex code.

Text Font Color

.myTextColor { color: #093D72; }

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

This text font color is #093D72.


Background Color

.myBgColor { background-color: #093D72; }

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

This div background color is #093D72.


Border color

.myBorderColor { border: 1px solid #093D72; }

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

This div border color is #093D72.


Opacity

.myOpacity80 { color: #093D72; opacity: 0.8; }

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

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

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

This text has shadow with #093D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093D72 on black background.


Color preview on white background

This text has color #093D72 on white background.



Black color preview on #093D72 background

This text has black color on #093D72 background.


White color preview on #093D72 background

This text has white color on #093D72 background.