COLOR #09193A

HEX: #09193A
RGB: (9,25,58)

Color info

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

RGB color model

#09193A color RGB value is (9,25,58).

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

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 58 of 255 = 23%

9
25
58

R + G + B ~ 12%. #09193A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 58 = 92 (100%)
R 9 of 92 ~ 9.78%
G 25 of 92 ~ 27.17%
B 58 of 92 ~ 63.04%

%9.78
%27.17
%63.04

CMYK color model

#09193A color CMYK value is (84,57,0,77).

  • cyan value is 84.48%
  • magenta value is 56.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(84,57,0,77)
C84M57Y0K77 
(84%,57%,0%,77%)
(0.84/0.57/0.00/0.77)	

CMYK percentages

%84.48
%56.9
%0
%77.25

Codes

Color #09193A in popluar color models

09193A
RGB92558
HSL220°73.13%13.14%
HSB/HSV220°84.48%22.75%
CMYK84.48%56.90%0.00%
77.25%

Color #09193A in popluar number systems.

HEX09193A
Decimal92558
Binary100111001111010
Octal113172

Shades and tints

Shades of #09193A

#09193A
(9,25,58)
#091735
(9,23,53)
#091530
(9,21,48)
#09132B
(9,19,43)
#091126
(9,17,38)
#090F21
(9,15,33)
#090D1C
(9,13,28)
#090B17
(9,11,23)
#090912
(9,9,18)
#09070D
(9,7,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #09193A

#09193A
(9,25,58)
#1F2D4B
(31,45,75)
#35415C
(53,65,92)
#4B556D
(75,85,109)
#61697E
(97,105,126)
#777D8F
(119,125,143)
#8D91A0
(141,145,160)
#A3A5B1
(163,165,177)
#B9B9C2
(185,185,194)
#CFCDD3
(207,205,211)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09193A; }

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

This text font color is #09193A.


Background Color

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

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

This div background color is #09193A.


Border color

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

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

This div border color is #09193A.


Opacity

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

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

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

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

This text has shadow with #09193A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09193A on black background.


Color preview on white background

This text has color #09193A on white background.



Black color preview on #09193A background

This text has black color on #09193A background.


White color preview on #09193A background

This text has white color on #09193A background.