COLOR #093599

HEX: #093599
RGB: (9,53,153)

Color info

#093599 contains mainly blue color. Web safe color of #093599 is #003399 (or #039).

RGB color model

#093599 color RGB value is (9,53,153).

  • red value is 9;
  • green value is 53;
  • blue value is 153.
RGB:
(9,53,153)
(4%,21%,60%)

RGB channels and saturation

R 9 of 255 = 4%
G 53 of 255 = 21%
B 153 of 255 = 60%

9
53
153

R + G + B ~ 28%. #093599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 53 + 153 = 215 (100%)
R 9 of 215 ~ 4.19%
G 53 of 215 ~ 24.65%
B 153 of 215 ~ 71.16%

%24.65
%71.16

CMYK color model

#093599 color CMYK value is (94,65,0,40).

  • cyan value is 94.12%
  • magenta value is 65.36%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(94,65,0,40)
C94M65Y0K40 
(94%,65%,0%,40%)
(0.94/0.65/0.00/0.40)	

CMYK percentages

%94.12
%65.36
%0
%40

Codes

Color #093599 in popluar color models

093599
RGB953153
HSL222°88.89%31.76%
HSB/HSV222°94.12%60.00%
CMYK94.12%65.36%0.00%
40.00%

Color #093599 in popluar number systems.

HEX093599
Decimal953153
Binary100111010110011001
Octal1165231

Shades and tints

Shades of #093599

#093599
(9,53,153)
#09318C
(9,49,140)
#092D7F
(9,45,127)
#092972
(9,41,114)
#092565
(9,37,101)
#092158
(9,33,88)
#091D4B
(9,29,75)
#09193E
(9,25,62)
#091531
(9,21,49)
#091124
(9,17,36)
#090D17
(9,13,23)
#000000
(0,0,0)

Tints of #093599

#093599
(9,53,153)
#1F47A2
(31,71,162)
#3559AB
(53,89,171)
#4B6BB4
(75,107,180)
#617DBD
(97,125,189)
#778FC6
(119,143,198)
#8DA1CF
(141,161,207)
#A3B3D8
(163,179,216)
#B9C5E1
(185,197,225)
#CFD7EA
(207,215,234)
#E5E9F3
(229,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093599 color. Also use rgb(9,53,153) instead hex code.

Text Font Color

.myTextColor { color: #093599; }

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

This text font color is #093599.


Background Color

.myBgColor { background-color: #093599; }

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

This div background color is #093599.


Border color

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

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

This div border color is #093599.


Opacity

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

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

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

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

This text has shadow with #093599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093599 on black background.


Color preview on white background

This text has color #093599 on white background.



Black color preview on #093599 background

This text has black color on #093599 background.


White color preview on #093599 background

This text has white color on #093599 background.