COLOR #09193C

HEX: #09193C
RGB: (9,25,60)

Color info

#09193C contains red, green and blue colors in about the same proportion. Web safe color of #09193C is #000033 (or #003).

RGB color model

#09193C color RGB value is (9,25,60).

  • red value is 9;
  • green value is 25;
  • blue value is 60.
RGB:
(9,25,60)
(4%,10%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 60 of 255 = 24%

9
25
60

R + G + B ~ 13%. #09193C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 60 = 94 (100%)
R 9 of 94 ~ 9.57%
G 25 of 94 ~ 26.6%
B 60 of 94 ~ 63.83%

%9.57
%26.6
%63.83

CMYK color model

#09193C color CMYK value is (85,58,0,76).

  • cyan value is 85.00%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(85,58,0,76)
C85M58Y0K76 
(85%,58%,0%,76%)
(0.85/0.58/0.00/0.76)	

CMYK percentages

%85
%58.33
%0
%76.47

Codes

Color #09193C in popluar color models

09193C
RGB92560
HSL221°73.91%13.53%
HSB/HSV221°85.00%23.53%
CMYK85.00%58.33%0.00%
76.47%

Color #09193C in popluar number systems.

HEX09193C
Decimal92560
Binary100111001111100
Octal113174

Shades and tints

Shades of #09193C

#09193C
(9,25,60)
#091737
(9,23,55)
#091532
(9,21,50)
#09132D
(9,19,45)
#091128
(9,17,40)
#090F23
(9,15,35)
#090D1E
(9,13,30)
#090B19
(9,11,25)
#090914
(9,9,20)
#09070F
(9,7,15)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #09193C

#09193C
(9,25,60)
#1F2D4D
(31,45,77)
#35415E
(53,65,94)
#4B556F
(75,85,111)
#616980
(97,105,128)
#777D91
(119,125,145)
#8D91A2
(141,145,162)
#A3A5B3
(163,165,179)
#B9B9C4
(185,185,196)
#CFCDD5
(207,205,213)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09193C color. Also use rgb(9,25,60) instead hex code.

Text Font Color

.myTextColor { color: #09193C; }

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

This text font color is #09193C.


Background Color

.myBgColor { background-color: #09193C; }

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

This div background color is #09193C.


Border color

.myBorderColor { border: 1px solid #09193C; }

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

This div border color is #09193C.


Opacity

.myOpacity80 { color: #09193C; opacity: 0.8; }

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

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

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

This text has shadow with #09193C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09193C on black background.


Color preview on white background

This text has color #09193C on white background.



Black color preview on #09193C background

This text has black color on #09193C background.


White color preview on #09193C background

This text has white color on #09193C background.