COLOR #093B56

HEX: #093B56
RGB: (9,59,86)

Color info

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

RGB color model

#093B56 color RGB value is (9,59,86).

  • red value is 9;
  • green value is 59;
  • blue value is 86.
RGB:
(9,59,86)
(4%,23%,34%)

RGB channels and saturation

R 9 of 255 = 4%
G 59 of 255 = 23%
B 86 of 255 = 34%

9
59
86

R + G + B ~ 20%. #093B56 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 59 + 86 = 154 (100%)
R 9 of 154 ~ 5.84%
G 59 of 154 ~ 38.31%
B 86 of 154 ~ 55.84%

%38.31
%55.84

CMYK color model

#093B56 color CMYK value is (90,31,0,66).

  • cyan value is 89.53%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(90,31,0,66)
C90M31Y0K66 
(90%,31%,0%,66%)
(0.90/0.31/0.00/0.66)	

CMYK percentages

%89.53
%31.4
%0
%66.27

Codes

Color #093B56 in popluar color models

093B56
RGB95986
HSL201°81.05%18.63%
HSB/HSV201°89.53%33.73%
CMYK89.53%31.40%0.00%
66.27%

Color #093B56 in popluar number systems.

HEX093B56
Decimal95986
Binary10011110111010110
Octal1173126

Shades and tints

Shades of #093B56

#093B56
(9,59,86)
#09364F
(9,54,79)
#093148
(9,49,72)
#092C41
(9,44,65)
#09273A
(9,39,58)
#092233
(9,34,51)
#091D2C
(9,29,44)
#091825
(9,24,37)
#09131E
(9,19,30)
#090E17
(9,14,23)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #093B56

#093B56
(9,59,86)
#1F4C65
(31,76,101)
#355D74
(53,93,116)
#4B6E83
(75,110,131)
#617F92
(97,127,146)
#7790A1
(119,144,161)
#8DA1B0
(141,161,176)
#A3B2BF
(163,178,191)
#B9C3CE
(185,195,206)
#CFD4DD
(207,212,221)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093B56 color. Also use rgb(9,59,86) instead hex code.

Text Font Color

.myTextColor { color: #093B56; }

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

This text font color is #093B56.


Background Color

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

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

This div background color is #093B56.


Border color

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

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

This div border color is #093B56.


Opacity

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

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

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

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

This text has shadow with #093B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093B56 on black background.


Color preview on white background

This text has color #093B56 on white background.



Black color preview on #093B56 background

This text has black color on #093B56 background.


White color preview on #093B56 background

This text has white color on #093B56 background.